unable to find makeobjops.pl

2006-10-08 Thread Antoine Solomon

Hello all,

I was reading about kernel objects in the FreeBSD Architecture Handbook
and noticed that there is no src/sys/kern/makeobjops.pl  in my src tree.
The section I was looking at is 3.3.5 . Anyone knows where it went?
How often is the Architecture book updated?

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


Re: GAMING

2005-11-07 Thread Antoine Solomon
I Remember I was on 5.3 and installed ut2004 successfully from dvd. worked
and ran extremely fast. There was some howto on the web for doing it but I
can't find it on google anymore.

On 11/6/05, Andrew P. [EMAIL PROTECTED] wrote:

 On 11/6/05, Antoine Solomon [EMAIL PROTECTED] wrote:
  Hey is there any port of the full game?
 

 Not in the ports tree and not that I know of. I'm sure it's not
 a problem to run it. Copy protection will be an obstacle, but
 if you own the game you'll be fully justified in searching for
 a crack and cracking it.




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


Re: GAMING

2005-11-06 Thread Antoine Solomon
Hey is there any port of the full game?

On 11/6/05, Andrew P. [EMAIL PROTECTED] wrote:

 On 11/6/05, Stepan Rakhimov [EMAIL PROTECTED] wrote:
  
   Yesterday, I spent 4 hours playing UT2004. And it
   seemed to run faster than on Windows. At least it
   felt much cooler :-)
 
  Please give me a link to UT2004 howto. i tried to find it but without
  success.
 
  Stepan
 

 http://www.freshports.org/games/linux-ut2004-demo/

 Я не пробовал полную версию, но раз эта идёт,
 думаю, и с полной проблем не будет.

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




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

about building release 6.0

2005-11-05 Thread Antoine Solomon
I keep getting this particular error when attempting to building
FreeBSD-6-0..
Here is the log file


Operating system name? [freebsd]
Operating system version? [5.4-release-p8]
Build Perl for SOCKS? [n]
Use the PerlIO abstraction layer? [y]
Build a threading Perl? [n]
Build Perl for multiplicity? [n]
Use which C compiler? [cc]
Checking for GNU cc in disguise and/or its version number...
Now, how can we feed standard input to your C preprocessor...
Directories to use for library searches? [/usr/lib]
What is the file extension used for shared libraries? [so]
Try to use long doubles if available? [n]
Checking for optional libraries...
What libraries to use? [-lm -lcrypt -lutil]
What optimizer/debugger flag should be used?
[-O2 -fno-strict-aliasing -pipe ]
Any additional cc flags?
[-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.7/BSDPAN -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H]
Let me guess what the preprocessor flags are...
Any additional ld flags (NOT including libraries)? [-pthread -Wl,-E]
Checking your choice of C compiler and flags for coherency...
I've tried to compile and run the following simple program:

#include stdio.h
int main() { printf(Ok\n); return(0); }

I used the command:

cc -o try -O2 -fno-strict-aliasing -pipe
-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.7/BSDPAN -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -pthread -Wl,-E try.c -lm -lcrypt -lutil
./try

and I got the following output:

Segmentation fault (core dumped)
The program compiled OK, but exited with status 139.
You have a problem. Shall I abort Configure [y]
Ok. Stopping Configure.
=== Script Configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/lang/perl5.8/work/perl-5.8.7/config.log including the output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/lang/perl5.8.
+ umount /dev
1 error
*** Error code 1


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


Re: about building release 6.0

2005-11-05 Thread Antoine Solomon
My goal was to create the iso images of the fbsd-6-0. I successfully did it
using release of 5.4 and release branch 5.x but when doing it for
6.0release it gives me that perl problem. The instructions which I
used are
from
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/ and of course
man relase. Also I did not check out the src to /usr/src but in a none std
location /opt/freebsd I wanted to keep these builds seperate from the
system and did not want to upgrade the server which is handling these
builds.

Antoine

On 11/5/05, Chris [EMAIL PROTECTED] wrote:

 Antoine Solomon wrote:
  I keep getting this particular error when attempting to building
  FreeBSD-6-0..
  Here is the log file
 

 Why don't you first tell us HOW your upgrading from whatever version you
 had to 6.0-RELEASE.

 Many times, the user never really reads the proper way to do this. Many
 times the issue is inverting or skipping steps in the process.

 IE: Did you cvsup the src? If so - tell us what you did.
 Is this a clean install? If so, from ROM, FTP, what.


 --
 Best regards,
 Chris

 If a thing is done wrong ofter enough
 it becomes right.




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


Re: about building release 6.0

