bind 98 make fails

2011-03-16 Thread Len Conrad
FreeBSD 8.2 i386 kern dev distribution as 42-bit VM on host ESXi 4.1 portsnap fetch extract cd /usr/ports/dns/bind98 make Options for bind98 9.8.0 | |

sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Jim
make in /etc/mail fails (silently) to create aliases.db. I touched all the source files I modified to make sure they would be rebuilt (since the last rebuild failed). What I am finding is that the command /usr/sbin/sendmail -bi -OAliasFile=/etc/mail/aliases is not creating aliases.db, nor is it

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Gary Kline
On Tue, Jan 12, 2010 at 12:00:03PM -0500, Jim wrote: make in /etc/mail fails (silently) to create aliases.db. I touched all the source files I modified to make sure they would be rebuilt (since the last rebuild failed). What I am finding is that the command /usr/sbin/sendmail -bi

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Jim
       What happens if you do a grep aliases in /etc/mail?  In my sensmail        files I see references to aliases in the config *.cf and Makefile,        and the aliases file itself. as in ls `/etc/mail | grep aliases` or `cat /etc/mail/* | grep aliases` The former shows the file 'aliases'

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Warren Block
On Tue, 12 Jan 2010, Jim wrote: make in /etc/mail fails (silently) to create aliases.db. I touched all the source files I modified to make sure they would be rebuilt (since the last rebuild failed). Just tried it here successfully, although I'd usually do newaliases. [r...@mail-jail

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Gary Kline
On Tue, Jan 12, 2010 at 11:09:54AM -0700, Warren Block wrote: On Tue, 12 Jan 2010, Jim wrote: make in /etc/mail fails (silently) to create aliases.db. I touched all the source files I modified to make sure they would be rebuilt (since the last rebuild failed). Just tried it here

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Jim
Looks like you're using postfix pretending to be sendmail.  Evidently postfix doesn't build aliases.db the same way.  You might try newaliases. I tried that, but it had an identical result. -Jim Stapleton ___ freebsd-questions@freebsd.org mailing

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Jim
       Yeah, that might work.  I had troubles with aliases and the database        and it didn't resolve itself until I ran newaliases.  But newaliases is        just a symlink to /usr/sbin/mailwrapper.  It calls /etc/mail/mail.conf        with newaliases which point to the *real* binary.  

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Gary Kline
On Tue, 2010-01-12 at 18:11 -0500, Jim wrote: Yeah, that might work. I had troubles with aliases and the database and it didn't resolve itself until I ran newaliases. But newaliases is just a symlink to /usr/sbin/mailwrapper. It calls /etc/mail/mail.conf

Re: sendmail issues - make fails to create aliases.db in /etc/mail

2010-01-12 Thread Warren Block
On Tue, 12 Jan 2010, Jim wrote: Looks like you're using postfix pretending to be sendmail.  Evidently postfix doesn't build aliases.db the same way.  You might try newaliases. I tried that, but it had an identical result. If you want to keep postfix, you'll have to figure it out

Re: kernel make fails

2007-02-16 Thread Jeffrey Goldberg
On Feb 15, 2007, at 11:45 PM, Gary Schenk wrote: After editing and successfully running make cleandepend and make depend, my custom kernel failed during make with this output: : undefined reference to `ieee80211_next_scan' *** Error code 1 If you have removed all Wireless LAN stuff your

kernel make fails

2007-02-15 Thread Gary Schenk
After editing and successfully running make cleandepend and make depend, my custom kernel failed during make with this output: babo# make linking kernel if_ural.o(.text+0x66): In function `ural_free_tx_list': : undefined reference to `ieee80211_free_node' if_ural.o(.text+0x2d3): In function

Re: kernel make fails

2007-02-15 Thread Garrett Cooper
Gary Schenk wrote: After editing and successfully running make cleandepend and make depend, my custom kernel failed during make with this output: babo# make linking kernel if_ural.o(.text+0x66): In function `ural_free_tx_list': : undefined reference to `ieee80211_free_node'

k3b installation problem - make fails

2006-07-20 Thread Andriy Babiy
Hi all, I installed all the libraries mentioned on k3b.org, including mandatory and optional (actually, excluding two of the optional libraries - libmusicbrainz and hal). I used the latest versions of all the libraries, and k3b as well. FreeBSD version 6.1. ./configure runs without error

