|
|
last edited 16 years ago by japp |
1 2 3 | ||
Editor: japp
Time: 2008/10/16 19:22:15 GMT-7 |
||
Note: |
added:
From japp Thu Oct 16 19:22:15 -0700 2008
From: japp
Date: Thu, 16 Oct 2008 19:22:15 -0700
Subject:
Message-ID: <20081016192215-0700@axiom-wiki.newsynthesis.org>
Status: open => need more info
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:
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