Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread The Gupta Age

|
|I've run into the same problem in the past but manually selected the new
|kernel.  Should we add the explicit step that you need to load
|/boot/kernel/kernel when upgrading?  Or has that been fixed?
|
|-Nate

I have posted atleast twice on current to add this
info to UPDATING. guess it still hasnt been done.


Saurabh Gupta


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



Re: KDE 3.0 broken in current??

2002-10-10 Thread The Gupta Age


Thanks a bunch for the replies
Terry's workaround works fine.
I am not sure what the real culprit is?
If the two of you guys could elaborate a little bit
may be i will learn a thing or two.
Anyways Mike if you need a amateur helping hand, I
will be glad to help!

best regards,
On Wed, 9 Oct 2002, Mike Barcroft wrote:

|Terry Lambert [EMAIL PROTECTED] writes:
| KDE is broken; it's assuming promisucous headers.
|
|This could be our fault.  We advertise ourselves as POSIX.1-2001
|conformant, but only about 2/3 of our standard headers are.  I'm
|systematically working my through them, but some issues take longer to
|solve than others.
|
| Workaround:
|
|  mv netdev.c netdev.c.broken
|  echo #include sys/types.h  netdev.c
|  cat netdev.c.broken  netdev.c
|
| Probably, this should be handled by sending a patch back to the KDE
| folks, whose servers were dead and being repaired yesterday.  You
| could also make a port path that patched netdev.c, as an interim
| fix (include the header before including the sys/socket.h header).
|
| Unfortunately, It still has not been 72 hours for the download, so
| I still do not have the KDE sources available locally.
|
|Best regards,
|Mike Barcroft
|



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



KDE 3.0 broken in current??

2002-10-09 Thread The Gupta Age


Hi,
I was trying to compile kde3 on a recent current. When the compilation
reaches ksysguardd within ksysguard within kdebase3 it fails with the
following error:

gmake[4]: Entering directory
`/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard/ksysguardd/FreeBSD'
source='netdev.c' object='netdev.o' libtool=no \
depfile='.deps/netdev.Po' tmpdepfile='.deps/netdev.TPo' \
depmode=gcc3 /bin/sh ../../../admin/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I../../.. -DKSYSGUARDDRCFILE=\\
-I./../../CContLib -I./..  -pthread -DQT_THREAD_SUPPORT
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include
-D_GETOPT_H -D_THREAD_SAFE  -Wall  -c `test -f netdev.c || echo
'./'`netdev.c
In file included from netdev.c:23:
/usr/include/sys/socket.h:170: syntax error before u_char
/usr/include/sys/socket.h:181: syntax error before u_short
/usr/include/sys/socket.h:195: syntax error before u_char
/usr/include/sys/socket.h:197: `int64_t' undeclared here (not in a
function)
/usr/include/sys/socket.h:197: `u_char' undeclared here (not in a
function)
/usr/include/sys/socket.h:197: size of array `__ss_pad1' is too large
/usr/include/sys/socket.h:198: syntax error before int64_t
/usr/include/sys/socket.h:199: `u_char' undeclared here (not in a
function)
/usr/include/sys/socket.h:199: `int64_t' undeclared here (not in a
function)
/usr/include/sys/socket.h:199: `u_char' undeclared here (not in a
function)
/usr/include/sys/socket.h:199: `int64_t' undeclared here (not in a
function)
/usr/include/sys/socket.h:371: syntax error before uid_t
/usr/include/sys/socket.h:375: syntax error before gid_t
/usr/include/sys/socket.h:410: syntax error before u_short
/usr/include/sys/socket.h:418: syntax error before caddr_t
/usr/include/sys/socket.h:422: syntax error before caddr_t
/usr/include/sys/socket.h:455: syntax error before recv
/usr/include/sys/socket.h:455: syntax error before size_t
/usr/include/sys/socket.h:455: warning: type defaults to `int' in
declaration of `recv'
/usr/include/sys/socket.h:455: warning: data definition has no type or
storage class
/usr/include/sys/socket.h:456: syntax error before recvfrom
/usr/include/sys/socket.h:456: syntax error before size_t
/usr/include/sys/socket.h:456: warning: type defaults to `int' in
declaration of `recvfrom'
/usr/include/sys/socket.h:456: warning: data definition has no type or
storage class
/usr/include/sys/socket.h:457: syntax error before recvmsg
/usr/include/sys/socket.h:457: warning: type defaults to `int' in
declaration of `recvmsg'
/usr/include/sys/socket.h:457: warning: data definition has no type or
storage class
/usr/include/sys/socket.h:458: syntax error before send
/usr/include/sys/socket.h:458: syntax error before size_t
/usr/include/sys/socket.h:458: warning: type defaults to `int' in
declaration of `send'
/usr/include/sys/socket.h:458: warning: data definition has no type or
storage class
/usr/include/sys/socket.h:459: syntax error before sendto
/usr/include/sys/socket.h:460: syntax error before size_t
/usr/include/sys/socket.h:460: warning: type defaults to `int' in
declaration of `sendto'
/usr/include/sys/socket.h:460: warning: data definition has no type or
storage class
/usr/include/sys/socket.h:461: syntax error before sendmsg
/usr/include/sys/socket.h:461: warning: type defaults to `int' in
declaration of `sendmsg'
/usr/include/sys/socket.h:461: warning: data definition has no type or
storage class
/usr/include/sys/socket.h:462: syntax error before size_t
gmake[4]: *** [netdev.o] Error 1
gmake[4]: Leaving directory
`/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard/ksysguardd/FreeBSD'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard/ksysguardd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11/kdebase3/work/kdebase-3.0.3/ksysguard'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdebase3.
*** Error code 1

Stop in /usr/ports/x11/kde3.



--


anybody else here successfully compiled kde3??
thanks and regards,
Saurabh Gupta


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



GNOME 2.0 DOES NOT COMPILE

2002-10-04 Thread The Gupta Age


Hi.

I was trying to compile GNOME 2.0 on a freebsd current
machine on which the world was recently cvsuped, built
and installed. CVSUP-ed on 09/22/2002

the gnome compilation breaks while trying to compile
libgtop2. here is the error:


cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE
-DGLIBTOP_NAMES -I../.. -I../.. -I../../sysdeps/freebsd -I../../include
-DNEED_GNOMESUPPORT_H -I../../support -I../../support
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O -pipe
-mcpu=pentiumpro -I/usr/X11R6/include
-DGTOPLOCALEDIR=\/usr/local/share/locale\ -DLIBGTOP_VERSION=\2.0.0\
-DLIBGTOP_SERVER_VERSION=\5\ -DLIBGTOP_VERSION_CODE=200
-DLIBGTOP_SERVER=\/usr/local/bin/libgtop_server2\ -I/usr/local/include
-O -pipe -mcpu=pentiumpro -c proctime.c  -fPIC -DPIC -o .libs/proctime.lo
In file included from ../../glibtop.h:33,
 from proctime.c:24:
glibtop_machine.h:59:8: warning: extra tokens at end of #endif directive
proctime.c: In function `calcru':
proctime.c:76: structure has no member named `p_kse'
proctime.c:77: structure has no member named `p_kse'
proctime.c:78: structure has no member named `p_kse'
gmake[3]: *** [proctime.lo] Error 1
gmake[3]: Leaving directory
`/usr/ports/devel/libgtop2/work/libgtop-2.0.0/sysdeps/freebsd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/devel/libgtop2/work/libgtop-2.0.0/sysdeps'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.0'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/devel/libgtop2.
*** Error code 1

