[Bug 215934] graphics/netpbm missing betweenZeroAndOne function won't build on FreeBSD11.0S

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 10 11:48:46 UTC 2017


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: portmgr at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
                CC: freebsd-amd64 at FreeBSD.org,
                    freebsd-ports-bugs at FreeBSD.org
                CC: freebsd-amd64 at FreeBSD.org

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 at 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.


More information about the freebsd-amd64 mailing list