Re: Buildworld errors caused by libfetch.so

2002-06-07 Thread Doug Barton

On Thu, 6 Jun 2002, Hiten Pandya wrote:

 [CC'ed to des@]

 Hi all.

 I am experiencing buildworld errors caused by the latest libfetch.so.
 The CVSUP source is just a couple of minutes old.

Make sure that your next cvsup catches the update to the Makefile:

$ ident /usr/src/usr.bin/fetch/Makefile
/usr/src/usr.bin/fetch/Makefile:
 $FreeBSD: src/usr.bin/fetch/Makefile,v 1.9 2002/06/06 13:45:46 ru Exp

-- 
   We have known freedom's price. We have shown freedom's power.
  And in this great conflict, ...  we will see freedom's victory.
- George W. Bush, President of the United States
  State of the Union, January 28, 2002

 Do YOU Yahoo!?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Buildworld errors caused by libfetch.so

2002-06-06 Thread Hiten Pandya

[CC'ed to des@]

Hi all.

I am experiencing buildworld errors caused by the latest libfetch.so.
The CVSUP source is just a couple of minutes old.

Thanks.

-- 
Hiten Pandya
http://storm.uk.FreeBSD.org/~hiten
Finger [EMAIL PROTECTED] for PGP public key
-- 4FB9 C4A9 4925 CF97 9BF3  ADDA 861D 5DBD E4E3 03C3 


cc -O -save-temps -march=pentiumpro  -I/data/dev/src/usr.sbin/pkg_install/add/../lib   
-Werror -Wall -Wno-uninitialized   -o pkg_add main.o perform.o futil.o extract.o 
/c1/obj/data/dev/src/usr.sbin/pkg_install/add/../lib/libinstall.a -lfetch -lmd
/usr/lib/libfetch.so: undefined reference to `SSL_set_fd'
/usr/lib/libfetch.so: undefined reference to `X509_NAME_oneline'
/usr/lib/libfetch.so: undefined reference to `SSL_read'
/usr/lib/libfetch.so: undefined reference to `SSL_new'
/usr/lib/libfetch.so: undefined reference to `SSL_CTX_new'
/usr/lib/libfetch.so: undefined reference to `SSL_library_init'
/usr/lib/libfetch.so: undefined reference to `ERR_print_errors_fp'
/usr/lib/libfetch.so: undefined reference to `SSL_load_error_strings'
/usr/lib/libfetch.so: undefined reference to `SSL_CIPHER_get_name'
/usr/lib/libfetch.so: undefined reference to `SSLv23_client_method'
/usr/lib/libfetch.so: undefined reference to `X509_get_subject_name'
/usr/lib/libfetch.so: undefined reference to `SSL_get_current_cipher'
/usr/lib/libfetch.so: undefined reference to `SSL_connect'
/usr/lib/libfetch.so: undefined reference to `X509_get_issuer_name'
/usr/lib/libfetch.so: undefined reference to `SSL_get_peer_certificate'
/usr/lib/libfetch.so: undefined reference to `SSL_write'
*** Error code 1

Stop in /data/dev/src/usr.sbin/pkg_install/add.



msg39262/pgp0.pgp
Description: PGP signature


Re: Buildworld errors caused by libfetch.so

2002-06-06 Thread Dag-Erling Smorgrav

Hiten Pandya [EMAIL PROTECTED] writes:
 I am experiencing buildworld errors caused by the latest libfetch.so.
 The CVSUP source is just a couple of minutes old.

re-cvsup and rebuild.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Buildworld errors caused by libfetch.so

2002-06-06 Thread Hiten Pandya

--- Doug Barton [EMAIL PROTECTED] wrote:
 On Thu, 6 Jun 2002, Hiten Pandya wrote:
 
  [CC'ed to des@]
 
  Hi all.
 
  I am experiencing buildworld errors caused by the latest libfetch.so.
  The CVSUP source is just a couple of minutes old.
 
 Make sure that your next cvsup catches the update to the Makefile:
 
 $ ident /usr/src/usr.bin/fetch/Makefile
 /usr/src/usr.bin/fetch/Makefile:
  $FreeBSD: src/usr.bin/fetch/Makefile,v 1.9 2002/06/06 13:45:46 ru Exp

Done.  GCC3 environment ready!.  Thanks everyone.  The buildworld succeeded.


  -- Hiten

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message