Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 11:48:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 215934] graphics/netpbm missing betweenZeroAndOne function won't build on FreeBSD11.0S
Message-ID:  <bug-215934-6@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215934

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

Unfortunately building graphics/netpbm as part of the dependency chain for=
=20
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=20
find /var/ports/usr/ports/graphics/netpbm/work/netpbm-10.35.98/ | xargs grep
betweenZeroAndOne

only results in function calls like=20
 assert(betweenZeroAndOne(globalRange.min));
again nothing useful.  I suspect something has been removed; somewhere???

Platform:=20
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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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