2005-11-05 Thread Antoine Solomon
I would have to update my system's src and rebuild system for that
particular release? That is strange since make release has so many options.
oh well :-(


On 11/5/05, Kris Kennaway [EMAIL PROTECTED] wrote:

 On Sat, Nov 05, 2005 at 06:48:59PM +, Antoine Solomon wrote:
  My goal was to create the iso images of the fbsd-6-0. I successfully did
 it
  using release of 5.4 and release branch 5.x but when doing it for
  6.0release it gives me that perl problem. The instructions which I
  used are
  from
  http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/ and of
 course
  man relase. Also I did not check out the src to /usr/src but in a none
 std
  location /opt/freebsd I wanted to keep these builds seperate from the
  system and did not want to upgrade the server which is handling these
  builds.

 Doing cross-releases isn't supported.

 Kris





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


Re: about building release 6.0

2005-11-05 Thread Antoine Solomon
Could I make buildworld then make release without doing a make
installworld? On this particular server I really wanted to keep it at the
5.x branch.

Antoine


On 11/5/05, Antoine Solomon [EMAIL PROTECTED] wrote:

 I would have to update my system's src and rebuild system for that
 particular release? That is strange since make release has so many options.
 oh well :-(


 On 11/5/05, Kris Kennaway [EMAIL PROTECTED] wrote:
 
  On Sat, Nov 05, 2005 at 06:48:59PM +, Antoine Solomon wrote:
   My goal was to create the iso images of the fbsd-6-0. I successfully
  did it
   using release of 5.4 and release branch 5.x but when doing it for
   6.0release it gives me that perl problem. The instructions which I
   used are
   from
   http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/ and of
  course
   man relase. Also I did not check out the src to /usr/src but in a none
  std
   location /opt/freebsd I wanted to keep these builds seperate from
  the
   system and did not want to upgrade the server which is handling these
   builds.
 
  Doing cross-releases isn't supported.
 
  Kris
 
 
 


 --
 Antoine W. Solomon Jr.




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


Re: New Logo

2005-11-01 Thread Antoine Solomon
Does the new Logo remind you of pokemon ?
man I had a good laugh when i read the comments on slashdot

On 11/1/05, Peter Matulis [EMAIL PROTECTED] wrote:


 --- stan [EMAIL PROTECTED] wrote:

  YUK!

 Yeah, it has a something's missing feel to it. I suppose it was
 time to distance ourselves from the demon thing though. It not
 having a face is a step in that direction. The horns remain to
 appease hardcore people I guess.






 __
 Find your next car at http://autos.yahoo.ca
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]




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


make release cvsroot directory

2005-10-15 Thread Antoine Solomon
Hello all

When creating a release using make release is it possible to specify the
CVSROOT using pserver or ext?
Or will I have to use NFS to mount my CVSROOT directory?

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


help with making a release

2005-10-14 Thread Antoine Solomon
Hello everyone,

I was trying to make a release from src but for some reason it failed. Not
sure if i missed something.
Here is the log file of my build

/R/stage/trees/base/usr/share/man/cat3/uu_lock.3.gz -
/R/stage/trees/base/usr/share/man/cat3/uucplock.3.gz
/R/stage/trees/base/usr/share/man/cat3/uu_lock_txfr.3.gz -
/R/stage/trees/base/usr/share/man/cat3/uucplock.3.gz
/R/stage/trees/base/usr/share/man/cat3/uu_unlock.3.gz -
/R/stage/trees/base/usr/share/man/cat3/uucplock.3.gz
/R/stage/trees/base/usr/share/man/cat3/uu_lockerr.3.gz -
/R/stage/trees/base/usr/share/man/cat3/uucplock.3.gz
/R/stage/trees/base/usr/share/man/cat3/pidfile_open.3.gz -
/R/stage/trees/base/usr/share/man/cat3/pidfile.3.gz
/R/stage/trees/base/usr/share/man/cat3/pidfile_write.3.gz -
/R/stage/trees/base/usr/share/man/cat3/pidfile.3.gz
/R/stage/trees/base/usr/share/man/cat3/pidfile_close.3.gz -
/R/stage/trees/base/usr/share/man/cat3/pidfile.3.gz
/R/stage/trees/base/usr/share/man/cat3/pidfile_remove.3.gz -
/R/stage/trees/base/usr/share/man/cat3/pidfile.3.gz
=== lib/libypclnt (distribute)
cd /usr/src/lib/libypclnt; /usr/obj/usr/src/make.i386/make install
-DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies
install -C -o root -g wheel -m 444 libypclnt.a /R/stage/trees/base/usr/lib
install -C -o root -g wheel -m 444 libypclnt_p.a /R/stage/trees/base/usr/lib
install -s -o root -g wheel -m 444 libypclnt.so.2/R/stage/trees/base/usr/lib
ln -fs libypclnt.so.2 /R/stage/trees/base/usr/lib/libypclnt.so
install -C -o root -g wheel -m 444 /usr/src/lib/libypclnt/ypclnt.h
/R/stage/trees/base/usr/include
=== lib/libalias (distribute)
cd /usr/src/lib/libalias; /usr/obj/usr/src/make.i386/make install
-DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies
install -C -o root -g wheel -m 444 libalias.a /R/stage/trees/base/usr/lib
install -C -o root -g wheel -m 444 libalias_p.a /R/stage/trees/base/usr/lib
install -s -o root -g wheel -m 444 libalias.so.5 /R/stage/trees/base/lib
ln -fs /lib/libalias.so.5 /R/stage/trees/base/usr/lib/libalias.so
install -C -o root -g wheel -m 444
/usr/src/lib/libalias/../../sys/netinet/libalias/alias.h
/R/stage/trees/base/usr/include
install -o root -g wheel -m 444
libalias.3.gz/R/stage/trees/base/usr/share/man/man3
install -o root -g wheel -m 444
libalias.3.cat.gz/R/stage/trees/base/usr/share/man/cat3/libalias.3.gz
=== lib/libarchive (distribute)
printf: not found
/usr/src/lib/libarchive/Makefile, line 28: warning: printf %d.%02d.%03d
1 2 36 returned non-zero status
expr: not found
/usr/src/lib/libarchive/Makefile, line 31: warning: expr 1 + 2 returned
non-zero status
cd /usr/src/lib/libarchive; /usr/obj/usr/src/make.i386/make install
-DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies
printf: not found
/usr/src/lib/libarchive/Makefile, line 28: warning: printf %d.%02d.%03d
1 2 36 returned non-zero status
expr: not found
/usr/src/lib/libarchive/Makefile, line 31: warning: expr 1 + 2 returned
non-zero status
install -C -o root -g wheel -m 444 libarchive.a /R/stage/trees/base/usr/lib
install -C -o root -g wheel -m 444 libarchive_p.a
/R/stage/trees/base/usr/lib
install -s -o root -g wheel -m 444 libarchive.so.
/R/stage/trees/base/usr/lib
install: libarchive.so.: No such file or directory
*** Error code 71

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

Stop in /usr/src/lib/libarchive.
*** 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.
*** Error code 1

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

Stop in /usr/src/release.
+ umount /dev
*** Error code 1
1 error


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


about linux emulation

2005-10-04 Thread Antoine Solomon
Is it possible to chroot into a fully functional linux environment on
freebsd?

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


using distcc

2005-08-01 Thread Antoine Solomon
I just wanted to know if anyone ever used distcc with freebsd...   I
had some problems setting up and would like to know how anyone else
setup their systems...
Thanks 
-- 
Antoine W. Solomon Jr.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


onboard ethernet support

2005-07-29 Thread Antoine Solomon
Hello all, 

has anyone tried to get a marvell Yukon 88E8053 pci-e gigabit ethernet
card working on fbsd 5.4?   Is there any support for this?

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


problem with setup of dns on freebsd-5.4

2005-07-18 Thread Antoine Solomon
hello all, 

I setup a simple dns server so i can keep all hosts in one place.  The
only problem that I have is that from other hosts i am unable to
connect to dns server.  When I do a nmap of the dns server, I don't
get the port 53.   But when I login to the fbsd system which hosts
dns, everything works fine.  I am sure I am missing something in
configurtation.   Could you please help?   Thanks for everything
-- 
Antoine W. Solomon Jr.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kde build failure

2005-06-07 Thread Antoine Solomon
 in this function)
