Bug 197221 - graphics/gle: Fails to link: Cannot find the library libpthread-stubs.la
Summary: graphics/gle: Fails to link: Cannot find the library libpthread-stubs.la
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2015-01-31 11:26 UTC by nick.rozhkov
Modified: 2015-12-27 07:23 UTC (History)
5 users (show)

See Also:
bugzilla: maintainer-feedback? (ports)
koobs: merge-quarterly?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nick.rozhkov 2015-01-31 11:26:43 UTC
The error occurs due linking because there is no libpthread-stubs.la in /usr/local/lib/

/bin/sh ../libtool --mode=link cc  -O2 -pipe -march=corei7  -fstack-protector -fno-strict-aliasing -Wall -fstack-protector -o helix2  helix2.o mainsimple.o -L../src/ -lgle -lglut -lXi -lXext -lXmu -lGLU -lGL  -L/usr/local/lib -lXt -lX11 -L/usr/local/lib -lXext -lm
--- joinstyle ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [joinstyle] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- cylinder ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [cylinder] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- joincone ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [joincone] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- alpha ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [alpha] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- helix ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [helix] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- beam ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [beam] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- helix2 ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [helix2] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
--- cone ---
libtool: link: cannot find the library `/usr/local/lib/libpthread-stubs.la'
*** [cone] Error code 1

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
8 errors

make[4]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0/examples
*** [all-recursive] Error code 1

make[3]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0
1 error

make[3]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0
*** [all-recursive-am] Error code 2

make[2]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0
1 error

make[2]: stopped in /usr/ports/graphics/gle/work/gle-3.1.0
===> 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/graphics/gle
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/gle
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-31 11:26:43 UTC
Maintainer CC'd
Comment 2 dgilbert 2015-02-15 21:23:58 UTC
I suppose I need more information.  I took a clean 10.1-RELEASE jail and an up-to-date /usr/ports and ran make install --- which operated cleanly.  Without more information, I have nothing to look at.
Comment 3 Jason Unovitch freebsd_committer freebsd_triage 2015-08-05 01:54:32 UTC
(In reply to nick.rozhkov from comment #0)
Nick,
Was this ever reproduced?  According to portsmon there are no build issues reported and the last commit to this port was in 2014 well before this PR was opened.

http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gle
Comment 4 dgilbert 2015-11-01 23:48:06 UTC
Honestly tired of getting this every week or two. I cannot reproduce this and I suspect that it's one of those little ports-system bugs where not all the real dependencies are worked out.
Comment 5 dgilbert 2015-11-01 23:49:06 UTC
(btw... lots of different emails... ports@dclg.ca is me)
Comment 6 Jason Unovitch freebsd_committer freebsd_triage 2015-11-02 13:43:16 UTC
Does 'MAKE_JOB_UNSAFE= yes' in the Makefile help?
Comment 7 Martin Wilke freebsd_committer freebsd_triage 2015-12-24 20:48:40 UTC
Feedback timeout 1 month+.