make buildworld problem

2003-09-11 Thread Yury V.Lukke
after cvsup'ing src-all to RELENG_4 and trying to make buildworld I get 
the next error message:
/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/cmap.cc:25: 
cmap.h: No such file or directory

and a lot of the same messages No such file or directory on file 
cmap.cc, with
mkdep: compile failed
*** Error code 1

at the end of  output

I noticed in buildworld's output just before first error 2 mkdep calls: 
first with parameters
mkdep -f .depend -a-DHAVE_CONFIG_H 
-I/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/include 
-I/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../src/include 
-D__FBSDID=__RCSID

and second without any parameters.
missed header files are in /usr/src/contrib/groff/src/include, so my 
problem is definitly around mkdep parameters, but how to correct it?

/usr/src and /usr/obj were removed before make buildworld, and just the 
same happened with RELENG_4_8 sources...

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld problem

2003-09-11 Thread Ruslan Ermilov
On Fri, Sep 12, 2003 at 12:14:12AM +0400, Yury V.Lukke wrote:
 after cvsup'ing src-all to RELENG_4 and trying to make buildworld I get 
 the next error message:
 /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/cmap.cc:25:
  
 cmap.h: No such file or directory
 
 and a lot of the same messages No such file or directory on file 
 cmap.cc, with
 mkdep: compile failed
 *** Error code 1
 
 at the end of  output
 
 I noticed in buildworld's output just before first error 2 mkdep calls: 
 first with parameters
 mkdep -f .depend -a-DHAVE_CONFIG_H 
 -I/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/include
  
 -I/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../src/include 
 -D__FBSDID=__RCSID
 
 and second without any parameters.
 missed header files are in /usr/src/contrib/groff/src/include, so my 
 problem is definitly around mkdep parameters, but how to correct it?
 
 /usr/src and /usr/obj were removed before make buildworld, and just the 
 same happened with RELENG_4_8 sources...
 
Does it still the case if you run buildworld after the following
set of commands:

rm -rf /usr/obj
cd /usr/src  make cleandir


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software Ltd,
[EMAIL PROTECTED]   FreeBSD committer


pgp0.pgp
Description: PGP signature


make buildworld problem

2002-07-30 Thread skeetz

hello. This is my first attempt to upgrade a freebsd box this way.  I'm
upgrading a 4.1.1 box to 4.6.

I have attached below my log.  Near as I can tell, the problem is when it
tries to build scp it posts the error:

cc -O -pipe  -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA
 -o scp scp.o  -lssh
/usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by
/usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath
or -rpath-link)

Any help would be appreciated.

-Chad



cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow  -c
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/state.c
cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow  -c
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/sys_term.c
cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow  -c
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/telnetd.c
cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow  -c
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/termstat.c
cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow  -c
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/utility.c
cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow  -c
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/authenc.c
gzip -cn
/usr/src/secure/libexec/telnetd/../../../crypto/telnet/telnetd/telnetd.8 
telnetd.8.gz
cc -O -pipe  -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON  -DENV_HACK
 -DAUTHENTICATION -DENCRYPTION  -I/usr/src/secure/libexec/telnetd/../../../c
rypto/telnet -DINET6 -DNO_IDEA   -W -Wall -Wstrict-prototypes -Wmissing-prot
otypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-
strings -Wswitch -Wshadow   -o telnetd global.o slc.o state.o sys_term.o
telnetd.o termstat.o utility.o authenc.o  -lutil -ltermcap
/usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet.a -lmp
 -lcrypto  -lcrypt -lpam
=== secure/libexec/sftp-server
cc -O -pipe  -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -
DNO_IDEA-c
/usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-server.c
cc -O -pipe  -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -
DNO_IDEA-c
/usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-common.c
gzip -cn
/usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-server.8 
sftp-server.8.gz
cc -O -pipe  -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -
DNO_IDEA -o sftp-server sftp-server.o sftp-common.o  -lssh -lcrypto
=== secure/libexec/ssh-keysign
cc -O -pipe  -I/usr/src/secure/libexec/ssh-keysign/../../../crypto/openssh -
DNO_IDEA-c
/usr/src/secure/libexec/ssh-keysign/../../../crypto/openssh/ssh-keysign.c
gzip -cn
/usr/src/secure/libexec/ssh-keysign/../../../crypto/openssh/ssh-keysign.8 
ssh-keysign.8.gz
cc -O -pipe  -I/usr/src/secure/libexec/ssh-keysign/../../../crypto/openssh -
DNO_IDEA -o ssh-keysign ssh-keysign.o  -lssh -lcrypto -lz
=== secure/usr.bin
=== secure/usr.bin/bdes
cc -O -pipe  -DNO_IDEA-c /usr/src/secure/usr.bin/bdes/bdes.c
gzip -cn /usr/src/secure/usr.bin/bdes/bdes.1  bdes.1.gz
cc -O -pipe  -DNO_IDEA -L/usr/obj/usr/src/secure/usr.bin/bdes/../../lib/
libcipher -o bdes bdes.o  -lcipher
=== secure/usr.bin/telnet
cc -O -pipe  

