From owner-freebsd-ports-bugs@freebsd.org Sun Feb 12 07:51:32 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44CDCCDCACC for ; Sun, 12 Feb 2017 07:51:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 27637D81 for ; Sun, 12 Feb 2017 07:51:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C7pVdS088121 for ; Sun, 12 Feb 2017 07:51:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217021] editors/leafpad fails to start and compile ater libGL update Date: Sun, 12 Feb 2017 07:51:31 +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: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org 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 flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 07:51:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217021 Bug ID: 217021 Summary: editors/leafpad fails to start and compile ater libGL update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jgh@FreeBSD.org Reporter: w.schwarzenfeld@utanet.at Assignee: jgh@FreeBSD.org Flags: maintainer-feedback?(jgh@FreeBSD.org) fails to start with: Shared object "libGL.so.1" not found, required by "libcairo.so.2" and to compile with: /usr/local/lib/libcairo.so: undefined reference to `glDrawArrays' /usr/local/lib/libcairo.so: undefined reference to `glColorMask' /usr/local/lib/libcairo.so: undefined reference to `glClear' /usr/local/lib/libcairo.so: undefined reference to `glDisable' /usr/local/lib/libcairo.so: undefined reference to `glViewport' /usr/local/lib/libcairo.so: undefined reference to `glTexImage2D' /usr/local/lib/libcairo.so: undefined reference to `glReadPixels' /usr/local/lib/libcairo.so: undefined reference to `glPixelStorei' /usr/local/lib/libcairo.so: undefined reference to `glGetError' /usr/local/lib/libcairo.so: undefined reference to `glActiveTexture' /usr/local/lib/libcairo.so: undefined reference to `glDepthMask' /usr/local/lib/libcairo.so: undefined reference to `glGetString' /usr/local/lib/libcairo.so: undefined reference to `glXGetProcAddress' /usr/local/lib/libcairo.so: undefined reference to `glBlendFunc' /usr/local/lib/libcairo.so: undefined reference to `glXMakeCurrent' /usr/local/lib/libcairo.so: undefined reference to `glReadBuffer' /usr/local/lib/libcairo.so: undefined reference to `glScissor' /usr/local/lib/libcairo.so: undefined reference to `glEnable' /usr/local/lib/libcairo.so: undefined reference to `glGetIntegerv' /usr/local/lib/libcairo.so: undefined reference to `glXGetCurrentDrawable' /usr/local/lib/libcairo.so: undefined reference to `glDrawElements' /usr/local/lib/libcairo.so: undefined reference to `glStencilFunc' /usr/local/lib/libcairo.so: undefined reference to `glBlendFuncSeparate' /usr/local/lib/libcairo.so: undefined reference to `glStencilOp' /usr/local/lib/libcairo.so: undefined reference to `glBindTexture' /usr/local/lib/libcairo.so: undefined reference to `glDeleteTextures' /usr/local/lib/libcairo.so: undefined reference to `glTexParameteri' /usr/local/lib/libcairo.so: undefined reference to `glXQueryExtensionsStrin= g' /usr/local/lib/libcairo.so: undefined reference to `glXChooseFBConfig' /usr/local/lib/libcairo.so: undefined reference to `glGenTextures' /usr/local/lib/libcairo.so: undefined reference to `glIsEnabled' /usr/local/lib/libcairo.so: undefined reference to `glXGetVisualFromFBConfi= g' /usr/local/lib/libcairo.so: undefined reference to `glDrawBuffer' /usr/local/lib/libcairo.so: undefined reference to `glClearColor' /usr/local/lib/libcairo.so: undefined reference to `glTexSubImage2D' /usr/local/lib/libcairo.so: undefined reference to `glXQueryContext' /usr/local/lib/libcairo.so: undefined reference to `glXSwapBuffers' /usr/local/lib/libcairo.so: undefined reference to `glClearStencil' /usr/local/lib/libcairo.so: undefined reference to `glXGetCurrentContext' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:295: leafpad] Error 1 gmake[3]: Leaving directory '/ram/usr/ports/editors/leafpad/work/leafpad-0.8.18.1/src' gmake[2]: *** [Makefile:286: all-recursive] Error 1 gmake[2]: Leaving directory '/ram/usr/ports/editors/leafpad/work/leafpad-0.8.18.1' gmake[1]: *** [Makefile:224: all] Error 2 gmake[1]: Leaving directory '/ram/usr/ports/editors/leafpad/work/leafpad-0.8.18.1' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 the relocation of libGL.so.1 was no good idea. --=20 You are receiving this mail because: You are the assignee for the bug.=