Re: make aout-to-elf-build failure

1999-01-24 Thread Mark Murray
Randy Bush wrote:
 an hour further on
 
 /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed 
by /usr/obj/elf/usr/src/kerberosIV/libexec/kauthd/../../lib/libkrb/libkrb.so, n
ot found (try using --rpath)
 /usr/obj/elf/usr/src/kerberosIV/libexec/kauthd/../../lib/libkrb/libkrb.so: un
defined reference to `crypt'
 *** Error code 1

Fixed. Please resup. 

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Randy Bush
 /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed 
  by 
 /usr/obj/elf/usr/src/kerberosIV/libexec/kauthd/../../lib/libkrb/libkrb.so, 
 not found (try using --rpath)
 /usr/obj/elf/usr/src/kerberosIV/libexec/kauthd/../../lib/libkrb/libkrb.so: 
 undefined reference to `crypt'
 *** Error code 1
 Fixed. Please resup. 

 Edit src/kerberosIV/libexec/kauthd/Makefile
  Add delta 1.1 97.09.24.20.37.13 markm
  Add delta 1.2 99.01.24.08.12.56 markm
 Edit src/lib/libcrypt/Makefile
  Add delta 1.17 99.01.24.07.48.30 markm

grazie!

randy

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Mark Murray
Randy Bush wrote:
 grazie!

Prego!

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Randy Bush
oops!  still have

/usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed by 
/usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, not 
found (try using --rpath)
/usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'
*** Error code 1

Stop.

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Mark Murray
Randy Bush wrote:
 oops!  still have
 
 /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed 
by /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, not
 found (try using --rpath)
 /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: unde
fined reference to `crypt'
 *** Error code 1

If you are in a hurry, follow the procedure I gave in the other mail.
Otherwise, wait for the fix, coming right now :-).

I an Mr. Kerberos (Freebsd division) if you haven't deduced this already :)

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Mark Murray
Randy Bush wrote:
 oops!  still have
 
 /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed 
by /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, not
 found (try using --rpath)
 /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: unde
fined reference to `crypt'
 *** Error code 1

Hi

Just in case you get any more of these (mentioning `crypt'), here is a
workaround:

Go to the right subdirectory (in this case
/usr/src/kerberosIV/libexec/kipd/) and edit the Makefile; add
-lcrypt to the end of the LDADD line. You may need to remove it
later, but it will keep your build going. I'd be grateful for
reports of places where this is necesary.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Randy Bush
 /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed 
 by /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, 
 not found (try using --rpath)
 /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: 
 undefined reference to `crypt'
 *** Error code 1
 Go to the right subdirectory (in this case
 /usr/src/kerberosIV/libexec/kipd/) and edit the Makefile; add
 -lcrypt to the end of the LDADD line. You may need to remove it
 later, but it will keep your build going. I'd be grateful for
 reports of places where this is necesary.

-DNOCLEAN is cool, but helps less with aout-to-elf-build elf stage compiles
than one might wish.  well, i am whining.  it cuts 110 minutes to 5.  but
clearly i am missing an obvious shortcut here.

/usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/libexec/kpropd/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/libexec/telnetd/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.bin/kdestroy/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.bin/klist/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.bin/telnet/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/ext_srvtab/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kadmind/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kdb_destroy/../../lib/libkrb/libkrb.so:
 undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kdb_edit/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kdb_init/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kdb_util/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kerberos/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kip/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kprop/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

/usr/obj/elf/usr/src/kerberosIV/usr.sbin/kstash/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'

randy

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Randy Bush
 /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed 
 by /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, 
 not found (try using --rpath)
 /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: 
 undefined reference to `crypt'
 *** Error code 1
 Go to the right subdirectory (in this case
 /usr/src/kerberosIV/libexec/kipd/) and edit the Makefile; add
 -lcrypt to the end of the LDADD line. You may need to remove it
 later, but it will keep your build going. I'd be grateful for
 reports of places where this is necesary.

when i did all these, see previous msg, it all worked.  i successfully went
from a pure aout 3.0-current of 981231 to 4.0-current of today.

your assistance was really appreciated.

randy

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-24 Thread Mark Murray
Randy Bush wrote:
 when i did all these, see previous msg, it all worked.  i successfully went
 from a pure aout 3.0-current of 981231 to 4.0-current of today.

Cool!

 your assistance was really appreciated.

Yours too. I have the list of places from your other mail, and I'll be
doing them this evening.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make aout-to-elf-build failure

1999-01-23 Thread Randy Bush
an hour further on

/usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed by 
/usr/obj/elf/usr/src/kerberosIV/libexec/kauthd/../../lib/libkrb/libkrb.so, not 
found (try using --rpath)
/usr/obj/elf/usr/src/kerberosIV/libexec/kauthd/../../lib/libkrb/libkrb.so: 
undefined reference to `crypt'
*** Error code 1

Stop.

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message