[Bug 196683] guile2 error: Package requirements (bdw-gc-threaded) were not met

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 13 15:47:55 UTC 2015


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 at FreeBSD.org
          Reporter: spastorino at 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.


More information about the freebsd-ports-bugs mailing list