https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215934
Bug ID: 215934
Summary: graphics/netpbm missing betweenZeroAndOne function
won't build on FreeBSD11.0S
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Ports Framework
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected],
[email protected]
CC: [email protected]
Unfortunately building graphics/netpbm as part of the dependency chain for
misc/freebsd-doc-en 11/14 >> textproc/docproj >> graphics/netpbm (6/100)
on FreeBSD 11.0S results in
pamthreshold.o: In function `computeGlobalThreshold.isra.1':
pamthreshold.c:(.text+0x190): undefined reference to `betweenZeroAndOne'
pamthreshold.c:(.text+0x1ac): undefined reference to `betweenZeroAndOne'
pamthreshold.c:(.text+0x30c): undefined reference to `betweenZeroAndOne'
pamthreshold.c:(.text+0x328): undefined reference to `betweenZeroAndOne'
pamthreshold.c:(.text+0x47c): undefined reference to `betweenZeroAndOne'
collect2: error: ld returned 1 exit status
so lets go hunting...
find /usr/include/ | xargs grep betweenZero
find /usr/src/ -type f | xargs grep betweenZero
results in nothing useful, and
find /var/ports/usr/ports/graphics/netpbm/work/netpbm-10.35.98/ | xargs grep
betweenZeroAndOne
only results in function calls like
assert(betweenZeroAndOne(globalRange.min));
again nothing useful. I suspect something has been removed; somewhere???
Platform:
FreeBSD b2.hs 11.0-STABLE FreeBSD 11.0-STABLE #0 r311660M: Sun Jan 8 21:30:51
AEDT 2017 root@hathor:/110002/D/K8/hqdev-amd64-smp-vga amd64 1100509
1100509
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"