Re: kernel compile problems

2009-02-22 Thread Tim Judd
On Sat, 2009-02-21 at 13:41 +, daemon wrote: Hi, I try to build a 7.1 kernel but when i does # make depend make clean depend So you make the dependency chain, then clean it and remake the dependency chain. You've gained nothing. make shows : make : don't know how to make

kernel compile problems

2009-02-21 Thread daemon
Hi, I try to build a 7.1 kernel but when i does # make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! ___ freebsd-questions@freebsd.org mailing list

Re: kernel compile problems

2009-02-21 Thread Michael Powell
daemon wrote: Hi, I try to build a 7.1 kernel but when i does # make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! [snip] Have you tried cd to /usr/src and make buildkernel KERNCONF=yourkernel and

Re: kernel compile problems

2009-02-21 Thread Wojciech Puchar
# make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! that you miss some files - this file do exist. ___ freebsd-questions@freebsd.org mailing list

Re: kernel compile problems

2009-02-21 Thread Bruce Cran
daemon wrote: I try to build a 7.1 kernel but when i does # make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! The process for building a kernel has changed since the days of 4.x. Now you should just

Re: kernel compile problems

2009-02-21 Thread Wojciech Puchar
The process for building a kernel has changed since the days of 4.x. Now you should just use: make buildkernel KERNCONF=configfile Leave the KERNCONF out to build GENERIC. See http://www.freebsd.org/doc/en/books/handbook/kernelconfig-building.html for more details. -- if userland and

Re: kernel compile problems

2009-02-21 Thread Reed Loefgren
Wojciech Puchar wrote: # make depend make clean depend --? make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! that you miss some files - this file do exist. ___

Re: Kernel compile problems

2007-12-15 Thread s.huckenholz
Hi Ryan, I presume you do something like : make -jX KERNCONF=newkernel kernel where X is a number larger than 2 ?? Run it without the j flag and then other errors will show up. These errors are caused by a misconfigured kernel and reading your kernel conf I found at least 2: I suggest

Kernel compile problems

2007-12-14 Thread O-ren-ishi-i
Hi all, I use this kernel config file (follows below): syntactical the configuration appears ok.I get no errors here. When compiling the kernel I get errors as soon as the modules are being build. I then tried /etc/make.conf (adding this line as zlib.ko is the first module that makes problems)

Re: Kernel compile problems

2007-12-14 Thread John Murphy
On Fri, 14 Dec 2007 16:23:41 -0500 (EST) O-ren-ishi-i [EMAIL PROTECTED] wrote: Hi all, I use this kernel config file (follows below): syntactical the configuration appears ok.I get no errors here. When compiling the kernel I get errors as soon as the modules are being build. I then

PHP5 Compile Problems

2006-04-26 Thread Bradford Fisher
I'm currently trying to run: make CONFIGURE_ARGS+=--with-pcre-regex \ CONFIGURE_ARGS+=--enable-fastcgi \ CONFIGURE_ARGS+=--enable-force-cgi-redirect However, every time I run the command, I get an error about a problem with apache13. But I do not want to install apache, because I plan to use

Re: PHP5 Compile Problems

2006-04-26 Thread Philip Hallstrom
I'm currently trying to run: make CONFIGURE_ARGS+=--with-pcre-regex \ CONFIGURE_ARGS+=--enable-fastcgi \ CONFIGURE_ARGS+=--enable-force-cgi-redirect However, every time I run the command, I get an error about a problem with apache13. But I do not want to install apache, because I plan to use

Help ispell compile problems

2005-06-08 Thread Sean Murphy
Can someone please help i am using FreeBSD 5.4-RELEASE #0: Wed Jun 8 12:08:30 PDT 2005 I have copied the local.h.bsd to local.h I have tried using the generic I have tried using both in both of the previous files #undef USG #define USG but i think the problem is in defhash.h alum# make all

Re: Help ispell compile problems

2005-06-08 Thread Charles Swiger
On Jun 8, 2005, at 6:42 PM, Sean Murphy wrote: Can someone please help i am using FreeBSD 5.4-RELEASE #0: Wed Jun 8 12:08:30 PDT 2005 ispell-3.2.06 is available in /usr/ports/textproc/ispell. Judging by the number of patches used for that port, trying to build ispell yourself on FreeBSD

compile problems

2004-01-13 Thread Shawn Ramsey
I am having trouble compiling perl (as well as others, such as GD). Here is th error message : Making List::Util (dynamic) Making MIME::Base64 (dynamic) cc -c-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.2/BSDPAN -DHAS_FPSETMASK -DHAS _FLOATINGPOINT_H -fno-strict-aliasing

Re: openoffice-devel compile problems ...

2003-10-15 Thread ivan georgiev
On Monday 13 October 2003 09:09 pm, Jens Rehsack wrote: ivan georgiev wrote: On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote: [...] nsICookieService.idl ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o _xpidlgen/nsICookieService nsICookieService.idl gmake[4]:

Re: openoffice-devel compile problems ...

