From owner-freebsd-mono@FreeBSD.ORG Fri Feb 27 01:43:00 2015 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F591F2C for ; Fri, 27 Feb 2015 01:43:00 +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 6D2549D6 for ; Fri, 27 Feb 2015 01:43:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1R1gx0t034572 for ; Fri, 27 Feb 2015 01:42:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: maintainer-feedback requested: [Bug 198066] x11-toolkits/libgdiplus: Fails to build on 10.1-RELEASE jail in poudriere. Date: Fri, 27 Feb 2015 01:42:59 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 01:43:00 -0000 Brandon Schneider has reassigned Bugzilla Automation 's request for maintainer-feedback to mono@FreeBSD.org: Bug 198066: x11-toolkits/libgdiplus: Fails to build on 10.1-RELEASE jail in poudriere. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198066 --- Description --- Created attachment 153567 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153567&action=edit libgdiplus build log from poudriere. Hello, This port fails to compile inside my poudriere 10.1-RELEASE jail. The final output is included below. Will also attach my build log. Thanks, Brandon testgdi.o: In function `main': testgdi.c:(.text+0x2c): undefined reference to `XOpenDisplay' testgdi.c:(.text+0xa3): undefined reference to `XCreateSimpleWindow' testgdi.c:(.text+0xb7): undefined reference to `XStringToKeysym' testgdi.c:(.text+0xc2): undefined reference to `XKeysymToKeycode' testgdi.c:(.text+0xdc): undefined reference to `XSelectInput' testgdi.c:(.text+0xe7): undefined reference to `XMapWindow' testgdi.c:(.text+0x12e): undefined reference to `XNextEvent' testgdi.c:(.text+0x175): undefined reference to `XDestroyWindow' testgdi.c:(.text+0x17d): undefined reference to `XCloseDisplay' testgdi.o: In function `win_draw': testgdi.c:(.text+0x1e4): undefined reference to `XClearWindow' testgdi.c:(.text+0x1f6): undefined reference to `GdipCreateFromXDrawable_linux' ../src/.libs/libgdiplus.so: undefined reference to `XGetDefault' cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:609: recipe for target 'testgdi' failed gmake[3]: *** [testgdi] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-3.8/tests' Makefile:469: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-3.8' Makefile:375: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-3.8' *** Error code 1 Stop. make: stopped in /usr/ports/x11-toolkits/libgdiplus --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer mono@FreeBSD.org