Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 00:59:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545731 - head/games/veloren
Message-ID:  <202008220059.07M0xuPG094376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Aug 22 00:59:56 2020
New Revision: 545731
URL: https://svnweb.freebsd.org/changeset/ports/545731

Log:
  games/veloren: unbreak on FreeBSD < 12
  
    = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib" "/wrkdirs/usr/ports/games/veloren/work/target/release/deps/veloren_voxygen-843c89249209bb67.veloren_voxygen.76os4767-cgu.6.rcgu.o" "-o" "/wrkdirs/usr/ports/games/veloren/work/target/release/deps/veloren_voxygen-843c89249209bb67" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/deps" "-L" "/usr/local/lib" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libloading-270f3080df6654be/out" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/usr/local/lib" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/ring-6fd1a3f6440c683b/out" "-L" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-ef5873ae9f6e9f
 dc
   /out" "-L" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib" "-Wl,-Bstatic" "/tmp/rustct3DqsV/liblibloading-bd3ccf10bb8832dc.rlib" "/tmp/rustct3DqsV/liblibsqlite3_sys-bdac21fd9cc42d5d.rlib" "/tmp/rustct3DqsV/libring-ac8e5a59fbebebea.rlib" "-Wl,--start-group" "/tmp/rustct3DqsV/libbacktrace_sys-8ab9e9c1d9bb3e04.rlib" "-Wl,--end-group" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib/libcompiler_builtins-7eb94795a99379bb.rlib" "-Wl,-Bdynamic" "-lgtk-3" "-lgdk-3" "-lpangocairo-1.0" "-lpango-1.0" "-latk-1.0" "-lcairo-gobject" "-lcairo" "-lpthread" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-latk-1.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lgdk-3" "-lpangocairo-1.0" "-lpango-1.0" "-lgdk_pixbuf-2.0" "-lcairo-gobject" "-lcairo" "-lpthread" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lcairo" "-lpthread" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-
 lg
   object-2.0" "-lglib-2.0" "-lintl" "-lglib-2.!
   0" "-lintl" "-lc" "-lc" "-lasound" "-lxcb" "-lxcb" "-lxcb" "-lxcb" "-lxcb-render" "-lxcb-shape" "-lxcb-xfixes" "-lc" "-lutil" "-lutil" "-lexecinfo" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-fstack-protector-strong"
    = note: /wrkdirs/usr/ports/games/veloren/work/target/release/deps/veloren_voxygen-843c89249209bb67.veloren_voxygen.76os4767-cgu.6.rcgu.o: file not recognized: File format not recognized
            cc: error: linker command failed with exit code 1 (use -v to see invocation)
  
  error: aborting due to previous error
  error: could not compile `veloren-voxygen`.
  
  Reported by:	pkg-fallout

Modified:
  head/games/veloren/Makefile   (contents, props changed)

Modified: head/games/veloren/Makefile
==============================================================================
--- head/games/veloren/Makefile	Sat Aug 22 00:58:11 2020	(r545730)
+++ head/games/veloren/Makefile	Sat Aug 22 00:59:56 2020	(r545731)
@@ -34,6 +34,7 @@ GL_COMMIT=	8f8b20c9139fbe1ddfb1937e3264e592d42f4fd0
 GL_TUPLE=	veloren:auth:b943c85e4a38f5ec60cd18c34c73097640162bfe:authcommon \
 		veloren:conrod:1ab6eccf94b16a8977a3274b31d4dbfef9cf9a30:conrod_core \
 		veloren:specs-idvs:fcb0b2306b571f62f9f85d89e79e087454d95efd:specsidvs
+LDFLAGS+=	-fuse-ld=lld
 INSTALLS_ICONS=	yes
 PLIST_FILES=	bin/${PORTNAME}-chat-cli \
 		bin/${PORTNAME}-server-cli \



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