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 583926 - NetBSD doesn't have sys/vfs.h
NetBSD doesn't have sys/vfs.h
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Removable Media
0.12.x
Other NetBSD
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-26 19:15 UTC by Thomas Klausner
Modified: 2009-05-26 22:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Klausner 2009-05-26 19:15:49 UTC
plugins/cd-recorder/rb-recorder-gst.c unconditionally includes sys/vfs.h which doesn't exist at least on NetBSD.
A configure check should test for it and include it only if it exists.

On NetBSD, compilation succeeds without it, so please test if it is needed at all.
Comment 1 Jonathan Matthew 2009-05-26 22:39:33 UTC
commit 868b4b862878bfa2ee86e40d97021bc110846da7
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Wed May 27 08:37:02 2009 +1000

    cd-recorder: don't include sys/vfs.h (bug #583926)