Re: k3b installation problem - make fails

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 00:52:16 -0700 Andriy Babiy [EMAIL PROTECTED] wrote: Hi all, I installed all the libraries mentioned on k3b.org, including mandatory and optional (actually, excluding two of the optional libraries - libmusicbrainz and hal). I used the latest versions of all the

Make fails when recompiling kernel with FAST_IPSEC on 5.4

2005-08-23 Thread Frank Staals
Hey, Todya I tried recompiling my kernel with the FAST_IPSEC option, but when doing 'make' the compiling failed. The only thing changed in my existing kernel was the added line 'options FAST_IPSEC' , without that option it compiled fine last time. I'm running FreeBSD 5.4 i386.

Re: Make fails when recompiling kernel with FAST_IPSEC on 5.4

2005-08-23 Thread Kevin Kinsey
Frank Staals wrote: Hey, Todya I tried recompiling my kernel with the FAST_IPSEC option, but when doing 'make' the compiling failed. The only thing changed in my existing kernel was the added line 'options FAST_IPSEC' , without that option it compiled fine last time. I'm running FreeBSD

Make fails because of missing library but I can see it's there, why???

2005-02-10 Thread Mark Jayson Alvarez
Hi, This always happens to me whenever I'm compiling third party applications. Make fails because it says that it cannot find a certain library.. and when I try to search for that file, I usually finds it. For example, I'm compiling, nagios-plugins but it fails with this error messages

Re: Make fails because of missing library but I can see it's there, why???

2005-02-10 Thread Kris Kennaway
On Thu, Feb 10, 2005 at 12:42:55AM -0800, Mark Jayson Alvarez wrote: Hi, This always happens to me whenever I'm compiling third party applications. Make fails because it says that it cannot find a certain library.. and when I try to search for that file, I usually finds it. For example

hugin-0.4.r1 make fails on 4.11-stable

2005-01-14 Thread fbsd2
Hi all, This is on a fresh install/cvsup to 4-STABLE, ports cvsuped, etc. Any suggestions? Alex pkg_add -r XFree86 pkg_add -r kde cd /usr/ports/graphics/hugin make === hugin-0.4.r1 depends on executable: PTOptimizer - found === hugin-0.4.r1 depends on

Re: Building custom kernel - 'make' fails in FreeBSD 5.3

2004-12-15 Thread Erik Trulsson
On Wed, Dec 15, 2004 at 05:14:48PM +0100, Fred Patmore wrote: Hi, I've just installed FreeBSD (after removing it due to portupgrade gone awry), did CVSup and now trying to build a custom kernel. make depend was successful but I get the following error messages when doing 'make' [EMAIL

Re: Building custom kernel - 'make' fails in FreeBSD 5.3

2004-12-15 Thread Miguel Mendez
On Wed, 15 Dec 2004 17:14:48 +0100 Fred Patmore [EMAIL PROTECTED] wrote: Hi, but I get the following error messages when doing 'make' [EMAIL PROTECTED] /usr/src/sys/i386/compile/C-KERNEL#] make linking kernel [...] : undefined reference to `xpt_done' umass.o(.text+0x233f): more undefined

Re: Building custom kernel - 'make' fails in FreeBSD 5.3

2004-12-15 Thread Fred Patmore
Fred Patmore wrote: Guess this is why some say 99% of users are users :-) Oops, meant to say 99% of users are lusers.. darn, guess I am one of them ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Building custom kernel - 'make' fails in FreeBSD 5.3

2004-12-15 Thread Fred Patmore
Hi, I've just installed FreeBSD (after removing it due to portupgrade gone awry), did CVSup and now trying to build a custom kernel. make depend was successful but I get the following error messages when doing 'make' [EMAIL PROTECTED] /usr/src/sys/i386/compile/C-KERNEL#] make linking kernel

Re: Building custom kernel - 'make' fails in FreeBSD 5.3

2004-12-15 Thread Fred Patmore
Miguel Mendez wrote: Miguel Mendez wrote: On Wed, 15 Dec 2004 17:14:48 +0100 Fred Patmore [EMAIL PROTECTED] wrote: Hi, but I get the following error messages when doing 'make' [EMAIL PROTECTED] /usr/src/sys/i386/compile/C-KERNEL#] make linking kernel [...] : undefined reference to `xpt_done'

make fails on device iir on freebsd 4.10

