svn commit: r458111 - branches/2018Q1/graphics/libjxr
Jan Beich
jbeich at FreeBSD.org
Fri Jan 5 03:42:38 UTC 2018
Author: jbeich
Date: Fri Jan 5 03:42:37 2018
New Revision: 458111
URL: https://svnweb.freebsd.org/changeset/ports/458111
Log:
MFH: r458110
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)
Approved by: ports-secteam blanket
Modified:
branches/2018Q1/graphics/libjxr/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/graphics/libjxr/Makefile
==============================================================================
--- branches/2018Q1/graphics/libjxr/Makefile Fri Jan 5 03:41:39 2018 (r458110)
+++ branches/2018Q1/graphics/libjxr/Makefile Fri Jan 5 03:42:37 2018 (r458111)
@@ -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"
More information about the svn-ports-all
mailing list