Re: Building 5.1-RELEASE on 4.8

2003-07-16 Thread John Morgan Salomon
Hi Jeremy,

thanks for the tip

I did this, but still get the following (several times):

bpthread/thread/thr_aio_suspend.c -o thr_aio_suspend.o
In file included from 
/usr/src-5.1/src/lib/libpthread/thread/thr_private.h:53,
from 
/usr/src-5.1/src/lib/libpthread/thread/thr_aio_suspend.c:34:
/usr/src-5.1/src/lib/libpthread/../../include/unistd.h:115: warning: 
`_POSIX_THREAD_ATTR_STACKADDR' redefined

and

/usr/include/machine/_types.h:45: redefinition of `__int8_t'
/usr/include/machine/ansi.h:130: `__int8_t' previously declared here
/usr/include/machine/_types.h:46: redefinition of `__uint8_t'
/usr/include/machine/ansi.h:131: `__uint8_t' previously declared here
/usr/include/machine/_types.h:47: redefinition of `__int16_t'
and the same for 32, 64, etc.
as well as a lot of errors out of types.h.
Any ideas?

Cheers,

-John



Jeremy C. Reed wrote:

On Wed, 16 Jul 2003, John Morgan Salomon wrote:

 

has anyone successfully managed to compile 5.1-RELEASE
from cvsup?
   

Once I edited src/Makefile.inc1 and
src/lib/libpthread/support/Makefile.inc I could successfully build 5.1
under 4.8.
See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=53201

(But my error messages, if I recall correctly, looked different than
yours.)
  Jeremy C. Reed
  http://bsd.reedmedia.net/
 

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


Re: Building 5.1-RELEASE on 4.8

2003-07-15 Thread Jeremy C. Reed
On Wed, 16 Jul 2003, John Morgan Salomon wrote:

> has anyone successfully managed to compile 5.1-RELEASE
> from cvsup?

Once I edited src/Makefile.inc1 and
src/lib/libpthread/support/Makefile.inc I could successfully build 5.1
under 4.8.

See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=53201

(But my error messages, if I recall correctly, looked different than
yours.)

   Jeremy C. Reed
   http://bsd.reedmedia.net/

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


Building 5.1-RELEASE on 4.8

2003-07-15 Thread John Morgan Salomon
Hi there,

has anyone successfully managed to compile 5.1-RELEASE
from cvsup?
I have a much-played-with 4.8 system, on which I've repeatedly
tried to compile 5.1-RELEASE.  I have a new 4.8-RELEASE build
from cvsup on the machine;  when trying to build 5.1-RELEASE,
I inevitably get a wide variety of errors from include files. 

I've cleaned out /usr/obj before starting;  the errors are
too numerous to all list, but here's a few:
/usr/include/machine/_types.h:45: redefinition of `__int8_t'
/usr/include/machine/ansi.h:130: `__int8_t' previously declared here
/usr/include/sys/_sigset.h:55: redefinition of `struct __sigset'
In file included from /usr/include/sys/signal.h:178,
from /usr/include/sys/param.h:98,
from /usr/src-5.1/src/usr.bin/make/arch.c:95:
/usr/include/machine/signal.h:130: syntax error before `__aligned'
/usr/include/sys/_sigset.h:55: redefinition of `struct __sigset'
In file included from /usr/include/sys/signal.h:178,
from /usr/include/sys/param.h:98,
from /usr/src-5.1/src/usr.bin/make/arch.c:95:
I know according to UPGRADE.TXT binary upgrades are not possible,
but I also have not managed to build a 5.1 sysinstall to just install
from a filesystem.  Does anyone have any tips/tricks for me?  Unfortunately
this laptop has no external boot media (floppy/cdrom/etc) so I can't just
install it afresh.
Cheers,

-John

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