make world breakage

2001-02-19 Thread Jean-Marc Zucconi

Sources updated yesterday:

=== sbin/mountd
cc -O  -pipe -DNFS -DMFS -DCD9660 -DMSDOSFS   -c /usr/src/sbin/mountd/mountd.c
/usr/src/sbin/mountd/mountd.c:164: warning: `struct xucred' declared inside parameter 
list
/usr/src/sbin/mountd/mountd.c:164: warning: its scope is only this definition or 
declaration, which is probably not what you want.
/usr/src/sbin/mountd/mountd.c:166: warning: `struct xucred' declared inside parameter 
list
/usr/src/sbin/mountd/mountd.c:187: warning: `struct xucred' declared inside parameter 
list
/usr/src/sbin/mountd/mountd.c:205: variable `def_anon' has initializer but incomplete 
type
/usr/src/sbin/mountd/mountd.c:206: warning: excess elements in struct initializer
/usr/src/sbin/mountd/mountd.c:206: warning: (near initialization for `def_anon')
/usr/src/sbin/mountd/mountd.c:207: warning: excess elements in struct initializer
/usr/src/sbin/mountd/mountd.c:207: warning: (near initialization for `def_anon')
/usr/src/sbin/mountd/mountd.c:208: warning: excess elements in struct initializer
/usr/src/sbin/mountd/mountd.c:208: warning: (near initialization for `def_anon')
/usr/src/sbin/mountd/mountd.c:209: extra brace group at end of initializer
/usr/src/sbin/mountd/mountd.c:209: (near initialization for `def_anon')
/usr/src/sbin/mountd/mountd.c:209: warning: excess elements in struct initializer
/usr/src/sbin/mountd/mountd.c:209: warning: (near initialization for `def_anon')
/usr/src/sbin/mountd/mountd.c:211: warning: excess elements in struct initializer
/usr/src/sbin/mountd/mountd.c:211: warning: (near initialization for `def_anon')
/usr/src/sbin/mountd/mountd.c: In function `get_exportlist':
/usr/src/sbin/mountd/mountd.c:736: storage size of `anon' isn't known
/usr/src/sbin/mountd/mountd.c: In function `do_opt':
/usr/src/sbin/mountd/mountd.c:1337: argument `cr' doesn't match prototype
/usr/src/sbin/mountd/mountd.c:166: prototype declaration
/usr/src/sbin/mountd/mountd.c:1376: warning: passing arg 2 of `parsecred' from 
incompatible pointer type
/usr/src/sbin/mountd/mountd.c: In function `do_mount':
/usr/src/sbin/mountd/mountd.c:1599: argument `anoncrp' doesn't match prototype
/usr/src/sbin/mountd/mountd.c:164: prototype declaration
/usr/src/sbin/mountd/mountd.c:1618: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c: In function `parsecred':
/usr/src/sbin/mountd/mountd.c:1847: argument `cr' doesn't match prototype
/usr/src/sbin/mountd/mountd.c:187: prototype declaration
/usr/src/sbin/mountd/mountd.c:1858: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1859: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1860: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1878: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1885: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1886: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1888: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1896: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1898: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1903: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1904: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1907: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1907: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1913: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1913: dereferencing pointer to incomplete type
/usr/src/sbin/mountd/mountd.c:1916: dereferencing pointer to incomplete type
*** Error code 1

Stop in /usr/src/sbin/mountd.
*** Error code 1

Jean-Marc


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



make world breakage

2000-08-04 Thread Scott Flatman

Fresh bits supped this morning:

In file included from
/u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/mdebugread.c:2774:
/u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/partial-stab.h:268: macro
`START_PSYMTAB' used with too many (7) args
mkdep: compile failed
*** Error code 1


Scott




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



Re: make world breakage

2000-08-04 Thread Ruslan Ermilov

On Fri, Aug 04, 2000 at 10:16:32AM -0700, Scott Flatman wrote:
 Fresh bits supped this morning:
 
 In file included from
 /u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/mdebugread.c:2774:
 /u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/partial-stab.h:268: 
macro
 `START_PSYMTAB' used with too many (7) args
 mkdep: compile failed
 *** Error code 1
 
99 conflicts from the today's gdb import were not resolved yet...

-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age


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



Re: make world breakage

2000-08-04 Thread David O'Brien

On Fri, Aug 04, 2000 at 08:24:30PM +0300, Ruslan Ermilov wrote:
 On Fri, Aug 04, 2000 at 10:16:32AM -0700, Scott Flatman wrote:
  In file included from
  /u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/mdebugread.c:2774:
  mkdep: compile failed
  *** Error code 1
 99 conflicts from the today's gdb import were not resolved yet...

Gr gnu/usr.bin/binutils/gdb/Makefile was still grabbing sources from
contrib/gdb rather than contrib/gdb.291.  I goofed when I switched over
to that source by only getting gdb{replay,server} pointed to it.

I've committed an untested fix to gnu/usr.bin/binutils/gdb/Makefile to
hopefully get people going again.  I've started a buildworld to make
sure.
 
Quite sorry, my contrib/gdb/ activities were suppose to be sheilded from
users.
-- 
-- David  ([EMAIL PROTECTED])


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



Re: make world breakage

2000-08-04 Thread Poul-Henning Kamp

In message [EMAIL PROTECTED], "David O'Brien" writes:

Quite sorry, my contrib/gdb/ activities were suppose to be sheilded from
users.

And vice-versa I pressume :-)

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


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



Re: make world breakage

2000-08-04 Thread David O'Brien

On Fri, Aug 04, 2000 at 08:38:17PM +0200, Poul-Henning Kamp wrote:
 In message [EMAIL PROTECTED], "David O'Brien" writes:
 Quite sorry, my contrib/gdb/ activities were suppose to be shielded from
 users.
 And vice-versa I presume :-)

G.  I should go back to bed -- that's what I meant in the first
place.
 
-- 
-- David  ([EMAIL PROTECTED])


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



Re: Make world breakage...

2000-01-14 Thread Jeroen C. van Gelderen

Mark Murray wrote:
 
  BTW, we can soon stop worrying about the crypto stuff, right? :)
 
 It sure seems so! :-)
 
 RSA will be the only problem for USA, 

Only until 20 September 2000 IIRC.

 and IDEA will be  aproblem in Europe.

And the rest of the world. It's patented in Japan and USA too, basically
a useless algorithm as there are better free replacements available.
(Especially by the time the patent expires.)

Cheers,
Jeroen
-- 
Jeroen C. van Gelderen - [EMAIL PROTECTED]
Interesting read: http://www.vcnet.com/bms/ JLF


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



Re: Make world breakage...

2000-01-14 Thread Wilko Bulte

On Thu, Jan 13, 2000 at 02:00:14PM -0800, Jason Evans wrote:
 On Thu, Jan 13, 2000 at 08:35:16PM +0100, Wilko Bulte wrote:
  I resurrected things by grabbing an 'old' .4 library from another Alpha.
  Now things work again.
 
 In case you missed it, I checked in a probable fix for the bug that got you
 last time around.  You might try again now.

Thanks, I just started a buildworld on the Alpha with the latest cvsupped
bits.

-- 
Wilko Bulte Arnhem, The Netherlands   - The FreeBSD Project 
WWW : http://www.tcja.nl  http://www.freebsd.org


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



Re: Make world breakage...

2000-01-13 Thread Satoshi - Ports Wraith - Asami

 * From: Jason Evans [EMAIL PROTECTED]

 *  In function `_gettemp':
 *  mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
 *  mktemp.c(.text+0x3f4): undefined reference to `_libc_open'

 * libc successfully builds on Alpha with the changes I committed, though the
 * bootstrapping problem issue is the same.  As noted in another email I just
 * sent, do:
 * 
 * cd /usr/src/lib/libc
 * make
 * make install
 * 
 * before doing a buildworld.  This probably isn't the correct way of
 * resolving such bootstrapping issues, but it works.

Thanks, it's getting a little further with that workaround but now I
get:

===
 :
ln -sf libutil.so.2 /usr/obj/usr/src/i386/usr/lib/libutil.so
cd /usr/src/lib;  make depend;  make all;  make install
=== csu/i386-elf
=== libcom_err
=== libcom_err/doc
=== msun
=== libmd
=== libcrypt
=== ../secure/lib/libcrypt
make: don't know how to make crypt-shs.c. Stop
*** Error code 2

Stop in /usr/src/lib.
*** Error code 1
 :
===

(I know it's probably not your fault.)

Satoshi


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



Re: Make world breakage...

2000-01-13 Thread Peter Wemm

Satoshi - Ports Wraith - Asami wrote:
  * From: Jason Evans [EMAIL PROTECTED]
 
  *  In function `_gettemp':
  *  mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
  *  mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
 
  * libc successfully builds on Alpha with the changes I committed, though the
  * bootstrapping problem issue is the same.  As noted in another email I just
  * sent, do:
  * 
  * cd /usr/src/lib/libc
  * make
  * make install
  * 
  * before doing a buildworld.  This probably isn't the correct way of
  * resolving such bootstrapping issues, but it works.
 
 Thanks, it's getting a little further with that workaround but now I
 get:
 
 ===
  :
 ln -sf libutil.so.2 /usr/obj/usr/src/i386/usr/lib/libutil.so
 cd /usr/src/lib;  make depend;  make all;  make install
 === csu/i386-elf
 === libcom_err
 === libcom_err/doc
 === msun
 === libmd
 === libcrypt
 === ../secure/lib/libcrypt
 make: don't know how to make crypt-shs.c. Stop

This is because of stale .depend files.  I got into the habbit of doing a
rm -rf /usr/obj/* after Marcel's changes as earlier on it seemed to be
leaving stale ones behind.  I don't know if this is still the case but it
looks a bit like it.

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5



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



Re: Make world breakage...

2000-01-13 Thread Satoshi - Ports Wraith - Asami

 * From: Peter Wemm [EMAIL PROTECTED]

 *  ===
 *   :
 *  ln -sf libutil.so.2 /usr/obj/usr/src/i386/usr/lib/libutil.so
 *  cd /usr/src/lib;  make depend;  make all;  make install
 *  === csu/i386-elf
 *  === libcom_err
 *  === libcom_err/doc
 *  === msun
 *  === libmd
 *  === libcrypt
 *  === ../secure/lib/libcrypt
 *  make: don't know how to make crypt-shs.c. Stop
 * 
 * This is because of stale .depend files.  I got into the habbit of doing a
 * rm -rf /usr/obj/* after Marcel's changes as earlier on it seemed to be
 * leaving stale ones behind.  I don't know if this is still the case but it
 * looks a bit like it.

I blew away /usr/obj but still get the same error.

Satoshi


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



Re: Make world breakage...

2000-01-13 Thread Marcel Moolenaar

Peter Wemm wrote:
 
 Satoshi - Ports Wraith - Asami wrote:
   * From: Jason Evans [EMAIL PROTECTED]
 
   *  In function `_gettemp':
   *  mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
   *  mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
 
   * libc successfully builds on Alpha with the changes I committed, though the
   * bootstrapping problem issue is the same.  As noted in another email I just
   * sent, do:
   *
   * cd /usr/src/lib/libc
   * make
   * make install
   *
   * before doing a buildworld.  This probably isn't the correct way of
   * resolving such bootstrapping issues, but it works.
 
  Thanks, it's getting a little further with that workaround but now I
  get:
 
  ===
   :
  ln -sf libutil.so.2 /usr/obj/usr/src/i386/usr/lib/libutil.so
  cd /usr/src/lib;  make depend;  make all;  make install
  === csu/i386-elf
  === libcom_err
  === libcom_err/doc
  === msun
  === libmd
  === libcrypt
  === ../secure/lib/libcrypt
  make: don't know how to make crypt-shs.c. Stop
 
 This is because of stale .depend files.  I got into the habbit of doing a
 rm -rf /usr/obj/* after Marcel's changes as earlier on it seemed to be
 leaving stale ones behind.  I don't know if this is still the case but it
 looks a bit like it.

There should be a dependency from ${.OBJDIR} to Makefile so that when
Makefile is updated, ${.OBJDIR} is removed. Removing sources from
makefiles is a good example of when stale data is left behind and I can
remember that this is exactly what happened for libcrypt...

-- 
Marcel Moolenaarmailto:[EMAIL PROTECTED]
SCC Internetworking  Databases   http://www.scc.nl/
The FreeBSD projectmailto:[EMAIL PROTECTED]


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



Re: Make world breakage...

2000-01-13 Thread Mark Murray

 I blew away /usr/obj but still get the same error.

...then your source tree is not up to date.

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


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



Re: Make world breakage...

2000-01-13 Thread Wilko Bulte

On Thu, Jan 13, 2000 at 08:30:24AM +0100, Wilko Bulte wrote:
 On Wed, Jan 12, 2000 at 05:25:22PM -0800, David O'Brien wrote:
  On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
   I copied libc.so.4 manually to /usr/lib but that is not sufficient.
   It looks like ld-elf sticks to libc.so.4 even if I move the symlink 
   libc.so back from libc.so.4 to libc.so.3
  
  Yes.  Each shared library knows it's name when it was compiled (minor
  hand waving here).  The linker then burns the shlib name (not file name,
  but shlib name gotten from a header in the shlib.
 
 The linker burns the shlib name into the executable it links, right?
 Then why don't my executables linked end of december with libc.so.3
 work anymore?
 
 Essentially everything linked shared is now broken. And I have only 
 built/installed libc.so.4 (I did not get any further :/) and not any
 executables.
 
 So, why are the 'old' executablas no longer working happily with libc.so.3
 they are linked to?

Thanks to Marcel for flipping my misconception: I was under impression
that libc.so.4 was a *new* libc.so, in other words that my freshly
generated .4 was the first .4 ever. That was wrong, there has been a .4
before so the December executables also had internal references to the
.4 version.

I resurrected things by grabbing an 'old' .4 library from another Alpha.
Now things work again.

Wilko

-- 
Wilko Bulte Arnhem, The Netherlands   - The FreeBSD Project 
WWW : http://www.tcja.nl  http://www.freebsd.org


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



Re: Make world breakage...

2000-01-13 Thread Jason Evans

On Thu, Jan 13, 2000 at 08:35:16PM +0100, Wilko Bulte wrote:
 I resurrected things by grabbing an 'old' .4 library from another Alpha.
 Now things work again.

In case you missed it, I checked in a probable fix for the bug that got you
last time around.  You might try again now.

Jason


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



Re: Make world breakage...

2000-01-13 Thread Satoshi - Ports Wraith - Asami

 * From: Mark Murray [EMAIL PROTECTED]

 * ...then your source tree is not up to date.

It seems the crypto part of the tree was not updated.  Probably from
the time I was juggling cvsupfiles around trying to figure out the
"can't build in US" problem.  I'll let you know if I have any more
problems.

BTW, we can soon stop worrying about the crypto stuff, right? :)

Satoshi


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



Re: Make world breakage...

2000-01-13 Thread Mark Murray

 BTW, we can soon stop worrying about the crypto stuff, right? :)

It sure seems so! :-)

RSA will be the only problem for USA, and IDEA will be  aproblem in Europe.

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


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



Make world breakage...

2000-01-12 Thread Mark Murray

Hi

Anyone else seeing this?

cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H 
-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" 
-DPREFIX=\"/usr/obj/usr/src/i386/usr\" 
-I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cpp/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config-I/usr/obj/usr/src/i386/usr/include
  -o cpp gcc.o cppspec.o  
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a(choose-temp.o): 
In function `choose_temp_base':
choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using 
mkstemp()
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.
o): In function `mktemp':
mktemp.o(.text+0x1e1): undefined reference to `_libc_open'
*** Error code 1
Stop in /usr/src/gnu/usr.bin/cc/cpp.
*** Error code 1

M


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



Re: Make world breakage...

2000-01-12 Thread Jason Evans

On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
 Hi
 
 Anyone else seeing this?
 
 cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H 
-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" 
-DPREFIX=\"/usr/obj/usr/src/i386/usr\" 
-I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cpp/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config-I/usr/obj/usr/src/i386/usr/include
  -o cpp gcc.o cppspec.o  
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a
 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a(choose-temp.o):
 In function `choose_temp_base':
 choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider using 
mkstemp()
 /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.
 o): In function `mktemp':
 mktemp.o(.text+0x1e1): undefined reference to `_libc_open'
 *** Error code 1
 Stop in /usr/src/gnu/usr.bin/cc/cpp.
 *** Error code 1

Yes, three others have reported it as well.  On the surface, it looks like
my fault, but I'm still in the process of trying to reproduce it (my most
recent buildworld went off without a hitch).

Jason


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



Re: Make world breakage...

2000-01-12 Thread Jason Evans

On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote:
 On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
  Hi
  
  Anyone else seeing this?
  
  cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H 
-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" 
-DPREFIX=\"/usr/obj/usr/src/i386/usr\" 
-I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cpp/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config-I/usr/obj/usr/src/i386/usr/include
  -o cpp gcc.o cppspec.o  
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a
  
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a(choose-temp.o):
 In function `choose_temp_base':
  choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely; consider 
using mkstemp()
  /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.
  o): In function `mktemp':
  mktemp.o(.text+0x1e1): undefined reference to `_libc_open'
  *** Error code 1
  Stop in /usr/src/gnu/usr.bin/cc/cpp.
  *** Error code 1
  
 
 Yep. Also on Alpha:
 
 
/usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_drv/libcc_drv.a(choose-temp.o):
 In function `choose_temp_base':
 choose-temp.c(.text+0x218): warning: mktemp() possibly used unsafely;
 consider using mkstemp()
 /usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o):
 In function `_gettemp':
 mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
 mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
 *** Error code 1
 
 Stop in /usr/src/gnu/usr.bin/cc/cpp.
 *** Error code 1

libc successfully builds on Alpha with the changes I committed, though the
bootstrapping problem issue is the same.  As noted in another email I just
sent, do:

cd /usr/src/lib/libc
make
make install

before doing a buildworld.  This probably isn't the correct way of
resolving such bootstrapping issues, but it works.

Jason


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



Re: Make world breakage...

2000-01-12 Thread Wilko Bulte

On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote:
 On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote:
  On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
   Hi
   
   Anyone else seeing this?

...

  /usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o)
  In function `_gettemp':
  mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
  mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
  *** Error code 1
  
  Stop in /usr/src/gnu/usr.bin/cc/cpp.
  *** Error code 1
 
 libc successfully builds on Alpha with the changes I committed, though the
 bootstrapping problem issue is the same.  As noted in another email I just
 sent, do:

I had to add:

cd /usr/src
make includes

before the following worked:

 cd /usr/src/lib/libc
 make

make went OK.

 make install

make install did not work, maybe I should not do this multiuser?

miata#make install
install -c -o root -g wheel -m 444   libc.a /usr/lib
install -c -o root -g wheel -m 444   libc_p.a /usr/lib
install -c -s -o root -g wheel -m 444 libc.so.4 /usr/lib
/usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol "_libc_open"
*** Error code 70

I copied libc.so.4 manually to /usr/lib but that is not sufficient.
It looks like ld-elf sticks to libc.so.4 even if I move the symlink 
libc.so back from libc.so.4 to libc.so.3

 before doing a buildworld.  This probably isn't the correct way of
 resolving such bootstrapping issues, but it works.

I'm no bootstrapping expert either, but I get the distinct feeling there
should be an easier way :-(

Help! For now I don't date reboot my Alpha

W/
-- 
Wilko Bulte Arnhem, The Netherlands   - The FreeBSD Project 
WWW : http://www.tcja.nl  http://www.freebsd.org


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



Re: Make world breakage...

2000-01-12 Thread Jason Evans

On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
 On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote:
  On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote:
   On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
Hi

Anyone else seeing this?
 
 ...
 
   
/usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o)
   In function `_gettemp':
   mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
   mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
   *** Error code 1
   
   Stop in /usr/src/gnu/usr.bin/cc/cpp.
   *** Error code 1
  
  libc successfully builds on Alpha with the changes I committed, though the
  bootstrapping problem issue is the same.  As noted in another email I just
  sent, do:
 
 I had to add:
 
   cd /usr/src
   make includes

What errors did you run into?

 make install did not work, maybe I should not do this multiuser?
 
 miata#make install
 install -c -o root -g wheel -m 444   libc.a /usr/lib
 install -c -o root -g wheel -m 444   libc_p.a /usr/lib
 install -c -s -o root -g wheel -m 444 libc.so.4 /usr/lib
 /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol "_libc_open"
 *** Error code 70
 
 I copied libc.so.4 manually to /usr/lib but that is not sufficient.
 It looks like ld-elf sticks to libc.so.4 even if I move the symlink 
 libc.so back from libc.so.4 to libc.so.3
 
  before doing a buildworld.  This probably isn't the correct way of
  resolving such bootstrapping issues, but it works.
 
 I'm no bootstrapping expert either, but I get the distinct feeling there
 should be an easier way :-(
 
 Help! For now I don't date reboot my Alpha

Oh, that looks bad. =(  I got myself into a similar fix yesterday and had
to install FreeBSD on another partition to put a working libc.so.4 back in
place.  Keeping a spare copy of one that is known to work is a good idea.
This advice comes a wee bit late... =(

Jason


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



Re: Make world breakage...

2000-01-12 Thread Jason Evans

On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
 On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote:
  On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote:
   On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
Hi

Anyone else seeing this?
 
 ...
 
   
/usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o)
   In function `_gettemp':
   mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
   mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
   *** Error code 1
   
   Stop in /usr/src/gnu/usr.bin/cc/cpp.
   *** Error code 1
  
  libc successfully builds on Alpha with the changes I committed, though the
  bootstrapping problem issue is the same.

On further inspection, though libc builds on the Alpha, I'm guessing that
terrible breakage results if it is installed.  The Alpha I was testing on
isn't mine, and I was afraid to mess things up, so I tested the build of
libc, but did all installation and program testing with libc_r.

The problem is that SYS.h for the Alpha doesn't define the _libc_*()
aliases for system calls, which libc now uses.  I'll try to get this fixed
today if possible.

Jason


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



Re: Make world breakage...

2000-01-12 Thread David O'Brien

On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
 I copied libc.so.4 manually to /usr/lib but that is not sufficient.
 It looks like ld-elf sticks to libc.so.4 even if I move the symlink 
 libc.so back from libc.so.4 to libc.so.3

Yes.  Each shared library knows it's name when it was compiled (minor
hand waving here).  The linker then burns the shlib name (not file name,
but shlib name gotten from a header in the shlib.

You can change the shlib name by using a hex/binary editor on the shlib.

-- 
-- David([EMAIL PROTECTED])


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



Re: Make world breakage...

2000-01-12 Thread Wilko Bulte

On Wed, Jan 12, 2000 at 05:25:22PM -0800, David O'Brien wrote:
 On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
  I copied libc.so.4 manually to /usr/lib but that is not sufficient.
  It looks like ld-elf sticks to libc.so.4 even if I move the symlink 
  libc.so back from libc.so.4 to libc.so.3
 
 Yes.  Each shared library knows it's name when it was compiled (minor
 hand waving here).  The linker then burns the shlib name (not file name,
 but shlib name gotten from a header in the shlib.

The linker burns the shlib name into the executable it links, right?
Then why don't my executables linked end of december with libc.so.3
work anymore?

Essentially everything linked shared is now broken. And I have only 
built/installed libc.so.4 (I did not get any further :/) and not any
executables.

So, why are the 'old' executablas no longer working happily with libc.so.3
they are linked to?

Wilko ('puzzled')

-- 
Wilko Bulte Arnhem, The Netherlands   - The FreeBSD Project 
WWW : http://www.tcja.nl  http://www.freebsd.org


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



make world breakage

1999-12-15 Thread Steve Kargl

FreeBSD-current source cvsup'd at 1034pst on 991215.

--
 Building libraries
--
cd /usr/src; 
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin  
LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib  
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503  MAKEOBJDIRPREFIX=/usr/obj  
DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"  
PATH=/usr/obj/usr/src/i386/bin:/usr/obj/usr/src/i386/usr/bin:/root/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/libexec:/root/Office40/bin
 make -f Makefile.inc1 -DNOINFO -DNOMAN libraries
cd /usr/src/lib/csu/i386-elf;  make depend;  make all;  make install
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include
/usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
cpp: }: No such file or directory
cpp: }: No such file or directory
mkdep: compile failed
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2

-- 
Steve


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



Today's make world breakage

1999-12-15 Thread Forrest Aldrich

FYI just CVSup'd and got this:



X-UIDL: 495287ccf607850cc65e4c59c7b49751

cd /usr/src/lib/librpcsvc;  make beforeinstall
cd /usr/src/lib/libskey;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libskey/skey.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libstand;   make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libstand/stand.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libtacplus; make beforeinstall
sh /usr/src/tools/install.sh -c -o root -g wheel -m 444  
/usr/src/lib/libtacplus/taclib.h /usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libcom_err; make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.h 
/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libss;  make -B hdrs beforeinstall
test -e ss_err.et || ln -s /usr/src/lib/libss/ss_err.et .
compile_et ss_err.et
test -h ss_err.et  rm -f ss_err.et
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libss/ss.h  
ss_err.h /usr/obj/usr/src/i386/usr/include/ss
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libss/copyright.h 
 /usr/obj/usr/src/i386/usr/include/ss/mit-sipb-copyright.h
cd /usr/src/lib/libutil;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libutil/libutil.h 
 /usr/obj/usr/src/i386/usr/include
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
/usr/src/lib/libutil/login_cap.h  /usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libvgl; make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libvgl/vgl.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libwrap;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/tcpd.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libz;   make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libz/zconf.h  
/usr/obj/usr/src/i386/usr/include
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libz/zlib.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/usr.bin/lex;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 644  
/usr/src/usr.bin/lex/FlexLexer.h /usr/obj/usr/src/i386/usr/include/g++

--
  Building libraries
--
cd /usr/src; 
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin  
LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib  
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503  MAKEOBJDIRPREFIX=/usr/obj  
DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"  
PATH=/usr/obj/usr/src/i386/bin:/usr/obj/usr/src/i386/usr/bin:/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/ssl/bin:/usr/X11R6/bin:/usr/local/samba/bin:/usr/local/home/forrie/bin
 make -f Makefile.inc1 -DNOINFO -DNOMAN libraries
cd /usr/src/lib/csu/i386-elf;  make depend;  make all;  make install
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include
/usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
cpp: }: No such file or directory
cpp: }: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/csu/i386-elf.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.




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



Re: Today's make world breakage

1999-12-15 Thread David O'Brien

On Wed, Dec 15, 1999 at 02:10:43PM -0500, Forrest Aldrich wrote:
 cpp: }: No such file or directory
 cpp: }: No such file or directory
 mkdep: compile failed
 *** Error code 1


Fixed.  Thanks for the report.

-- 
-- David([EMAIL PROTECTED])


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



make world breakage

1999-12-15 Thread Clive Lin

FreeBSD current source cvsuped about 2 hrs ago:

=== gnu/usr.bin/binutils/ld
cc -Os -pipe -mpentiumpro -march=pentiumpro -D_GNU_SOURCE -I- -I. 
-I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld 
-I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 
-I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include 
-DDEFAULT_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsdelf\" 
-DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" 
-I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld   
-I/usr/obj/usr/src/i386/usr/include -c eelf_i386.c
eelf_i386.c:133: warning: initialization makes integer from pointer without a cast
eelf_i386.c:133: initializer element is not constant
eelf_i386.c:133: warning: data definition has no type or storage class
eelf_i386.c:134: syntax error before `if'
cpp: output pipe has been closed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/binutils/ld.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/binutils.
*** Error code 1

Stop in /usr/src/gnu/usr.bin.
*** Error code 1

Stop in /usr/src/gnu.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
# root@cartier /usr/src

-- 
CirX 
Clive Lin [EMAIL PROTECTED]

FreeBSD - The Power to Serve 


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



Make world breakage (12/09/99)

1999-12-09 Thread Forrest Aldrich

Getting this from this morning's make world (after doing a make clean, just 
for good measure):



--
  Rebuilding dependencies
--
cd /usr/src; 
COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/
bin  LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib 
  OBJFORMA
T_PATH=/usr/obj/usr/src/tmp/usr/libexec  CFLAGS="-nostdinc -O 
-pipe"  PERL5LIB=/usr/l
ibdata/perl/5.00503 
PATH=/usr/obj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/loca
l/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/ssl/bin:/usr/ 
X11R6/bin
:/usr/local/samba/bin:/usr/local/home/forrie/bin make 
DESTDIR=/usr/obj/usr/src/tmp  I
NSTALL="sh /usr/src/tools/install.sh" -f Makefile.inc1 par-depend
=== share/info
=== include
=== include/rpcsvc
=== lib
=== lib/csu/i386-elf
rm -f .depend
mkdep -f .depend -a   -nostdinc 
-I/usr/obj/usr/src/tmp/usr/include/usr/src/lib/cs
u/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
mkdep -f .depend -a   -nostdinc 
-I/usr/obj/usr/src/tmp/usr/include  /usr/src/lib/csu/
i386-elf/crt1.c /usr/src/lib/csu/i386-elf/crtbegin.c 
/usr/src/lib/csu/i386-elf/crtend
.c
In file included from /usr/src/lib/csu/i386-elf/crt1.c:32:
/usr/obj/usr/src/tmp/usr/include/stddef.h:39: machine/ansi.h: No such file 
or directo
ry
In file included from /usr/src/lib/csu/i386-elf/crt1.c:33:
/usr/obj/usr/src/tmp/usr/include/stdlib.h:39: sys/cdefs.h: No such file or 
directory
/usr/obj/usr/src/tmp/usr/include/stdlib.h:41: machine/ansi.h: No such file 
or directo
ry
/usr/src/lib/csu/i386-elf/crtbegin.c:28: sys/cdefs.h: No such file or directory
/usr/src/lib/csu/i386-elf/crtend.c:28: sys/cdefs.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/csu/i386-elf.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



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



Re: Make world breakage (12/09/99)

1999-12-09 Thread Marcel Moolenaar

Forrest Aldrich wrote:
 
 Getting this from this morning's make world (after doing a make clean, just
 for good measure):

re-cvsup. The problem should be fixed already.

-- 
Marcel Moolenaarmailto:[EMAIL PROTECTED]
SCC Internetworking  Databases   http://www.scc.nl/
The FreeBSD projectmailto:[EMAIL PROTECTED]


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



make world breakage (easy fix)..

1999-05-05 Thread Zach Heilig
(someone added: 'wi.' instead of 'wi.4')

Index: Makefile
===
RCS file: /home/ncvs/src/share/man/man4/man4.i386/Makefile,v
retrieving revision 1.104
diff -u -r1.104 Makefile
--- Makefile1999/05/05 07:36:57 1.104
+++ Makefile1999/05/05 12:17:27
@@ -9,7 +9,7 @@
rdp.4 rl.4 sb.4 scd.4 screen.4 si.4 sio.4 \
spkr.4 splash.4 sr.4 syscons.4 sysmouse.4 ti.4 tl.4 tw.4 tx.4 uhci.4 \
ukbd.4 ums.4 usb.4 vga.4 vr.4 vx.4 \
-   wb.4 wd.4 wfd.4 wi. wl.4 wt.4 xl.4 ze.4 zp.4
+   wb.4 wd.4 wfd.4 wi.4 wl.4 wt.4 xl.4 ze.4 zp.4
 
 MLINKS=adv.4 ../adv.4
 MLINKS+=   adw.4 ../adw.4

-- 
Zach Heilig z...@uffdaonline.net


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



Re: make world breakage?!?

1999-04-09 Thread John Polstra
In article pine.bsf.4.05.990408010.47328-100...@janus.syracuse.net,
Brian Feldman  gr...@unixhelp.org wrote:
 Am I the only one to get this error??
 cc -nostdinc -O -pipe -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd 
 -I. -I/usr/src/usr.sbin/amd/amd -I/usr/src/usr.sbin/amd/amd/../include 
 -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/include 
 -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd -DHAVE_CONFIG_H   
 -I/usr/obj/usr/src/tmp/usr/include -c 
 /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/clock.c
 /usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/clock.c:66: redefinition 
 of `struct callout'
 *** Error code 1
 
 Stop.
 
 It's been like this here for days, and noone's reported it.

I've been doing a lot of make worlds the past few days, and I
haven't run into it.  It didn't appear in the make world I did last
night.

Have you tried make cleandir; make cleandir (yes, twice) in
src/usr.sbin/amd?  If you have, I can only suggest that you wipe
out the amd trees in both contrib and usr.sbin, grab fresh sources,
and try again.

John
-- 
  John Polstra   j...@polstra.com
  John D. Polstra  Co., Inc.Seattle, Washington USA
  Self-interest is the aphrodisiac of belief.   -- James V. DeLong


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



make world breakage

1999-04-08 Thread Snob Art Genre
Trying to make world today and last night, with fairly up-to-the-minute
source, I keep bombing out with:

`/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/i386.
md' is up to date.
`genattr.c' is up to date.
`gencodes.c' is up to date.
`genconfig.c' is up to date.
`genemit.c' is up to date.
`genextract.c' is up to date.
`genflags.c' is up to date.
`genopinit.c' is up to date.
`genoutput.c' is up to date.
`genpeep.c' is up to date.
`genrecog.c' is up to date.
`gencheck.c' is up to date.
`gengenrtl.c' is up to date.
`gengenrtl.c' is up to date.
`gengenrtl.c' is up to date.
`genattrtab.c' is up to date.
`gencheck.c' is up to date.
`c-parse.in' is up to date.
`gencheck.c' is up to date.
`c-parse.in' is up to date.
=== cc_int
make: don't know how to make insn-attrtab.c. Stop
*** Error code 2

Does anyone know why this might be the case?


 Ben

You have your mind on computers, it seems. 



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



Re: make world breakage

1999-04-08 Thread Soren Schmidt
It seems Snob Art Genre wrote:

Dont use -jN on the make world, that broke with the EGCS import.

 Trying to make world today and last night, with fairly up-to-the-minute
 source, I keep bombing out with:
 
 `/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/i386.
 md' is up to date.
 `genattr.c' is up to date.
 `gencodes.c' is up to date.
 `genconfig.c' is up to date.
 `genemit.c' is up to date.
 `genextract.c' is up to date.
 `genflags.c' is up to date.
 `genopinit.c' is up to date.
 `genoutput.c' is up to date.
 `genpeep.c' is up to date.
 `genrecog.c' is up to date.
 `gencheck.c' is up to date.
 `gengenrtl.c' is up to date.
 `gengenrtl.c' is up to date.
 `gengenrtl.c' is up to date.
 `genattrtab.c' is up to date.
 `gencheck.c' is up to date.
 `c-parse.in' is up to date.
 `gencheck.c' is up to date.
 `c-parse.in' is up to date.
 === cc_int
 make: don't know how to make insn-attrtab.c. Stop
 *** Error code 2
 
 Does anyone know why this might be the case?
 
 
  Ben
 
 You have your mind on computers, it seems. 
 
 
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message
 


-Søren


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



Re: make world breakage

1999-04-08 Thread Maxim Sobolev
Please don't disregard to read rpevious messages from this list!

As it was pointed earlier make world now fails if -jN option used. Try to build
without -j.
?

Snob Art Genre wrote:

 Trying to make world today and last night, with fairly up-to-the-minute
 source, I keep bombing out with:

 `/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/i386.
 md' is up to date.
 `genattr.c' is up to date.
 `gencodes.c' is up to date.
 `genconfig.c' is up to date.
 `genemit.c' is up to date.
 `genextract.c' is up to date.
 `genflags.c' is up to date.
 `genopinit.c' is up to date.
 `genoutput.c' is up to date.
 `genpeep.c' is up to date.
 `genrecog.c' is up to date.
 `gencheck.c' is up to date.
 `gengenrtl.c' is up to date.
 `gengenrtl.c' is up to date.
 `gengenrtl.c' is up to date.
 `genattrtab.c' is up to date.
 `gencheck.c' is up to date.
 `c-parse.in' is up to date.
 `gencheck.c' is up to date.
 `c-parse.in' is up to date.
 === cc_int
 make: don't know how to make insn-attrtab.c. Stop
 *** Error code 2

 Does anyone know why this might be the case?

 ?Ben

 You have your mind on computers, it seems.

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



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



Re: make world breakage

1999-04-08 Thread Snob Art Genre
On Thu, 8 Apr 1999, Maxim Sobolev wrote:

 Please don't disregard to read rpevious messages from this list!

Sorry, I just started running current again the other day, I didn't
re-subscribe until last night.

 As it was pointed earlier make world now fails if -jN option used.
Try to build without -j.

OK, thank you.


 Ben

You have your mind on computers, it seems. 



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



Re: make world breakage

1999-04-08 Thread Chuck Robey
On Thu, 8 Apr 1999, Soren Schmidt wrote:

 It seems Snob Art Genre wrote:
 
 Dont use -jN on the make world, that broke with the EGCS import.

Soren, (if we know) is it the build of egcs (in whole or part) or is it
the effect of using egcs, that's broken the rest of the -j build?

 
  Trying to make world today and last night, with fairly up-to-the-minute
  source, I keep bombing out with:
  
  `/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config/i386/i386.
  md' is up to date.
  `genattr.c' is up to date.
  `gencodes.c' is up to date.

+---
Chuck Robey | Interests include any kind of voice or data 
chu...@picnic.mat.net   | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770 | I run picnic (FreeBSD-current)
(301) 220-2114  | and jaunt (Solaris7).
+---






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



Re: make world breakage

1999-04-08 Thread David O'Brien
  It seems Snob Art Genre wrote:
  
  Dont use -jN on the make world, that broke with the EGCS import.
 
 Soren, (if we know) is it the build of egcs (in whole or part) or is it
 the effect of using egcs, that's broken the rest of the -j build?

The build of egcs.   ``cd src/gnu/usr.bin/cc  make -j 8'' is/was broken.

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


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



make world breakage?!?

1999-04-08 Thread Brian Feldman
Am I the only one to get this error??
cc -nostdinc -O -pipe -I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd -I. 
-I/usr/src/usr.sbin/amd/amd -I/usr/src/usr.sbin/amd/amd/../include 
-I/usr/src/usr.sbin/amd/amd/../../../contrib/amd/include 
-I/usr/src/usr.sbin/amd/amd/../../../contrib/amd -DHAVE_CONFIG_H   
-I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/clock.c
/usr/src/usr.sbin/amd/amd/../../../contrib/amd/amd/clock.c:66: redefinition of 
`struct callout'
*** Error code 1

Stop.

It's been like this here for days, and noone's reported it. I can't figure out 
what's wrong with it :( I don't see how it could possibly be including 
sys/callout.h! *breaks down into sobbing and gibberish*

 Brian Feldman_ __ ___   ___ ___ ___  
 gr...@unixhelp.org_ __ ___ | _ ) __|   \ 
 FreeBSD: The Power to Serve!  _ __ | _ \__ \ |) |
 http://www.freebsd.org   _ |___/___/___/ 



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



make world breakage

1999-01-22 Thread Dima Ruban
Hey guys!

After all these commits for secure/lib/libcrypt it seems that
make world doesn't work anymore.

=== csu/i386-elf
=== libcom_err
=== libcom_err/doc
=== ../secure/lib/libcrypt
cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/secure/lib/libcrypt/crypt.c -o
crypt.o
make: don't know how to make crypt-md5.c. Stop
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
burka# 

-- dima

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


Re: make world breakage

1999-01-22 Thread brian
 make: don't know how to make crypt-md5.c. Stop

Me three.  I was looking forward to testing all the VM improvements,
but have been stuck because of this.   I've watched the cvs-all list
and haven't seen a mention of this being fixed.

-- 
Brian Litzinger br...@litzinger.com

On Fri, Jan 22, 1999 at 02:54:08PM -0800, Dima Ruban wrote:
 After all these commits for secure/lib/libcrypt it seems that
 make world doesn't work anymore.
 
 === csu/i386-elf
 === libcom_err
 === libcom_err/doc
 === ../secure/lib/libcrypt
 cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall
 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/secure/lib/libcrypt/crypt.c -o
 crypt.o
 make: don't know how to make crypt-md5.c. Stop
 *** Error code 2
...
 Stop.
 *** Error code 1
 
 Stop.

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


Make world breakage in netgraph

1999-01-17 Thread Greg Lehey

=== libnetgraph
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
*** Error code 1

Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
-- 
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


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



Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer

hmm archie seems to have missed something.
I'll look and see wht he's left out
he just got called away while committing.



On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1
 
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
 -- 
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



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



Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer

try add this to ng_async.h
I just committed this. It's in archie's tree but not the checked in
version.

/* Configuration for this node */
struct ng_async_cfg {
u_char  enabled;/* Turn encoding on/off */
-- u_char  acfcomp;/* Address/control field
compression */
u_int16_t   amru;   /* Max receive async frame length
*/
u_int16_t   smru;   /* Max receive sync frame length
*/
u_int32_t   accm;   /* ACCM encoding */
};


On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1
 
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
 -- 
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



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



Re: Make world breakage in netgraph

1999-01-17 Thread Ollivier Robert

According to Greg Lehey:
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.

Re-sup. I fixed this already and added a few missing modules while I was
here. 55mn for buildworld on my PIII/500 makes testing easy :-)
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #75: Tue Nov  2 21:03:12 CET 1999



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



Re: Make world breakage in netgraph

1999-01-17 Thread Greg Lehey

On Friday, 19 November 1999 at 12:34:27 -0800, Julian Elischer wrote:
 On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1

 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.

 try add this to ng_async.h
 I just committed this. It's in archie's tree but not the checked in
 version.

 /* Configuration for this node */
 struct ng_async_cfg {
 u_char  enabled;/* Turn encoding on/off */
 -- u_char  acfcomp;/* Address/control field compression */
 u_int16_t   amru;   /* Max receive async frame length */
 u_int16_t   smru;   /* Max receive sync frame length */
 u_int32_t   accm;   /* ACCM encoding */
 };

Well, it looks like it compiles OK now with Ollivier's patches.

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


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