agave-0.4.7-1.fc14.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug. Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug. If the other package does not yet have a bug created that you think matches, please create one. Doing so helps us properly track bugs and their dependencies, just as we track package dependencies. (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created. Please follow the above advice to avoid such duplication.)
Created attachment 509138 [details] root.log root.log for i386
Created attachment 509139 [details] build.log build.log for i386
Created attachment 509140 [details] mock.log mock.log for i386
Created attachment 509141 [details] root.log root.log for x86_64
Created attachment 509142 [details] build.log build.log for x86_64
Created attachment 509143 [details] mock.log mock.log for x86_64
Created attachment 513880 [details] Fix I believe that what the code intends to do is call the default ctor. Unfortunately, the construct "SchemeBox::SchemeBox()" creates a new anonymous object, and immediately destroys it. It's not possible to delegate constructors like that in c++. Up until now, that code was tolerated by gcc, now it's diagnosed. The patch moves the common code into separate function, inlines the initializer and then calls that function from both ctors.
Created attachment 513881 [details] Fix Oh wait, that initializer shouldn't be necessary.
*** Bug 631411 has been marked as a duplicate of this bug. ***
This works, but gnome-vfsmm26 is retired. Unless that's going to be resurrected, this should be closed.