kompmgr.c: In function `finish_destroy_win':
kompmgr.c:1935: error: structure has no member named `damage'
kompmgr.c:1938: error: structure has no member named `damage'
kompmgr.c:1939: error: structure has no member named `damage'
kompmgr.c: At top level:
kompmgr.c:1990: error: syntax error before XDamageNotifyEvent
kompmgr.c: In function `damage_win':
kompmgr.c:1992: error: `de' undeclared (first use in this function)
kompmgr.c: In function `error':
kompmgr.c:2057: error: `X_CompositeRedirectSubwindows' undeclared
(first use in this function)
kompmgr.c:2065: error: `BadRegion' undeclared (first use in this function)
kompmgr.c:2070: error: `BadDamage' undeclared (first use in this function)
kompmgr.c: In function `expose_root':
kompmgr.c:2093: error: syntax error before region
kompmgr.c:2095: error: `region' undeclared (first use in this function)
kompmgr.c: In function `ev_name':
kompmgr.c:2124: error: `XDamageNotify' undeclared (first use in this function)
kompmgr.c: In function `ev_window':
kompmgr.c:2146: error: `XDamageNotify' undeclared (first use in this function)
kompmgr.c:2148: error: `XDamageNotifyEvent' undeclared (first use in
this function)
kompmgr.c:2148: error: syntax error before ')' token
kompmgr.c: In function `loadConfig':
kompmgr.c:2346: warning: comparison between pointer and integer
kompmgr.c: In function `main':
kompmgr.c:2516: error: `COMPOSITE_NAME' undeclared (first use in this function)
kompmgr.c:2579: error: `CompositeRedirectAutomatic' undeclared (first
use in this function)
kompmgr.c:2583: error: `CompositeRedirectManual' undeclared (first use
in this function)
kompmgr.c:2778: error: structure has no member named `extents'
kompmgr.c:2784: error: structure has no member named `extents'
kompmgr.c:2790: error: `XDamageNotify' undeclared (first use in this function)
kompmgr.c:2793: error: `XDamageNotifyEvent' undeclared (first use in
this function)
kompmgr.c:2793: error: syntax error before ')' token
gmake: *** [kompmgr.o] Error 1
*** Error code 2