2004-08-19 Thread Dino Vliet
I want to compile a new kernel on my laptop running freebsd 4.10. Although I commented out device iir in my kernel configuration file, I still get an error message when trying to make my kernel. Look at my kernel configuration file which I attached to this message. Can somebody help me to get

Re: make fails on device iir on freebsd 4.10

2004-08-19 Thread adam
I just took a quick glance at your file, but will this compile if you uncomment iir??? You certainly have a lot of things included in your config file. Re-enabling some options will help you narrow down whether or not the problem is in fact the iir being commented out or whether something

Re: make fails on device iir on freebsd 4.10

2004-08-19 Thread Dino Vliet
If Generic compiles, then my file would compile too because I only copied Generic and comment out iir. Then I got that message. Now I tried to work with an even smaller version of the file and removed and uncommented a lot, but still I get the same error (and look at my new configuration file

recompile kernel -- make fails

2003-09-10 Thread daniel meg
already ?) The make fails and display a lot of unreference to xpt_***(a_lot_of_option_goes_here) any lines goes by.. Does anyone know what was that? I included the kernel config file as an attachment, please feel free to help me.. - Do you Yahoo!? Yahoo

Re: recompile kernel -- make fails

2003-09-10 Thread Jonathan Chen
On Wed, Sep 10, 2003 at 08:28:11PM -0700, daniel meg wrote: [...] # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) [...] deviceumass # Disks/Mass storage - Requires scbus

Re: Make fails: when compiling kernel

2003-02-19 Thread taxman
On Monday 17 February 2003 12:50 am, Kris Kennaway wrote: On Fri, Jan 01, 1999 at 02:54:41AM +0100, Christian Johansson wrote: I'm completely new to freebsd and tried to get my Soundblaster Live to work I sure tried to take away stuff that I know I didn't have,, but when I make the

Re: Make fails: when compiling kernel

