Displaying 20 results from an estimated 900 matches similar to: "4.5 RELENG broken with recent patches"
2003 Aug 11
1
Kernel build fails (RELENG_4_5)
Hi Jacques, list,
On Mon, Aug 11, 2003 at 09:09:18AM +0100, Bruce M Simpson wrote:
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf
2003 Jul 20
0
[-STABLE tinderbox] failure on i386/pc98
TB --- 2003-07-21 05:27:28 - starting RELENG_4 tinderbox run for i386/pc98
TB --- 2003-07-21 05:27:28 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/i386/pc98
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-07-21 05:33:30 - building world
TB --- cd /home/des/tinderbox/RELENG_4/i386/pc98/src
TB --- /usr/bin/make -B buildworld
>>>
2003 Oct 01
0
[releng_4 tinderbox] failure on alpha/alpha
TB --- 2003-10-02 04:00:01 - starting RELENG_4 tinderbox run for alpha/alpha
TB --- 2003-10-02 04:00:01 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-10-02 04:07:38 - building world
TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src
TB --- /usr/bin/make -B buildworld
>>>
2003 Oct 01
0
[releng_4 tinderbox] failure on i386/i386
TB --- 2003-10-02 04:44:07 - starting RELENG_4 tinderbox run for i386/i386
TB --- 2003-10-02 04:44:07 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/i386/i386
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-10-02 04:49:12 - building world
TB --- cd /home/des/tinderbox/RELENG_4/i386/i386/src
TB --- /usr/bin/make -B buildworld
>>>
2003 May 14
0
kernel conf not applied to modules?
On FreeBSD 4.7
I noticed that when compiling kernel modules, the kernel options are not
available to the modules.
For example, my if_em.ko is not being compiled with the DEVICE_POLLING
configuration
It looks like "-include opt_global.h" is not being applied when compiling
the module.
Kernel compilation of if_em.c:
cc -c -O2 -pipe -malign-loops=4 -malign-jumps=4 -malign-functions=4
2009 Apr 11
1
kernel: problems compiling if_ath.c
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I did a cvsup for RELENG_7 earlier today.
# uname -a
FreeBSD polo.example.org 7.1-STABLE FreeBSD 7.1-STABLE #8: Sat Apr 11
18:50:17 EDT 2009 dan@polo.example.org:/usr/obj/usr/src/sys/PHENOM
amd64
No idea what went wrong here. Clues please.
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g
- -Wall -Wredundant-decls
2013 Jul 04
1
Phantom nulls in usbdevs.h during 9-STABLE kernel build
We are seeing strange problems building the kernel on 9-STABLE. The
problem is intermittent and will go away if we build enough times in a row
without making any changes.
The problem seems to be that the usbdevs.h file (which appears to be
automatically generated) gets random NULL bytes in it.
This occurs on multiple servers with ECC RAM and ZFS filesystems (sometimes
mounted over NFS from
2013 Jul 12
1
stable/9 fails to compile: kmem_alloc_contig bad definition
Hello.
/usr/local/libexec/ccache/world/cc -c -O -pipe -march=native -std=c99 -g
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef
-Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-error-tautological-compare
-Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc
2003 Aug 22
2
kernel: locore.s doesn't assemble (fillkpt, $PAGE_SHIFT, $PTESHIFT)
since august 8th, 2003 the kernel on my i386 pentiumIII won't compile.
the problem arises in locore.s with the definition of the constants
$PAGE_SHIFT and $PTESHIFT used in `shr' and `shl' instructions within
the macros `fillkpt' and `fillkptphys'.
i've tried to cvsup(1) RELENG_4 and RELENG_4_8 every day for over a
week now, but kernel builds (as part of a buildworld)
2013 Nov 25
7
[releng_8 tinderbox] failure on i386/i386
TB --- 2013-11-25 17:30:12 - tinderbox 2.20 running on freebsd-legacy2.sentex.ca
TB --- 2013-11-25 17:30:12 - FreeBSD freebsd-legacy2.sentex.ca 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2013-11-25 17:30:12 - starting RELENG_8 tinderbox run for i386/i386
TB --- 2013-11-25 17:30:12 -
2003 Apr 25
2
compiling kernel without -O
Hello!
Is it possible to compile kernel without '-O' option?
When my COPTFLAGS=-O -pipe, it compiles fine. When I change
COPTFLAGS=-pipe, it breaks:
cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis
sing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi
-g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter
2003 Aug 09
18
[releng_4 tinderbox] failure on i386/i386
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for i386/i386
TB --- 2003-08-09 16:00:11 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/i386/i386
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1
TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree
TB ---
2012 Dec 26
2
Can't build kernel with ndis
I am trying to build FreeBSD update, STABLE branch, and buildkernel apparently snagged on ndis, which I don't want to do without. According to "man ndis", I need in kernel config
options NDISAPI
device ndis
device wlan
which I have:
device wlan # 802.11 support
options NDISAPI # This is in the hope of enabling Hiro USB wireless adapter
device
2008 Jan 06
1
[FreeBSD 6.2] Error compiling Zaptel from Ports?
Hello
I'm trying to build the Zaptel ports on FreeBSD, but it fails:
==========
# cd /usr/ports/misc/zaptel/
# make install
===> Building for zaptel-1.4.6_3
make -C zaptel all
Warning: Object directory not changed from original
/usr/ports/misc/zaptel/work/zaptel-bsd-1.4.6/zaptel
cc -O2 -fno-strict-aliasing -pipe -Wall -D_KERNEL -DKLD_MODULE
-std=c99 -nostdinc -I. -I@ -I@/contrib/altq
2012 Dec 04
2
[releng_8 tinderbox] failure on sparc64/sparc64
TB --- 2012-12-04 23:10:18 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-12-04 23:10:18 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-12-04 23:10:18 - starting RELENG_8 tinderbox run for sparc64/sparc64
TB --- 2012-12-04 23:10:18 - cleaning
2013 Feb 26
1
[releng_9 tinderbox] failure on arm/arm
TB --- 2013-02-26 21:23:55 - tinderbox 2.10 running on freebsd-stable.sentex.ca
TB --- 2013-02-26 21:23:55 - FreeBSD freebsd-stable.sentex.ca 8.3-STABLE FreeBSD 8.3-STABLE #0: Tue Oct 16 17:37:58 UTC 2012 mdtancsa at freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64
TB --- 2013-02-26 21:23:55 - starting RELENG_9 tinderbox run for arm/arm
TB --- 2013-02-26 21:23:55 - cleaning the
2005 Feb 09
1
Asterisk Compile Problem on Red Hat 9 resolved
Thanks Noah
I got the source with CVS to a Windows machine, this is the source causing
the problem, although I suspect that getting the files to Windows and then
copying them to Linux was not a good idea.
I then got the tarball files, unzipped them on Linux and compiled and
everything installed fine.
My next goal is to setup 1 SIP channel, and be able to call the Asterisk PBX
from a
2003 Oct 31
1
Network stack cloning / virtualization patches for 4.9-RELEASE
A new snapshot of network stack cloning patchset against 4.9-RELEASE
kernel can be found at the usual place:
http://www.tel.fer.hr/zec/vimage/
What's new:
- support for independent IP multicast routing / forwarding in each
network stack / virtual image;
- virtual images can now be deleted more or less reliably;
- jails can be (again) created within the virtual images;
- several minor
2005 Mar 29
4
[Bug 994] [RELENG] Bugs planned to be fixed for the 4.1 release
http://bugzilla.mindrot.org/show_bug.cgi?id=994
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|396, 859 |
Status|NEW |ASSIGNED
Summary|[RELENG] Bugs planned to be |[RELENG] Bugs planned to be
2008 Aug 27
4
[releng_7 tinderbox] failure on amd64/amd64
TB --- 2008-08-27 11:26:00 - tinderbox 2.3 running on freebsd-stable.sentex.ca
TB --- 2008-08-27 11:26:00 - starting RELENG_7 tinderbox run for amd64/amd64
TB --- 2008-08-27 11:26:00 - cleaning the object tree
TB --- 2008-08-27 11:26:30 - cvsupping the source tree
TB --- 2008-08-27 11:26:30 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/amd64/amd64/supfile
TB --- 2008-08-27