Date: Sat, 09 Aug 2014 12:28:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192523] New: Port devel/gvfs fails to build with 'cdio/paranoia.h' file not found error Message-ID: <bug-192523-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192523 Bug ID: 192523 Summary: Port devel/gvfs fails to build with 'cdio/paranoia.h' file not found error Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: transitive@gmail.com The devel/gvfs port fails to build on my 10-Stable box with the following error: gmake[6]: Entering directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3/daemon' CC gvfsd_cdda-gvfsbackendcdda.o CC gvfsd_gphoto2-daemon-main.o gvfsbackendcdda.c:58:10: fatal error: 'cdio/paranoia.h' file not found #include <cdio/paranoia.h> ^ daemon-main.c:66:3: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init (); ^ /usr/local/include/glib-2.0/gobject/gtype.h:669:23: note: 'g_type_init' declared here void g_type_init (void); ^ 1 error generated. gmake[6]: *** [gvfsd_cdda-gvfsbackendcdda.o] Error 1 gmake[6]: *** Waiting for unfinished jobs.... 1 warning generated. gmake[6]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3/daemon' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3/daemon' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3/daemon' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/gvfs *** Error code 1 Stop. make: stopped in /usr/ports/devel/gvfs As far as I can tell on my system that include file exists and is located at /usr/local/include/cdio/paranoia/paranoia.h It is installed by the port sysutils/libcdio-paranoia and that port is already installed on my system. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192523-13>