Stop in /usr/ports/x11-wm/kompmgr.
*** Error code 1

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

Stop in /usr/ports/x11/kde3.


On 6/6/05, Kris Kennaway [EMAIL PROTECTED] wrote:
 On Mon, Jun 06, 2005 at 10:42:24PM -0400, Antoine Solomon wrote:
  hello all, anyone recently build kde3?  It appears to be coming from
  the x11-wm/kompmgr.   If anyone can help Thanks
 
 You trimmed too much context, but this kind of thing is usually caused
 by having stale dependencies.  portupgrade is your friend.
 
 Kris
 
 
 


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


kde build failure

2005-06-06 Thread Antoine Solomon
hello all, anyone recently build kde3?  It appears to be coming from
the x11-wm/kompmgr.   If anyone can help Thanks


kompmgr.c:2778: error: structure has no member named `extents'
kompmgr.c:2784: error: structure has no member named `extents'
kompmgr.c:2790: error: `XDamageNotify' undeclared (first use in this function)
kompmgr.c:2793: error: `XDamageNotifyEvent' undeclared (first use in
this function)
kompmgr.c:2793: error: syntax error before ')' token
gmake: *** [kompmgr.o] Error 1
*** Error code 2

Stop in /usr/ports/x11-wm/kompmgr.
*** Error code 1

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

Stop in /usr/ports/x11/kde3.



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


help setting up dhcp client

2005-03-30 Thread Antoine Solomon
hello all, 

My cable provider just changed my ip address and for some reason my
dhcp client is unable to pick that ip address up or netmask up.   I
tried using ifconfig inet my ipaddress netmask 255.255.255.0 but
no luck.I also tried oneof my windows systems and it seemed to
pick it up fine.   Can anyone help?

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


compile problem of mozilla

2005-03-19 Thread Antoine Solomon
having a problem trying to compile mozilla-1.7.5_2,2

