From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 31 11:26:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 768AA978 for ; Sat, 31 Jan 2015 11:26:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D415F1E for ; Sat, 31 Jan 2015 11:26:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0VBQjo7092213 for ; Sat, 31 Jan 2015 11:26:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197221] graphics/gle linking error Date: Sat, 31 Jan 2015 11:26:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nick.rozhkov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 11:26:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197221 Bug ID: 197221 Summary: graphics/gle linking error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: nick.rozhkov@gmail.com CC: ports@dclg.ca CC: ports@dclg.ca Flags: maintainer-feedback?(ports@dclg.ca) 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 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.