Thread View: muc.lists.freebsd.ports
3 messages
3 total messages
Started by Kris Kennaway
Sun, 14 Jun 1998 00:00
ssh broken on -current
Author: Kris Kennaway
Date: Sun, 14 Jun 1998 00:00
Date: Sun, 14 Jun 1998 00:00
45 lines
2407 bytes
2407 bytes
-current as of today, but this port has been broken for several days now (I first tried it immediately after it was upgraded to 1.2.25). On compiling, I get: cc -pipe -L/usr/local/lib -o ssh ssh.o sshconnect.o log-client.o readconf.o hostfile.o readpass.o tildexpand.o clientloop.o canohost.o idea.o rsa.o randoms.o md5.o buffer.o emulate.o packet.o compress.o xmalloc.o ttymodes.o newchannels.o bufaux.o auth fd.o authfile.o crc32.o rsaglue.o cipher.o des.o match.o arcfour.o mpaux.o userfile.o signals.o blowfish.o deattack.o -L/usr/lib -lgmp -L/usr/lib -lz -lwrap -lcrypt -L/usr/local/lib -lutil sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment newchannels.o: Undefined symbol `___inet_addr' referenced from text segment newchannels.o: Undefined symbol `___inet_addr' referenced from text segment newchannels.o: Undefined symbol `___inet_addr' referenced from text segment *** Error code 1 Stop. Any hints? Also - I couldnt seem to find this as a package on either ftp.freebsd.org or internat.freebsd.org (even an old version). Is there some reason it's not being built as a package on internat (legal reasons?) I made the mistake of deleting my previously-installed version before the new port had finished compiling :-( Kris ------------------------------------------------------------------------------ The Feynman Problem-Solving Algorithm: (1) Write down the problem (2) Think real hard (3) Write down the answer ------------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Re: ssh broken on -current
Author: Jun-ichiro itoju
Date: Sun, 14 Jun 1998 00:00
Date: Sun, 14 Jun 1998 00:00
14 lines
525 bytes
525 bytes
>Also - I couldnt seem to find this as a package on either ftp.freebsd.org >or internat.freebsd.org (even an old version). Is there some reason it's >not being built as a package on internat (legal reasons?) I made the >mistake of deleting my previously-installed version before the new port >had finished compiling :-( I believe this is due to export control issue. See RESTRICTED line in Makefile. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
RE: ssh broken on -current
Author: Simon Coggins
Date: Mon, 15 Jun 1998 00:00
Date: Mon, 15 Jun 1998 00:00
74 lines
3390 bytes
3390 bytes
I had this problem with some other programs. I traced it back to some changes in the .h files and the libc, try doing a make world or just make include (i think it is just for the include files) On 14-Jun-98 Kris Kennaway wrote: > -current as of today, but this port has been broken for several days now > (I first tried it immediately after it was upgraded to 1.2.25). > > On compiling, I get: > > cc -pipe -L/usr/local/lib -o ssh ssh.o sshconnect.o log-client.o readconf.o > hostfile.o readpass.o tildexpand.o clientloop.o canohost.o idea.o rsa.o > randoms.o md5.o buffer.o emulate.o packet.o compress.o xmalloc.o ttymodes.o > newchannels.o bufaux.o auth > fd.o authfile.o crc32.o rsaglue.o cipher.o des.o match.o arcfour.o mpaux.o > userfile.o signals.o blowfish.o deattack.o -L/usr/lib -lgmp -L/usr/lib -lz > -lwrap -lcrypt -L/usr/local/lib -lutil > sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment > sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > *** Error code 1 > > Stop. > > Any hints? > > Also - I couldnt seem to find this as a package on either ftp.freebsd.org > or internat.freebsd.org (even an old version). Is there some reason it's > not being built as a package on internat (legal reasons?) I made the > mistake of deleting my previously-installed version before the new port > had finished compiling :-( > > Kris > > ------------------------------------------------------------------------------ > The Feynman Problem-Solving Algorithm: > (1) Write down the problem > (2) Think real hard > (3) Write down the answer > ------------------------------------------------------------------------------ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Regards Simon +---------------------------------------------------------------+ | Email: chaos@ultra.net.au, chaos@oz.org, simon@bofh.com.au | | http://www.ultra.net.au/~chaos Ultranet Technical Admin. | | Chaos on IRC, IRC Operator for the OzORG Network | +---------------------------------------------------------------+ --- "Every morning, I get up and look through the 'Forbes' list of the richest people in America. If I'm not there, I go to work" -- Robert Orben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads