GNOME Bugzilla – Bug 166616
garnome does not build bluefish
Last modified: 2005-07-05 19:27:02 UTC
Version details: 2.9.90 Distribution/Version: debian unstable make paranoid-install should install everything but fails at bluefish following paragraph is the solution, filing a bug just to be sure that it is included in the next release. I am trying to build garnome 2.9.90 and came to to the install of bluefish, which terminated with errors noting it cannot write to /usr/share/mime... as a solution, i added "--with-freedesktop_org-mime=/home/garnome/garnome/share/mime" to the makefile of bluefish, at the end of CONFIGURE_ARGS.
Hello, Thought it had been already included since some time as the solution/fix has been on the GARNOME list since January. See http://mail.gnome.org/archives/garnome-list/2005-January/msg00102.html for the details. Hope it's gonna be in now that the bug is opened (yes, I know, next time I'll propose a true patch :)
my current make file includes the parameters in that e-mail *plus* the parameter i added. so that mail is not a solution. here is the variable which you need for a proper make install. CONFIGURE_ARGS = $(DIRPATHS) --with-gnome2-prefix=$(sharedstatedir) --with-icon-path=$(sharedstatedir)/pixmaps --with-gnome1-menu=$(sharedstatedir)/gnome/apps --with-freedesktop_org-menu=$(sharedstatedir)/applications --without-gnome2_4-mime --without-gnome2_4-appreg *--with-freedesktop_org-mime=/home/garnome/garnome/share/mime*
I can verify this. You need to add: --with-freedesktop_org-mime=$(sharedstatedir)/mime and export your XDG_DATA_DIRS to get it to complete the install.
Wasn't this fixed for 2.10.0 already? Can we finally close this FIXED?
I think we can... I built bluefish using GARNOME source for 2.10.1.1, 2.11.x -Joseph
Yeah, this works for quite some time now. Closing RESOLVED FIXED. Feel free to re-open, if there are remaining issues.