Date: Tue, 13 Jan 2015 15:47:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196683] guile2 error: Package requirements (bdw-gc-threaded) were not met Message-ID: <bug-196683-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196683 Bug ID: 196683 Summary: guile2 error: Package requirements (bdw-gc-threaded) were not met Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: spastorino@gmail.com Created attachment 151567 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151567&action=edit Output of make -C /usr/ports/x11/gnome3 install When installing guile2 which is a gnome3 dependency I get the following error ... ``` configure: error: Package requirements (bdw-gc-threaded) were not met: Package bdw-gc-threaded was not found in the pkg-config search path. Perhaps you should add the directory containing `bdw-gc-threaded.pc' to the PKG_CONFIG_PATH environment variable Package 'bdw-gc-threaded', required by 'world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. ``` If I install boehm-gc-threaded before guile2 everything works ok. In guile2 Makefile there's `THREADS_LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc-threaded` I wonder if that means boehm-gc-threaded should be installed before and that's not happening or if the boehm-gc-threaded dependency should be declared differently in the Makefile to have it installing before. Maybe with some guide I can provide a patch for this. -- 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-196683-13>