From owner-freebsd-ports-bugs@freebsd.org Tue Nov 1 12:47:20 2016 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 58F28C23B98 for ; Tue, 1 Nov 2016 12:47:20 +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 2FFC01845 for ; Tue, 1 Nov 2016 12:47:20 +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 uA1ClJ5j087455 for ; Tue, 1 Nov 2016 12:47:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213973] x11-toolkits/libgdiplus Building fails because of tests Date: Tue, 01 Nov 2016 12:47:20 +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 Some People X-Bugzilla-Who: alex.theissen@me.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@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: Tue, 01 Nov 2016 12:47:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213973 Bug ID: 213973 Summary: x11-toolkits/libgdiplus Building fails because of tests Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mono@FreeBSD.org Reporter: alex.theissen@me.com Assignee: mono@FreeBSD.org Flags: maintainer-feedback?(mono@FreeBSD.org) When I try to install the port I get the following linker error: ---------------------------------------------------------------------------= ---------- gmake[3]: Entering directory '/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-4.2/tests' /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -D_THREAD_SAFE -O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing -pthread=20 -L/usr/local/lib -fstack-protector -o testgdi testgdi.o ../src/libgdiplus.la -lm -L/usr/local/lib -lglib-2.0 -lintl -L/usr/local/lib -lcairo -lpthread= =20=20=20 -L/usr/local/lib -lfontconfig -lfreetype -L/usr/local/lib -lfreetype=20=20 -L/usr/local/lib -lXrender -lX11 -L/lib -ljpeg -ltiff -lgif -lpng -lz libtool: link: cc -D_THREAD_SAFE -O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing -pthread -fstack-protector -o .libs/testgdi testgdi.o= =20 -L/usr/local/lib ../src/.libs/libgdiplus.so -lm -lglib-2.0 -lintl -lcairo -lpthread -lfontconfig -lfreetype -lXrender -lX11 -L/lib -ljpeg -ltiff -lgif -lpng -lz -pthread -Wl,-rpath -Wl,/usr/local/lib testgdi.o: In function `win_draw': testgdi.c:(.text+0x1e6): undefined reference to `GdipCreateFromXDrawable_li= nux' cc: error: linker command failed with exit code 1 (use -v to see invocation) ---------------------------------------------------------------------------= ---------- I do not know why this reference can't be found by the linker but the "_lin= ux" suffix suggests that it is linux specific and shouldn't be compiled on free= bsd. --=20 You are receiving this mail because: You are the assignee for the bug.=