2003-10-15 Thread Jens Rehsack
ivan georgiev wrote: On Monday 13 October 2003 09:09 pm, Jens Rehsack wrote: ivan georgiev wrote: On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote: [...] nsICookieService.idl ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o _xpidlgen/nsICookieService nsICookieService.idl

openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and always with a core dump. I saw some messages that people are happy with it (therefore it must be compileable). Do I have to do something special besaides the

Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
ivan georgiev wrote: I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and always with a core dump. I saw some messages that people are happy with it (therefore it must be compileable). Do I have to do something

Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote: ivan georgiev wrote: I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and always with a core dump. I saw some messages that people are happy with it

Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
ivan georgiev wrote: On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote: ivan georgiev wrote: I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and always with a core dump. I saw some messages that people are happy

Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote: ivan georgiev wrote: On Monday 13 October 2003 07:05 pm, Jens Rehsack wrote: ivan georgiev wrote: I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and

openoffice-devel compile problems ...

2003-10-13 Thread Robert Huff
ivan georgiev writes: I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and always with a core dump. I saw some messages that people are happy with it (therefore it must be compileable). Do I have to do

Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
ivan georgiev wrote: On Monday 13 October 2003 07:40 pm, Jens Rehsack wrote: [...] nsICookieService.idl ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o _xpidlgen/nsICookieService nsICookieService.idl gmake[4]: *** [../../../dist/include/necko] Illegal instruction (core dumped)

Re: openoffice-devel compile problems ...

2003-10-13 Thread Jens Rehsack
Robert Huff wrote: ivan georgiev writes: I tried three times to compile openoffice-devel (I use 5-1p10) and it always fails when compiling mozilla - on different places and always with a core dump. I saw some messages that people are happy with it (therefore it must be compileable). Do I have

Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
nsICookieService.idl ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o _xpidlgen/nsICookieService nsICookieService.idl gmake[4]: *** [../../../dist/include/necko] Illegal instruction (core dumped) I think this says all. Try another CPUTYPE and let me know the results.

Re: openoffice-devel compile problems ...

2003-10-13 Thread ivan georgiev
nsICookieService.idl ../../../dist/bin/xpidl -m header -w -I ../../../dist/idl -I. -o _xpidlgen/nsICookieService nsICookieService.idl gmake[4]: *** [../../../dist/include/necko] Illegal instruction (core dumped) I think this says all. Try another CPUTYPE and let me know the results.

make buildkernel compile problems, stop in umass.c

2003-02-03 Thread lilpuppie
Hello, I've got a 4.4-RC server that I'm attempting to upgrade all the source on. I'm following the directions found at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html to the letter to do this. My make buildworld went just fine, although I can't seem to get

Re: make buildkernel compile problems, stop in umass.c

2003-02-03 Thread Daniel Bye
Please try to wrap your lines at around 72 - 78 characters. Many of us on the list use text based mail clients that don't auto-wrap for us ;-) On Mon, Feb 03, 2003 at 09:59:34AM -0500, [EMAIL PROTECTED] wrote: Hello, I've got a 4.4-RC server that I'm attempting to upgrade all the

Re: make buildkernel compile problems, stop in umass.c

2003-02-03 Thread Kris Kennaway
On Mon, Feb 03, 2003 at 09:59:34AM -0500, [EMAIL PROTECTED] wrote: Hello, I've got a 4.4-RC server that I'm attempting to upgrade all the source on. I'm following the directions found at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html to the letter to do this. My

ucspi-unix compile problems

2003-01-29 Thread M. Brownsworth
I'm having a problem compiling ucspi-unix-0.36 on the new mail host I'm configuring to run qmail. Although its sister program, ucspi-tcp-0.88, compiled just fine, ucspi-unix's compile bombs due to a missing library: su-2.05b# make ( echo '#!/bin/sh'; echo 'main=$1; shift'; echo exec `head -1

Re: ucspi-unix compile problems

2003-01-29 Thread Jon Reynolds
On Wed, 2003-01-29 at 11:17, M. Brownsworth wrote: I'm having a problem compiling ucspi-unix-0.36 on the new mail host I'm configuring to run qmail. Although its sister program, ucspi-tcp-0.88, compiled just fine, ucspi-unix's compile bombs due to a missing library: su-2.05b# make (

Re: ucspi-unix compile problems

2003-01-29 Thread M. Brownsworth
There's nothing like posting to mailing lists to get the answers to your problems. Not that the answers always come from the list members. Nine times out of ten, after I post to a list I keep digging in archives and documentation and ferret out the answer on my own. Oddly, it doesn't seem

Fwd: gkrellm2 port compile problems

2002-12-17 Thread Sean O'Neill
I asked this of the freebsd-ports group and got no answer. Thought maybe someone here might know the answer. Date: Sun, 15 Dec 2002 19:32:42 -0600 To: [EMAIL PROTECTED] From: Sean O'Neill [EMAIL PROTECTED] Subject: gkrellm2 port compile problems Trying to compile gkrellm-2.1.0 in FreeBSD 4.7

Re: Fwd: gkrellm2 port compile problems

2002-12-17 Thread paul beard
Sean O'Neill wrote: I asked this of the freebsd-ports group and got no answer. Thought maybe someone here might know the answer. /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Seek_Stream' /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Short'