nsFontMetricsPS.cpp: In member function `virtual void
nsFT2Type8Generator::GeneratePSFont(FILE*)':
nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no
member named 'face_id'
nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no
member named 'width'
nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no
member named 'height'
nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no
member named 'face_id'
gmake[4]: *** [nsFontMetricsPS.o] Error 1
gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/ps'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/www/mozilla.

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


firefox and flash on freebsd

2005-03-08 Thread Antoine Solomon
hello all, I have a problem with the flash plugin for firefox and
mozilla.  everytime I goto a website that has flash on it, firefox
simply crashs.  Anyone else have this problem?  Anyone have a
solution?
-- 
Antoine W. Solomon Jr.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


if this ethernet works

2005-03-05 Thread Antoine Solomon
I wanted to see if anyone knew of this getting this ethernet working on fbsd
here is is
Broadcom BCM5721 PCI Express GbE


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


Re: if this ethernet works

2005-03-05 Thread Antoine Solomon
has this driver worked for you?   i actually don't have the
motherboard that has this driver...  I would like to find out if it
will actually work on fbsd before i buy it.

On Sat, 5 Mar 2005 17:27:07 +, nbco [EMAIL PROTECTED] wrote:
 On Saturday 05 March 2005 16:54, Antoine Solomon wrote:
  I wanted to see if anyone knew of this getting this ethernet working
  on fbsd here is is
  Broadcom BCM5721 PCI Express GbE
 Try the bge driver
 .nbco
 


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


problem running openGL and glut based programs

2004-12-19 Thread Antoine Solomon
Hello

I have a problem running glut and gl based programs.  when compiling
simple examples using GL and glut they appear to compile just fine. 
But when executing them, I just get a blank window that doesn't do
anything.  I am running glut libglut-6.0.1

I believe that it has something to do with ld and ldconfig.  If anyone
can help thanks
-- 
Antoine W. Solomon Jr.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gnome problem

2004-11-22 Thread Antoine Solomon
When first running gnome I get this error window popping up.  

Error activating XKB configuration.
Probably internal X server problem.

X server version data:
The X.Org Foundation
6070

If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb

I am not sure where or even how I am able to deal with this problem...
  Could this be in the xorg config file?
-- 
Antoine W. Solomon Jr.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnome problem

2004-11-22 Thread Antoine Solomon
actually this is what i have for Option XkbRules 
Section InputDevice

Identifier Keyboard1
Driver Keyboard
Option AutoRepeat  250 30

Option XkbRules  xfree86
Option XkbModel  pc105
Option XkbLayout us

EndSection



On Mon, 22 Nov 2004 11:25:39 -0800, John Webster [EMAIL PROTECTED] wrote:
 Antoine,
 
 You need to comment out the following in /etc/X11/XF86Config:
Option XkbRules xfree86
 
 See /usr/ports/UPDATING
 
 
 jw
 
 
 
 --On Monday, November 22, 2004 13:43:18 -0500 Antoine Solomon [EMAIL 
 PROTECTED] wrote:
 
  When first running gnome I get this error window popping up.
 
  Error activating XKB configuration.
  Probably internal X server problem.
 
  X server version data:
  The X.Org Foundation
  6070
 
  If you report this situation as a bug, please include:
  - The result of xprop -root | grep XKB
  - The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
 
  I am not sure where or even how I am able to deal with this problem...
Could this be in the xorg config file?
 
 
 


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


gnome crashes on startx

2004-11-22 Thread Antoine Solomon
gnome gives me a segmentation fault when I try to start it using
startx.  When i try other windows managers such as fluxbox and
enlightenment I have no problems starting.  When in fluxbox or
enlightenment, I get a segmentation fault with gtk programs like
mozilla, firefox and gaim also.  I also tried using the gdm and here
is the error message i get in .xession-errors

usr/X11R6/etc/gdm/PreSession/Default: Registering your session with
wtmp and utmp
/usr/X11R6/etc/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg
-a -w /var/log/wtmp -u /var/run/utmp -x
/usr/X11R6/share/gnome/gdm/:0.Xservers -h  -l :0 daddius
/usr/X11R6/etc/gdm/Xsession: Beginning session setup...
/usr/X11R6/etc/gdm/Xsession: Setup done, will execute:
/usr/bin/ssh-agent -- gnome-session

The only time gnome and other gtk programs work is when in failsafe. 
Could anyone point me in the right direction as to solving this
problem?
-- 
Antoine W. Solomon Jr.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2004-11-21 Thread Antoine Solomon
Hello, I am unable to build the jdk14 port.  Here are the errors that I get


.java ; \
fi
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
'class' or 'interface' expected
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
^
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
unclosed character literalJava HotSpot(TM) Client VM warning: Can't
detect initial thread stack location
   ^
2 errors
gmake[4]: *** [.compile.classlist] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

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


unable to compile jdk14

2004-11-21 Thread Antoine Solomon
Hello, I am unable to build the jdk14 port.  Here are the errors that I get


.java ; \
fi
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
'class' or 'interface' expected
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
^
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
unclosed character literalJava HotSpot(TM) Client VM warning: Can't
detect initial thread stack location
   ^
2 errors
gmake[4]: *** [.compile.classlist] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

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


can't compile kde3.1.2

2003-07-22 Thread Antoine Solomon
I am having problems building and installing kde3.1.2 from the ports collection
Here is the error that I get

checking for libXext... no
===  Script configure failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
  the /usr/ports/x11/kdelibs3/work/kdelibs-3.1.2/config.log including
  the output of the failure of your make command. Also, it might be a
  good idea to provide an overview of all packages installed on your
  system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/x11/kdelibs3.


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


mozilla with flash and java plugin

2003-05-27 Thread Antoine Solomon
hello everyone.   I was woundering how I can get flash and java plugin to work with 
freebsd 5.0   When I compile the flash plugin from the ports collection, Mozilla 
crashes when trying to enter flash site.   Any solutions to this?   I really don't 
know how to get java working at all..   

Thanks if you can help   
Antoine Solomon

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