2003-02-16 Thread Jens Rehsack
Christian Johansson wrote: I'm completely new to freebsd and tried to get my Soundblaster Live to work I sure tried to take away stuff that I know I didn't have,, but when I make the kernel I got the following error: linking kernel umass.o: In function `umass_cam_attach_sim':

Re: Make fails: when compiling kernel

2003-02-16 Thread Evan Dower
Under USB, you have umass enabled. The note next to it says that it requires scbus and da (which live under scsi peripherals) which you do not have enabled. Enabling these should get you up and running. Also, for a sound blaster card, I think you'll need device sbc as well. Good luck, Evan

Re: Make fails: when compiling kernel

2003-02-16 Thread taxman
On Friday 01 January 1999 02:54 am, Christian Johansson wrote: I'm completely new to freebsd and tried to get my Soundblaster Live to work I sure tried to take away stuff that I know I didn't have,, but when I make the kernel I got the following error: linking kernel umass.o: In function

Re: Make fails: when compiling kernel

2003-02-16 Thread Bill Moran
Date: Fri, 1 Jan 1999 02:54:41 +0100 [You need to fix the date on your computer] Christian Johansson wrote: I'm completely new to freebsd and tried to get my Soundblaster Live to work I sure tried to take away stuff that I know I didn't have,, but when I make the kernel I got the following

Re: Make fails: when compiling kernel

2003-02-16 Thread Kris Kennaway
On Fri, Jan 01, 1999 at 02:54:41AM +0100, Christian Johansson wrote: I'm completely new to freebsd and tried to get my Soundblaster Live to work I sure tried to take away stuff that I know I didn't have,, but when I make the kernel I got the following error: a) Your clock is wrong b) You

make fails

2002-12-04 Thread Julian Sassenscheidt
hello! i have some problems with compiling a kernel for my freebsd-4.7 system. make fails with the following error-message: if.o: In function `if_setlladdr': if.o(.text+0x1c48): undefined reference to `arp_ifinit' usb_ethersubr.o: In function `usbintr': usb_ethersubr.o(.text+0x31

Re: custom kernel configuration: make fails

2002-11-12 Thread Denis N. Peplin
On Monday 11 November 2002 21:24, Stefan Farrenkopf wrote: Hi there, I hope anybody can help me. I followed the Handbook to make a new kernel. The main interest for doing so is: I need to mount Netware volumes, etc. and I want to use my onboard SoundMax sound device. By going through I

custom kernel configuration: make fails

2002-11-11 Thread Stefan Farrenkopf
Hi there, I hope anybody can help me. I followed the Handbook to make a new kernel. The main interest for doing so is: I need to mount Netware volumes, etc. and I want to use my onboard SoundMax sound device. By going through I disabled a lot of stuff I do not need (SCSI, RAID, some USB

Re: make fails during upgrade, so...

2002-11-07 Thread parv
in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... On 2002-11-06 02:00, parv [EMAIL PROTECTED] wrote: in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... # cd /usr/src/sys/i386/conf # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL # cd

Re: make fails during upgrade, so...

2002-11-06 Thread Giorgos Keramidas
On 2002-11-06 02:00, parv [EMAIL PROTECTED] wrote: in message [EMAIL PROTECTED], wrote Giorgos Keramidas thusly... # cd /usr/src/sys/i386/conf # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL # cd /usr/obj/usr/src/sys/NEWKERNEL # make depend # make clean ^ ^ ^ ^ ^ why would

make fails during upgrade, so...

2002-11-05 Thread Charles Pelletier
How do I remove the dependencies created with the make depend I did prior to this failed make? The original problem I had turned out to be a memory issue so the make depend completed successfully. Ran make, and it failed, presumably for the same reason, but, i got a message regarding operands and

make fails #2

2002-11-05 Thread Charles Pelletier
Just realized I forgot to say that I'm upgrading from 4.6 to 4.7. Charles Pelletier Tech. Coordinator St Luke's School To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: make fails #2

2002-11-05 Thread Kris Kennaway
On Tue, Nov 05, 2002 at 05:27:16PM -0600, Charles Pelletier wrote: Just realized I forgot to say that I'm upgrading from 4.6 to 4.7. Good for you :) I assume this was in follow-up to some other message; since you haven't preserved any context in this reply it's difficult to know what you're

Re: make fails during upgrade, so...

2002-11-05 Thread Giorgos Keramidas
On 2002-11-05 17:26, Charles Pelletier [EMAIL PROTECTED] wrote: How do I remove the dependencies created with the make depend I did prior to this failed make? The original problem I had turned out to be a memory issue so the make depend completed successfully. Ran make, and it failed,

Re: make fails during upgrade, so...

2002-11-05 Thread Charles Pelletier
no unfortunately, i have been using the old way... 1. cvsup cvsupfile 2. make -j4 buildworld 3. make installworld 4. make new kernel: (/usr/src/sys/i386/conf/) cp OLDKERNEL NEWKERNEL ee NEWKERNEL (replace name of oldkernel with newkernel name) save run /usr/sbin/config NEWKERNEL make depend

Re: make fails during upgrade, so...

2002-11-05 Thread Giorgos Keramidas
On 2002-11-05 21:40, Charles Pelletier [EMAIL PROTECTED] wrote: no unfortunately, i have been using the old way... 1. cvsup cvsupfile OK so far. 2. make -j4 buildworld Try without -j4. 3. make installworld That's not a good thing to do in this part of the procedure. This should be the

make fails (4.6.2)

2002-10-15 Thread PETN
Hi, I just edited my GENERIC file to fit my Toshiba Tecra8000 laptop and everything is configured properly I think. the config KERNEL command worked and produced no errors, but when I try to do a make depend in the /usr/src directory, I recieve the following error message over and over

Re: make fails (4.6.2)

2002-10-15 Thread Giorgos Keramidas
On 2002-10-15 19:03, [EMAIL PROTECTED] wrote: I just edited my GENERIC file to fit my Toshiba Tecra8000 laptop and everything is configured properly I think. The config KERNEL command worked and produced no errors, but when I try to do a make depend in the /usr/src directory, I recieve the

make fails

2002-10-02 Thread Boris A. Grebenyuk
Hi! I'm trying to build kernel for i486 PC. But get an error: Press any key to continue...bash-2.04# bash-2.04# make kernel linking kernel if_ed.o: In function `ed_tick': if_ed.o(.text+0x26d9): undefined reference to `mii_tick' if_ed.o: In function `ed_init': if_ed.o(.text+0x2aca): undefined

Re: make fails

2002-10-02 Thread Kent Stewart
Boris A. Grebenyuk wrote: Hi! I'm trying to build kernel for i486 PC. But get an error: Press any key to continue...bash-2.04# bash-2.04# make kernel linking kernel if_ed.o: In function `ed_tick': if_ed.o(.text+0x26d9): undefined reference to `mii_tick' if_ed.o: In function `ed_init':