Re: [ipv6calc] some recent news - please test current CVS version
--On Tuesday, July 19, 2005 03:22:50 PM -0400 Dan Pritts <danno@internet2.edu> wrote:
Hi -
I don't have time to track down why, but the --prefix i specify to configure isn't making it all the way into the appropriate makefiles.
this happens on both solaris 8 & macos 10.3 - other than some compiler warnings, everything seems to work otherwise (built, and passed the preinstall tests).
Hmm, working fine here, but I found that configure has got some magic exec_prefix feature. Have you tried like following: ./configure --prefix=/usr/local --bindir /usr/local/bin --mandir /usr/local/share/man or make install exec_prefix=/usr/local File INSTALLING updated. BTW: can you send me all the compiler warnings, e.g. by make >make.txt 2>&1 Thank you, Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
On Wed, Jul 20, 2005 at 08:21:29AM +0200, Peter Bieringer wrote:
this happens on both solaris 8 & macos 10.3 - other than some compiler warnings, everything seems to work otherwise (built, and passed the preinstall tests).
Whoops, I was wrong - on the mac, the eui64_to_privacy test fails. The program segfaults. attached are make output, make test output. ipv6calc/ipv6calc/ipv6calc@st1100% ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef zsh: segmentation fault ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef Let me know if you can't find a mac - i may be able to get you access to one here but most of them are laptops. I will check on the --prefix thing later. danno -- dan pritts - systems administrator - internet2 734/352-4953 office 734/834-7224 mobile
--On Wednesday, July 20, 2005 02:23:33 PM -0400 Dan Pritts <danno@internet2.edu> wrote:
On Wed, Jul 20, 2005 at 08:21:29AM +0200, Peter Bieringer wrote:
this happens on both solaris 8 & macos 10.3 - other than some compiler warnings, everything seems to work otherwise (built, and passed the preinstall tests).
Whoops, I was wrong - on the mac, the eui64_to_privacy test fails. The program segfaults.
attached are make output, make test output.
ipv6calc/ipv6calc/ipv6calc@st1100% ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef zsh: segmentation fault ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef
Ooops, a second one, I had currently one on using ./ipv6calc/ipv6calc -i fe80::1 Bad, need some time, so next major release has 3 todos...
Let me know if you can't find a mac - i may be able to get you access to one here but most of them are laptops.
I do not have any Mac OS X access, can you run the command with -d 65535 to see where it crashes. In addition, strace of the command would be nice. Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
--On Thursday, July 21, 2005 12:00:39 AM +0200 Peter Bieringer <pb@bieringer.de> wrote:
--On Wednesday, July 20, 2005 02:23:33 PM -0400 Dan Pritts <danno@internet2.edu> wrote:
On Wed, Jul 20, 2005 at 08:21:29AM +0200, Peter Bieringer wrote:
this happens on both solaris 8 & macos 10.3 - other than some compiler warnings, everything seems to work otherwise (built, and passed the preinstall tests).
Whoops, I was wrong - on the mac, the eui64_to_privacy test fails. The program segfaults.
attached are make output, make test output.
ipv6calc/ipv6calc/ipv6calc@st1100% ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef zsh: segmentation fault ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef
Ooops, a second one, I had currently one on using
./ipv6calc/ipv6calc -i fe80::1
Bad, need some time, so next major release has 3 todos...
Please try latest CVS version, I removed -O2 from compiler options, this was causing strange things using gcc-4.0 Regards, Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
--On Wednesday, July 20, 2005 02:23:33 PM -0400 Dan Pritts <danno@internet2.edu> wrote:
On Wed, Jul 20, 2005 at 08:21:29AM +0200, Peter Bieringer wrote:
this happens on both solaris 8 & macos 10.3 - other than some compiler warnings, everything seems to work otherwise (built, and passed the preinstall tests).
Whoops, I was wrong - on the mac, the eui64_to_privacy test fails. The program segfaults.
attached are make output, make test output.
The warnings are harmless: ipv6calctypes.h:87: warning: `ipv6calc_formatstrings' defined but not used They doesn't occur here, so I think it's depending on compiler. Perhaps one has a suggestion how to disable this specific warning.
ipv6calc/ipv6calc/ipv6calc@st1100% ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef zsh: segmentation fault ./ipv6calc --eui64_to_privacy 0123:4567:89ab:cdef 0123456789abcdef
Did you try a compile without -O2 ? Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
participants (2)
-
Dan Pritts
-
Peter Bieringer