← Back to team overview

elementaryart team mailing list archive

[Bug 806981] [NEW] Build Issue with Paths.vala

 

Public bug reported:

Hi! 
I tried to compile granite on natty.
CMake configured correctly but as I tried to build I get this Error of valac:
granite/lib/Services/Paths.vala:55.56-55.75: error: duplicating List instance, use unowned variable or explicitly invoke copy method
		public static List<File> xdg_data_dir_folders { get; protected owned set; }
		                                                     ^^^^^^^^^^^^^^^^^^^^

** (valac:8130): CRITICAL **: vala_ccode_function_add_assignment: assertion `right != NULL' failed
Compilation failed: 1 error(s), 1 warning(s)

I don't know if its a bug or not. But as you wrote in the INSTALL file i just opened the bug here.
Hope you will be able to fix this.

Thanks

** Affects: granite
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
elementary desktop team, which is the registrant for Granite.
https://bugs.launchpad.net/bugs/806981

Title:
  Build Issue with Paths.vala

Status in Granite Framework:
  New

Bug description:
  Hi! 
  I tried to compile granite on natty.
  CMake configured correctly but as I tried to build I get this Error of valac:
  granite/lib/Services/Paths.vala:55.56-55.75: error: duplicating List instance, use unowned variable or explicitly invoke copy method
  		public static List<File> xdg_data_dir_folders { get; protected owned set; }
  		                                                     ^^^^^^^^^^^^^^^^^^^^

  ** (valac:8130): CRITICAL **: vala_ccode_function_add_assignment: assertion `right != NULL' failed
  Compilation failed: 1 error(s), 1 warning(s)

  I don't know if its a bug or not. But as you wrote in the INSTALL file i just opened the bug here.
  Hope you will be able to fix this.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/granite/+bug/806981/+subscriptions


Follow ups

References