similar to: 9.1-RC1 make buildworld with WITHOUT_LPR NO_LPR not cleaning up properly

Displaying 20 results from an estimated 90 matches similar to: "9.1-RC1 make buildworld with WITHOUT_LPR NO_LPR not cleaning up properly"

2004 Dec 14
2
Dial Plan Problems
Hi, I am having a few dial plan problems which I wondered if anyone would be able to help with. Firstly, I wanted to send 0800 calls through 1 sip provider and other 08xx calls through another. I have this: exten => _0800.,1,Dial(SIP/${EXTEN}@provider1,30) exten => _0800.,2,Congestion exten => _08.,1,Dial(SIP/${EXTEN}@provider2,30) exten => _08.,2,Congestion However,
2005 Oct 28
2
Is the server portion of freebsd-update open source?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm wondering if/where I can get the server side component for freebsd-update. Presumably such a component would build and sign the binary patches and prepare them to be served via HTTP to the freebsd-update client. I need a system for distributing binary updates to a collection of customized FreeBSD machines, jails, and embedded systems.
2003 Apr 07
1
make buildworld: inconsistent operator for ftp
AFTER "make buildworld" I GET THIS ERROR: ===> usr.bin "/usr/src/share/mk/bsd.subdir.mk", line 60: Inconsistent operator for ftp make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. SO HOW TO FIX THIS Robert ''***********************************
2003 May 16
1
make buildworld fails when upgrading to 4.8 stable : SUITE
OK, It works if I modify my make.conf to not build openss[lh] like it : #MAKE_KERBEROS5= yes # TEST NO_OPENSSH= true # do not build OpenSSH NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) Maybe I install openss[hl] as ports after... But I'm not satisfied with this way... -- G?rard MILHAUD ?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL) Luminy - Case 925 -
2003 Jul 14
0
Problem with "make buildworld"
Hi all I want to upgrade from 4.5-RELEASE to 4.8-STABLE. I cvsup-ed the source tree and then in /usr/src do 'make -j4 buildworld'. But there was an error during make. here is the dump: ... ===> usr.bin/kdump cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin gzip -cn
2003 Jun 14
0
Shared object not found - library / buildworld issue
I muck my system badly now I canĀ“t even do "vi" or anything really. It won't boot either, only to single mode. I was the one who tried to upgrade from freebsd 4.7-release to 5.1-release. Got the source through cvs did a make buildworld and it failed. tried it a couples of times again and somehow blew my libraries (it happen right after i went to
2003 Apr 23
1
buildworld error
Hi all, I think this ist the right for this question. buildworld bombs out with the following: /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5117: unterminated character constant /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5351: unbalanced `#endif' /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5353: unbalanced `#endif'
2003 Apr 24
3
make buildworld error
I am trying to compile the FreeBSD4.8-STABLE and I gave the following error: make: don't know how to make /usr/obj/usr/src/i386/usr/lib/libssh.a. Stop *** Error code 2 they alguem knows what it can be? Thank!!
2003 Oct 05
0
4.9 RC1(i386) 'make buildworld' fails: libg2c install
Error running 'make buildworld' on FBSD 4.9 RC1(i386) source (see below); error replicated twice.....could this simply be due to a corruption of the downloaded ISO file? The softlink created before the initial error message appears to have been created OK, so not sure where the error is being generated. ***************************************************************** ===>
2003 May 16
1
Help please : make buildworld fails when upgrading to 4.8 stable
Hi, I can't build the world. I have an error in SSL, with today cvs sources. Here is the error : /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c: In function `ssl_read': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: `SSL_ERROR_WANT_ACCEPT' undeclared (first use in this function)
2003 Sep 11
1
make buildworld problem
after cvsup'ing src-all to RELENG_4 and trying to make buildworld I get the next error message: /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/cmap.cc:25: cmap.h: No such file or directory and a lot of the same messages "No such file or directory" on file cmap.cc, with mkdep: compile failed *** Error code 1 at the end of output I
2003 Sep 16
2
buildworld tries to write to DESTDIR?
Hi! I'm trying to cross-compile 4.8-STABLE world to install it over NFS later. I have ./make.conf: # start of file CPUTYPE=i486 KERNCONF?=CONS MODULES_WITH_WORLD=true DESTDIR=/mnt/cons # end of file I run: dir=`pwd` make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log It fails: ===> gnu/usr.bin/groff/contrib ===> gnu/usr.bin/groff/contrib/mm sh
2003 Apr 11
1
make buildworld error - 4.8-STABLE
Below is from make buildworld output on FreeBSD cvsup'd to RELENG_4 (so 4.8-STABLE) on the following hardware: Intel SHG2 Hodges Dual Xeon board 2 x Intel Xeon 2.4Ghz (512k) 2 x 512MB PC-2100 266Mhz ECC DDR Seagate 36GB 10K U320 LC SCSI Adaptec SCSI Raid 2000s 48MB SDRAM Intel Hudson 3 SC5200 base w 450W Any suggestions? Cheers, Carl. <snip> cc -o make_keys -O -pipe -I.
2008 Sep 25
2
buildworld fails immediately
I am trying to build RELENG_6. I receive the following errors. [root@s4cr /usr/src]# make buildworld "/dev/null", line 4: Need an operator "/dev/null", line 6: Need an operator "/dev/null", line 8: Need an operator "/dev/null", line 9: Need an operator "/dev/null", line 11: Need an operator "/dev/null", line 12: Need an operator
2005 Mar 24
2
Fun with CAPI
Hullo :) Can someone help me untangle a bit of a mess? I'm trying to set up a demo * server to show off how useful it can be to our business (as an IVR system and VoIP backup if our ISDN30s fail). I've not been able to get NT mode working with our InterTel Axxess PBX, so I've resorted to using normal TE mode and working on the basis the people dial one of the ISDN BRI extension
2003 Jul 02
2
RELENG_4 buildworld fails in colldef
Very shortly after starting the buildworld, it fails in colldef: ===> usr.bin/colldef /usr/obj/home/src/i386/home/src/usr.bin/colldef created for /home/src/usr.bin/colldef yacc -d /home/src/usr.bin/colldef/parse.y cp y.tab.c parse.c lex -t -8 -i /home/src/usr.bin/colldef/scan.l > scan.c rm -f .depend mkdep -f .depend -a -I. -I/home/src/usr.bin/colldef
2008 Aug 27
0
buildworld of 7-STABLE fails on 6.3 in CDDL code?
Hi, Has anyone seen this before? I'm trying to build 7-STABLE on 6.3. I've removed everything from /usr/obj* but buildworld still fails. Maybe it's got something to do with recent dtrace MFC? -------------------------------------------------------------- >>> stage 1.2: bootstrap tools -------------------------------------------------------------- cd /usr/src;
2003 May 18
3
make buildworld ignoring NO_MAILWRAPPER=true
For the last few system builds, I've noticed that the variable in /etc/make.conf NO_MAILWRAPPER=true is being ignored, resulting in my sendmail (different than stock version) being overwritten. This applies to 4.8-STABLE; is this a known issue.
2012 Jul 03
1
buildworld fails with clang
Hello, 9-STABLE fails to build with clang and *without* "NO_WERROR=" and "WERROR=" in /etc/make.conf. It used to work not long before : FreeBSD zozo.afpicl.lan 9.0-STABLE FreeBSD 9.0-STABLE #0 r237222M: Mon Jun 18 10:18:54 CEST 2012 root@zozo.afpicl.lan:/usr/obj/usr/src/sys/CORE amd64 # svnversion 238067M # make NOCLEAN=yes NO_CLEAN=yes buildworld [...] ===> cddl/lib
2008 Sep 23
2
RELENG_7: buildworld failed with MODULES_WITH_WORLD=
Hi! I've just tried to build NanoBSD from 7.0-STABLE sources with MODULES_WITH_WORLD knob enabled and it failed. Note that NanoBSD uses make -j3 by default and I have dualcore system. ===> sys/modules/nfslockd (depend) @ -> /usr/local/src/sys machine -> /usr/local/src/sys/i386/include echo "#define INET6 1" > opt_inet6.h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src