Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2018 03:33:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r458108 - branches/2018Q1/games/xqf
Message-ID:  <201801050333.w053XSLQ042598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801050333.w053XSLQ042598>