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 150568 - Fails to build from sourc eon GNU/k*BSD
Fails to build from sourc eon GNU/k*BSD
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Build
2.6.x
Other other
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-19 17:28 UTC by J.H.M. Dassen (Ray)
Modified: 2005-05-08 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GNU/k*BSD support patch (3.35 KB, patch)
2004-08-19 17:30 UTC, J.H.M. Dassen (Ray)
none Details | Review
Update for CVS HEAD (4.40 KB, patch)
2004-08-25 15:18 UTC, Robert Millan
committed Details | Review

Description J.H.M. Dassen (Ray) 2004-08-19 17:28:50 UTC
Debian GNU/kFreeBSD is a port of Debian that consists of GNU userland using the
GNU C library on top of FreeBSD's kernel, coupled with the regular Debian
package set.

A patch is needed for gnome-vfs build on/for GNU/k*BSD systems.
Comment 1 J.H.M. Dassen (Ray) 2004-08-19 17:30:17 UTC
Created attachment 30761 [details] [review]
GNU/k*BSD support patch

Patch for GNU/k*BSD support supplied by Robert Millan <rmh@debian.org> in
http://bugs.debian.org/266699 .
Comment 2 J.H.M. Dassen (Ray) 2004-08-22 12:09:59 UTC
The patch is fairly straightforward. It just adds one additional library to
search through to configure.in and replaces checks for "defined(__FreeBSD__)" by
"defined(__FreeBSD__) || defined(__FreeBSD_kernel__)".

Any objections against commiting it?
Comment 3 Alexander Larsson 2004-08-25 13:46:15 UTC
I don't like the arch ifdefs, they should be autoconf checks, but thats not your
fault. Patch looks good, but it needs updating against HEAD.
Comment 4 Robert Millan 2004-08-25 15:18:01 UTC
Created attachment 30930 [details] [review]
Update for CVS HEAD

Updated.
Comment 5 Loïc Minier 2005-02-21 10:28:37 UTC
Is anything preventing inclusion of this patch?
Comment 6 Christian Kellner 2005-05-08 13:42:14 UTC
Fixed on cvs HEAD. Thanks and sorry for the delay!