Bug 196683

Summary: lang/guile2 error: Package requirements (bdw-gc-threaded) were not met
Product: Ports & Packages Reporter: Santiago Pastorino <spastorino>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Many People CC: bofh
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Output of make -C /usr/ports/x11/gnome3 install none

Description Santiago Pastorino 2015-01-13 15:47:54 UTC
Created attachment 151567 [details]
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2015-01-15 01:03:34 UTC
Fix Summary and notify maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-01-18 11:17:35 UTC
A commit references this bug:

Author: bofh
Date: Sun Jan 18 11:17:18 UTC 2015
New revision: 377321
URL: https://svnweb.freebsd.org/changeset/ports/377321

Log:
  lang/guile2 error: Fix LIB_DEPENDS

  - Fixed wrong shared library

  PR:			196683
  Differential Revision:	https://reviews.freebsd.org/D1537
  Submitted by:		spastorino@gmail.com
  Approved by:		marino(mentor)

Changes:
  head/lang/guile2/Makefile
Comment 3 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2015-01-18 11:18:55 UTC
Thanks.