After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 516632 - f-spot fails to build with make -j 2
f-spot fails to build with make -j 2
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
SVN
Other All
: Normal minor
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-15 08:51 UTC by Jakub Steiner
Modified: 2008-04-24 07:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Steiner 2008-02-15 08:51:00 UTC
Please describe the problem:
F-spot will fail building the extensions when running make in multiple threads:

error CS0006: cannot find metadata file `FlickrNet/FlickrNet.dll'
Compilation failed: 1 error(s), 0 warnings
make[3]: *** [FlickrExport.dll] Error 1
make[3]: *** Waiting for unfinished jobs....
./Flickr.cs(339,58): warning CS0618: `System.Net.WebProxy.GetDefaultProxy()' is obsolete: `This method has been deprecated'
./FlickrConfigurationManager.cs(25,103): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection'
./Cache.cs(184,37): warning CS0169: The private method `FlickrNet.Cache.SaveSettings()' is never used
./Flickr.cs(477,34): warning CS0169: The private method `FlickrNet.Flickr.GetResponseAlwaysCache(System.Collections.Hashtable)' is never used



Steps to reproduce:
make with -j 2


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 chicha 2008-02-18 21:58:56 UTC
Hello,

I have also this bug with 0.4.2 version.
Disabling parallel compilation flags solve the problem.

Cheers,
Chicha
Comment 2 sangu 2008-02-29 05:07:18 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=434613 in Fedora
Comment 3 Stephane Delcroix 2008-04-24 07:48:16 UTC
fixed in r3841