Bug 28978 - Vipec port is broken.
Summary: Vipec port is broken.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-15 01:20 UTC by Tino Görtemöller
Modified: 2001-08-26 05:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tino Görtemöller 2001-07-15 01:20:01 UTC
port cad/vipec stops with error on make

/usr/X11R6/lib/libGL.so.14: undefined reference to `pthread_getspecific'
/usr/X11R6/lib/libGL.so.14: undefined reference to `pthread_key_create'
/usr/X11R6/lib/libGL.so.14: undefined reference to `pthread_setspecific'
gmake[2]: *** [../vipec] Error 1
gmake[2]: Leaving directory `/usr/ports/cad/vipec/work/vipec-3.1.0/src'
gmake[1]: *** [src] Error 2

Fix: 

it shoult link to thread libs
(a missing -lc_r !? in the Makefile (/work/vipec/src/Makefile))
How-To-Repeat: cd /usr/ports/cad/vipec && make
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-08-26 05:41:35 UTC
State Changed
From-To: open->closed

I just committed a fix for this.  Thanks for your report!