Re: make buildworld problem

2002-07-30 Thread Kent Stewart



skeetz wrote:

 hello. This is my first attempt to upgrade a freebsd box this way.  I'm
 upgrading a 4.1.1 box to 4.6.
 
 I have attached below my log.  Near as I can tell, the problem is when it
 tries to build scp it posts the error:
 
 cc -O -pipe  -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA
  -o scp scp.o  -lssh
 /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by
 /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath
 or -rpath-link)
 
 Any help would be appreciated.


You have to have include src-sys-crypto when you cvsup. The best way 
is to cvsup src-all

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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



RE: make buildworld problem

2002-07-30 Thread skeetz

acctually I synced a src-all yesterday.  I resynced and got this

chewbacca# ./updatesrc
Connected to cvsup10.FreeBSD.org
Updating collection src-all/cvs
 Edit src/UPDATING
 Edit src/sys/conf/newvers.sh
 Edit src/sys/kern/kern_exec.c
 Edit src/usr.sbin/pppd/main.c
Finished successfully
chewbacca#

then I added src-sys-crypto just to make sure and got this

chewbacca# ./updatesrc
Connected to cvsup10.FreeBSD.org
Updating collection src-all/cvs
Updating collection src-sys-crypto/cvs
Finished successfully

as I suspected.. I had all of the files.

Anything else it could be?

Is there a way to just build that one piece with out retrying buildworld?

skeetz



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kent Stewart
Sent: Tuesday, July 30, 2002 11:59 AM
To: skeetz
Cc: Freebsd-Stable
Subject: Re: make buildworld problem




skeetz wrote:

 hello. This is my first attempt to upgrade a freebsd box this way.  I'm
 upgrading a 4.1.1 box to 4.6.

 I have attached below my log.  Near as I can tell, the problem is when it
 tries to build scp it posts the error:


cc -O -pipe  -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA
  -o scp scp.o  -lssh
 /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed
by
 /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath
 or -rpath-link)

 Any help would be appreciated.


You have to have include src-sys-crypto when you cvsup. The best way
is to cvsup src-all

Kent

--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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


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



Cvsup 09/01/2002 /make buildworld problem

2002-01-10 Thread Spider


 Hello!
 
 Problem is make buildworld for cvsup 09.01/2002
 
 make buildword
 
 === usr.bin
 
 /usr/src/share/mk/bsd.subdir.mk , line 81: Inconsistent operator for ftp
 make: fatal errors encountered -- cannot continue
 
 *** Error code 1
 
Stop in /usr/src
 *** Error code 1
 
 
 


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



Re: Cvsup 09/01/2002 /make buildworld problem

2002-01-10 Thread Kent Stewart



Spider wrote:

  Hello!
  
  Problem is make buildworld for cvsup 09.01/2002
  
  make buildword
  
  === usr.bin
  
  /usr/src/share/mk/bsd.subdir.mk , line 81: Inconsistent operator for ftp
  make: fatal errors encountered -- cannot continue
  
  *** Error code 1
  
 Stop in /usr/src
  *** Error code 1


I had no problems cvsuping RELENG_4 an hour ago and doing a 
buildworld. What did you cvsup?

Is the buildword a typing error for your email?

Kent


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


-- 
Kent Stewart
Richland, WA

mailto:[EMAIL PROTECTED]
http://users.owt.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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



make buildworld problem with gnu/ld/rtld

2000-12-05 Thread Tony Wells

Hi all,
I'm trying to upgrade from 3.0-RELEASE to the current -STABLE branch.

I cvsup'ed the stable-supfile from /usr/share/examples/cvsup/ and
started a 
 make buildworld
in the /usr/src directory.

The compile fails with the following error:

cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld
-I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse
-DRTLD   -I/usr/obj/usr/src/tmp/usr/include  -nostdlib -Wl,-Bshareable
-Wl,-Bsymbolic -Wl,-assert -Wl,nosymbolic -o ld.so mdprologue.o rtld.o
malloc.o shlib.o md.o support.o sbrk.o  -lc_pic -lgcc_pic
mdprologue.o(.text+0x22): undefined reference to `_rtld'
mdprologue.o(.text+0x40): undefined reference to `_binder'
rtld.o: In function `reloc_map':
rtld.o(.text+0xe9d): undefined reference to `binder_entry'

Doe's anyone have any ideas what might be the problem?

TIA,
Tony Wells


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