Stop in /usr/ports/x11/gnomeapplets2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

=

I was wondering if anyone else has tried to compile this
successfully?? or if somebody more familiar with this
error could help me fix it!!

Thanks and best regards to all
Saurabh Gupta


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



Please read the message all the way through

2002-10-04 Thread The Gupta Age


Several months back when I first started playing with
current sent a message on this mailing list to update
the UPDATING file in /usr/src

I just CVSUPED another stable machine with the current
sources to run current on it and guess what
no body updated that info. it is a vital piece of
information for some newbies going from stable to
current (or should I call *BLEEDING EDGE*)

anyways here it is :

while upgrading from stable to current and if going the
cvsup and make world  way
following the instructions in /usr/src/UPDATING. is pretty
much all that is necessary except when the current kernel
is installed and the computer is rebooted it will not
boot up. but will be stuck after the boot blocks.
the fix is to go to
/usr/src/sys/boot/i386/
make all ; make install
reboot ... and it works
reason:the location of kernel is moved from /kernel
to /boot/kernel/kernel by default.
a new kernel and its modules are installed in the
/boot/kernel directory. This can be setup in one of
the boot-conf files also. but why sweat finding it
when make all; make install will do the trick.


=== Thats all folks

IMPORTANT
A few more points for hackers:

device midi

crashes the kernel in the current cvsup-ed 09/22/2002

option IPSEC

will cause the compilation of the kernel to seg fault.
the KPOSIX options and IPSEC are STRANGE BEDFELLOWS
kposix seems to act as an antidote to the seg fault
i.e, the kernel compiles instead of dumping core.

I have no idea about the functionality of IPSEC in
the kernel compiled thus. POSIX seems to be working
fine.

device pcf
device pcfclock

freeze the kernel right around the time it is about
to mount /
removing the following devices works fine!!
device iicbus
device iicbb
device ic
device iic
these two sets seem to be exclusive of each other.
CAN SOMEBODY SHED SOME LIGHT ON THIS PLEASE
THANK YOU


 THE END ==



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