Just a quick mail Check for the Icon patch in the XMP patch (342137)
/Bengt On Tue, 2006-08-22 at 15:01 +0300, Dotan Cohen wrote: > I am trying to build Fspot from CVS with Bengt's latest i18n patch, found at: > http://bugzilla.gnome.org/attachment.cgi?id=70388 > from bug 342137. These are the steps I took, up tp the patching, after > removing the old ~/development and ~/unstable directories, and > ~/.gnome2/f-spot/photos.db: > > $ CVSROOT=":pserver:[EMAIL PROTECTED]:/cvs/gnome" > $ export CVSROOT > $ mkdir -p ~/development/f-spot > $ mkdir -p ~/unstable/f-spot > $ cd ~/development/f-spot > $ cvs checkout f-spot > $ cd f-spot > > I then created thepatch.diff (with the compete text from attachment > #70388 to bug #342137) and ran patch: > > $ patch -p0 < thepatch.diff > patching file ChangeLog > Hunk #1 FAILED at 1. > 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej > patching file icons/Makefile.am > patching file src/FileImportBackend.cs > patching file src/ImportCommand.cs > patching file src/Makefile.am > patching file src/XmpTagsImporter.cs > patching file src/XmpTagsMetadata.cs > > I figured if the only failure was in the ChangeLog then I could > continue. So I did. I ran "./autogen.sh --prefix=/home/dotan" and was > told to type 'make' to compile fspot. Before makeing, I changed the > file ~/development/f-spot/f-spot/po/Makefile like so: > > the line: > install_sh = @install_sh@ > becomes: > install_sh = /home/dotancohen/development/f-spot/f-spot/install-sh > (As Stephane had suggested last time I compiled- I was unable to > compile otherwise) > > I then typed 'make', and got this output: > make all-recursive > make[1]: Entering directory `/home/dotancohen/development/f-spot/f-spot' > Making all in FlickrNet > make[2]: Entering directory > `/home/dotancohen/development/f-spot/f-spot/FlickrNe > t' > mcs -r:System.Web.dll -out:FlickrNet.dll /target:library ./AssemblyInfo.cs > . > /Auth.cs ./Blogs.cs ./Cache.cs ./Categories.cs > ./Contac ts.cs ./Context.cs > ./DateGranularity.cs ./ExifPhoto.cs ./Flickr.cs . > /FlickrConfigurationManager.cs > ./FlickrConfigurationSettings.cs ./Flickr > Exception.cs ./Groups.cs ./Licenses.cs ./OnlineUsers.cs > ./Person .cs ./PhotoCounts.cs > ./PhotoInfo.cs ./Photos.cs ./PhotoSearchOpt > ions.cs ./PhotoSets.cs ./Response.cs ./Sizes.cs > ./Uploader.cs . /UploadProgressEvent.cs > ./User.cs ./Utils.cs > ./Cache.cs(146,25): warning CS0169: The private field > `FlickrNet.Cache._lockObje ct' is assigned but > its value is never used > ./Flickr.cs(364,20): warning CS0169: The private method > `FlickrNet.Flickr.GetRes > ponseAlwaysCache(System.Collections.Specialized.NameValueCollection)' > is never u sed > Compilation succeeded - 2 warning(s) > make[2]: Leaving directory > `/home/dotancohen/development/f-spot/f-spot/FlickrNet > ' > Making all in icons > make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/icons' > make[2]: *** No rule to make target `f-spot-imported-xmp-tags.png', > needed by `a ll-am'. Stop. > make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/icons' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/dotancohen/development/f-spot/f-spot' > make: *** [all-recursive-am] Error 2 > > Where did I go wrong? What should I do to continue? Thanks in advance... > > Dotan Cohen > http://gmail-com.com > 32 > _______________________________________________ > F-spot-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/f-spot-list > _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
