From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 14 11:20:42 2015 Return-Path: Delivered-To: gnome@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 2BFE57B2 for ; Wed, 14 Jan 2015 11:20:42 +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 12D8716E for ; Wed, 14 Jan 2015 11:20:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0EBKfIJ085802 for ; Wed, 14 Jan 2015 11:20:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 196717] textproc/libxml2: doesn't build on -CURRENT (AMD64) Date: Wed, 14 Jan 2015 11:20:41 +0000 X-Bugzilla-Reason: AssignedTo CC 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: daniel.engberg.lists@pyret.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@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-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2015 11:20:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196717 Bug ID: 196717 Summary: textproc/libxml2: doesn't build on -CURRENT (AMD64) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: daniel.engberg.lists@pyret.net CC: dim@FreeBSD.org Assignee: gnome@FreeBSD.org CC: Flags: maintainer-feedback?(gnome@FreeBSD.org) Build log: .... sed -e 's?\@XML_LIBDIR\@?-L/usr/local/lib?g' \ -e 's?\@XML_INCLUDEDIR\@?-I/usr/local/include/libxml2 -I/usr/include?g' \ -e 's?\@VERSION\@?2.9.2?g' \ -e 's?\@XML_LIBS\@?-lxml2 -lz -L/usr/lib -lm ?g' \ < ./xml2Conf.sh.in > xml2Conf.tmp \ && mv xml2Conf.tmp xml2Conf.sh CCLD testdso.la CCLD libxml2.la /usr/bin/ld: skipping incompatible /usr/lib32/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib32/libz.a when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib32/liblzma.so when searching for -llzma /usr/bin/ld: skipping incompatible /usr/lib32/liblzma.a when searching for -llzma /usr/bin/ld: skipping incompatible /usr/lib32/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib32/libm.a when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib32/libgcc.a when searching for -lgcc /usr/bin/ld: skipping incompatible /usr/lib32/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib32/libc.so.7 when searching for /usr/lib32/libc.so.7 /usr/bin/ld: cannot find /usr/lib32/libc.so.7 cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:958: recipe for target 'libxml2.la' failed gmake[4]: *** [libxml2.la] Error 1 gmake[4]: Leaving directory '/usr/ports/textproc/libxml2/work/libxml2-2.9.2' Makefile:1429: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/textproc/libxml2/work/libxml2-2.9.2' Makefile:847: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/ports/textproc/libxml2/work/libxml2-2.9.2' ===> 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/textproc/libxml2 *** Error code 1 Stop. make: stopped in /usr/ports/textproc/libxml2 FreeBSD 11.0-CURRENT #0 r276959: Wed Jan 14 01:25:36 CET 2015 Ports about 2 hours old from posting --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.