Date: Fri, 5 Jan 2018 03:41:39 +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: r458110 - head/graphics/libjxr Message-ID: <201801050341.w053fdxl046922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Jan 5 03:41:39 2018 New Revision: 458110 URL: https://svnweb.freebsd.org/changeset/ports/458110 Log: graphics/libjxr: lift BROKEN_aarch64 per FreeBSD 11.0 EOL Here's how the error message actually looked like: cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libjpegxr.so.1 -Wl,-soname,libjpegxr.so.1 `NM='nm' NMFLAGS='' lorder encode.So segenc.So strenc.So strFwdTransform.So strPredQuantEnc.So decode.So postprocess.So segdec.So strdec.So strInvTransform.So strPredQuantDec.So JXRTranscode.So adapthuff.So image.So strcodec.So strPredQuant.So strTransform.So perfTimerANSI.So | tsort -q` strenc.So: In function `StrIOEncInit': /wrkdirs/usr/ports/graphics/libjxr/work/jxrlib-1.1/image/encode/strenc.c:(.text+0xf18): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() cc: error: linker command failed with exit code 1 (use -v to see invocation) Noticed -Wl,--fatal-warnings? After tmpnam() warning dissapeared, so did the error. Reported by: http://thunderx1.nyi.freebsd.org/data/110arm64-default/438755/logs/errors/jxrlib-1.1.log Pointy hat to: linimon (generic excerpt) Tested on: 11.1 (clang 4.0) and 12.0 (clang 6.0) Modified: head/graphics/libjxr/Makefile (contents, props changed) Modified: head/graphics/libjxr/Makefile ============================================================================== --- head/graphics/libjxr/Makefile Fri Jan 5 03:39:56 2018 (r458109) +++ head/graphics/libjxr/Makefile Fri Jan 5 03:41:39 2018 (r458110) @@ -12,7 +12,6 @@ COMMENT= Library for JPEG XR, a.k.a. Windows MediaTM P LICENSE= BSD2CLAUSE -BROKEN_aarch64= fails to link: cc: linker command failed with exit code 1 (use -v to see invocation) BROKEN_mips= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens" BROKEN_mips64= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens" BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801050341.w053fdxl046922>