From owner-freebsd-mono@freebsd.org Sat Nov 5 15:05:45 2016 Return-Path: Delivered-To: freebsd-mono@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 4A819C31A03 for ; Sat, 5 Nov 2016 15:05:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 33FD910C for ; Sat, 5 Nov 2016 15:05:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 33554C31A02; Sat, 5 Nov 2016 15:05:45 +0000 (UTC) Delivered-To: mono@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 32F66C31A01 for ; Sat, 5 Nov 2016 15:05:45 +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 1780710B for ; Sat, 5 Nov 2016 15:05:45 +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 uA5F5i31044432 for ; Sat, 5 Nov 2016 15:05:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 213973] x11-toolkits/libgdiplus Building fails because of tests Date: Sat, 05 Nov 2016 15:05:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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: andrej@ebert.su 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: Message-ID: In-Reply-To: References: 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-mono@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 15:05:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213973 --- Comment #1 from Andrej Ebert --- I have the same problem on: FreeBSD 199-SERVER 11.0-STABLE FreeBSD 11.0-STABLE #3 r308338: Sat Nov 5 14:00:11 CET 2016 root@199-SERVER:/usr/obj/usr/src/sys/MASK amd64 At first I thought the problem was that the port doesn't pull in or check f= or the required x11/libX11 library, at least on my system. But manually instal= ling it changes nothing. A portmaster -f run (rebuilding all ports depended on) on sonarr (the port I needed libgdiplus for in the first place) changed nothing. poudriere testport on 10.3 & 11 RELEASE jails builds and installs it successfully, but curiously pulls in a lot more dependencies than my real system with the following make.conf (comments stripped): CPUTYPE?=3Dbdver2 MALLOC_PRODUCTION=3DYES SVN=3D/usr/bin/svn SVN_UPDATE=3Dyes MAKE_JOBS_NUMBER?=3D9 BUILD_OPTIMIZED=3DYES WITH_CPUFLAGS=3DYES OPTIONS_UNSET=3DX11 OPTIONS_UNSET=3DALSA DEBUG FONTCONFIG CUPS NLS GUI KDE4 KDE QT QT4 GTK GTK1= GTK2 OPTIONS_SET=3DOPTIMIZED_CFLAGS NO_SENDMAIL=3DYES NO_GUI=3DYES MK_PROFILE=3Dno WITHOUT_GALLIUM=3DYES WITHOUT_DEBUG=3DYES DEFAULT_VERSIONS=3Dphp=3D7.0 mysql=3D5.6 apache=3D2.4 perl5=3D5.24 APACHE_PORT=3Dwww/apache24 KERNCONF=3DMASK BATCH_DELETE_OLD_FILES=3DYES WITH_OPENSSL_PORT=3DYES DEFAULT_VERSIONS+=3Dssl=3Dlibressl horde_dir=3D/usr/local/www/horde5 So I think it has something to do with the "OPTIONS_UNSET=3DX11" knob, but = since neither sonarr nor libgdiplus have any options, I went digging to the dependencies of libgdiplus, an the only direct dependency to have an X11 kn= ob is graphics/cairo, OPENGL, X11 and XCB options where disabled for the port = on my system. After enabling X11 and rebuilding, it pulled these additional dependencies: Installation of x11/libXext (libXext-1.3.3_1,1) Installation of x11/renderproto (renderproto-0.11.1) Installation of x11/libXrender (libXrender-0.9.10) And libgdiplus built sucessfully. I think some or all of them should be added as a direct dependency for x11-toolkits/libgdiplus (since I think we aren't the only ones building as = much as we can without the X11 stuff), if someone (Alex, for example) can confir= m my workaround works. This should also explain why no one could reproduce bug #198066. --=20 You are receiving this mail because: You are the assignee for the bug.=