From owner-svn-ports-all@freebsd.org Fri Jan 5 03:33:31 2018 Return-Path: Delivered-To: svn-ports-all@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 AE966EAC850; Fri, 5 Jan 2018 03:33:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 9128972273; Fri, 5 Jan 2018 03:33:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w053XSDn042599; Fri, 5 Jan 2018 03:33:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w053XSLQ042598; Fri, 5 Jan 2018 03:33:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201801050333.w053XSLQ042598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Jan 2018 03:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r458108 - branches/2018Q1/games/xqf X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q1/games/xqf X-SVN-Commit-Revision: 458108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2018 03:33:31 -0000 Author: jbeich Date: Fri Jan 5 03:33:28 2018 New Revision: 458108 URL: https://svnweb.freebsd.org/changeset/ports/458108 Log: MFH: r458107 games/xqf: lift BROKEN_aarch64 per FreeBSD 11.0 EOL Here's how the error message actually looked like: cc -O2 -pipe -fno-strict-aliasing -Wall -o xqf -Wl,-rpath,/usr/local/lib/xqf -Wl,--export-dynamic -Wl,--version-script=../src/xqf.map addmaster.o addserver.o config.o country-filter.o debug.o dialogs.o dns.o filter.o flt-player.o game.o history.o host.o launch.o menus.o pixmaps.o pref.o psearch.o rc.o rcon.o server.o skin.o skin_pcx.o sort.o source.o srv-info.o srv-list.o srv-prop.o stat.o statistics.o trayicon.o utils.o xqf.o xqf-ui.o xutils.o zipped.o redial.o q3maps.o utmaps.o loadpixmap.o splash.o scripts.o -lintl ../src/zip/libunzip.a ../src/tga/libtga.a -lGeoIP -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lz -L/usr/local/lib -lX11 /usr/bin/ld: xqf: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/bin/ld: final link failed: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: http://thunderx1.nyi.freebsd.org/data/110arm64-default/426002/logs/errors/xqf-1.0.5_9.log Pointy hat to: linimon (generic excerpt) Tested on: 11.1 (clang 4.0) and 12.0 (clang 6.0) Approved by: ports-secteam blanket Modified: branches/2018Q1/games/xqf/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/games/xqf/Makefile ============================================================================== --- branches/2018Q1/games/xqf/Makefile Fri Jan 5 03:32:57 2018 (r458107) +++ branches/2018Q1/games/xqf/Makefile Fri Jan 5 03:33:28 2018 (r458108) @@ -35,8 +35,6 @@ GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP BZIP2_CONFIGURE_ENABLE= bzip2 -BROKEN_aarch64= Fails to linkld: final link failed: Bad value - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}