src/hyper has a build failure in hthits.c[.pamphlet]?. There is a reference to "loc2", which is undeclared anywhere else in the source tree. The compile failure is:
More on this --markm, Wed, 16 Mar 2005 03:47:41 -0600 reply If I kludge this by removing the line that (seems to) erroneously refer to "loc2", then I get a link failure when step() and compile() are not found:
linking /home/ports/math/axiom/work/axiom-0.0/mnt/freebsd/lib/hthits /home/ports/math/axiom/work/axiom-0.0/obj/freebsd/hyper/hthits.o(.text+0x239): In function `searchPage': : undefined reference to `step' /home/ports/math/axiom/work/axiom-0.0/obj/freebsd/hyper/hthits.o(.text+0x832): In function `main': : undefined reference to `compile' gmake[3]?: *** [/home/ports/math/axiom/work/axiom-0.0/mnt/freebsd/lib/hthits]? Error 1 gmake[3]?: Leaving directory `/home/ports/math/axiom/work/axiom-0.0/src/hyper' gmake[2]?: *** [hyperdir]? Error 2 gmake[2]?: Leaving directory `/home/ports/math/axiom/work/axiom-0.0/src' gmake[1]?: *** [srcdir]? Error 2 gmake[1]?: Leaving directory `/home/ports/math/axiom/work/axiom-0.0' gmake: *** [all]? Error 2 *** Error code 2 It turns out this is rather old Sun regexp code.I found an old manpage that describes step(), compile, loc1 and loc2, and I'll redo the offending function to use something a bit more modern and POSIX-compliant. Is this still valid. Not information about the system that the failure occurred. Status: open => need more info |