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 166616 - garnome does not build bluefish
garnome does not build bluefish
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2005-02-08 00:45 UTC by Can Burak Cilingir
Modified: 2005-07-05 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Can Burak Cilingir 2005-02-08 00:45:24 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.
Comment 1 Vincent 2005-02-08 09:51:38 UTC
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 :)
Comment 2 Can Burak Cilingir 2005-02-08 11:31:08 UTC
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*

Comment 3 Bob Kashani 2005-02-08 17:17:47 UTC
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.
Comment 4 Karsten Bräckelmann 2005-07-04 17:11:32 UTC
Wasn't this fixed for 2.10.0 already? Can we finally close this FIXED?
Comment 5 Joseph Sacco 2005-07-05 19:07:26 UTC
I think we can...  I built bluefish using GARNOME source for 2.10.1.1, 2.11.x

-Joseph
Comment 6 Karsten Bräckelmann 2005-07-05 19:27:02 UTC
Yeah, this works for quite some time now.

Closing RESOLVED FIXED. Feel free to re-open, if there are remaining issues.