From nobody@FreeBSD.org  Tue Jan 24 23:01:47 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9348B16A423
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Jan 2006 23:01:47 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ECD4F43D73
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Jan 2006 23:01:44 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0ON1iNV084600
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Jan 2006 23:01:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k0ON1isJ084599;
	Tue, 24 Jan 2006 23:01:44 GMT
	(envelope-from nobody)
Message-Id: <200601242301.k0ON1isJ084599@www.freebsd.org>
Date: Tue, 24 Jan 2006 23:01:44 GMT
From: bigbum <biggerbumme@yahoo.co.in>
To: freebsd-gnats-submit@FreeBSD.org
Subject: kernel src incompatibilities
X-Send-Pr-Version: www-2.3

>Number:         92286
>Category:       kern
>Synopsis:       kernel src incompatibilities
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 23:10:04 GMT 2006
>Closed-Date:    Wed Jan 25 07:50:48 GMT 2006
>Last-Modified:  Wed Jan 25 07:50:48 GMT 2006
>Originator:     bigbum
>Release:        6.0
>Organization:
DREAMinK
>Environment:
JOHNO-P4# uname -a
FreeBSD JOHNO-P4 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
a crash seems to have zapped some libs in /lib like libz.so and libGLEW.so , so opera and a few other apps won't run, so I updated my src files through CVSup(in supfile, i have the entry 'src-all') ....

>How-To-Repeat:
follow the instructions above
>Fix:
              
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Wed Jan 25 07:49:54 UTC 2006 
State-Changed-Why:  
This kind of questions should be asked to the freebsd-qa@ mailing list. 
Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92286 
>Unformatted:
 >JOHNO-P4# cvsup -g -L 2 ports-supfile
 >Parsing supfile "ports-supfile"
 >Connecting to cvsup.au.FreeBSD.org
 >Connected to cvsup.au.FreeBSD.org
 >Server software version: SNAP_16_1h
 >Negotiating file attribute support
 >Exchanging collection information
 >Establishing multiplexed-mode data connection
 >Running
 >Updating collection ports-all/cvs
 > Edit ports/Makefile
 >  Add delta 1.94 2006.01.24.21.35.29 cperciv
 ..........................
 
 > Checkout ports/x11-wm/devilspie/files/patch-src_actions.c
 >Updating collection src-all/cvs
 > Edit src/etc/rc.d/abi
 >  Add delta 1.7 2006.01.24.18.58.48 netchild
 
 ......................
 
 > Edit src/sys/vm/vm_pageq.c
 >  Add delta 1.22 2006.01.24.19.24.54 alc
 >Shutting down connection to server
 >Finished successfully
 
 and attempted to make buildkernel, with the output that follows:
 
 
 JOHNO-P4# make buildkernel KERNCONF="JOHNO-P4"
 
 --------------------------------------------------------------
 >>> Kernel build for JOHNO-P4 started on Wed Jan 25 09:19:22 EST 2006
 --------------------------------------------------------------
 ===> JOHNO-P4
 mkdir -p /usr/obj/usr/src/sys
 
 --------------------------------------------------------------
 >>> stage 1: configuring the kernel
 --------------------------------------------------------------
 cd /usr/src/sys/i386/conf;  PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin :/usr/bin  config  -d /usr/obj/usr/src/sys/JOHNO-P4  /usr/src/sys/i386/conf/JOHNO-P4
 ERROR: version of config(8) does not match kernel!
 config version = 600003, version required = 600004
 
 Make sure that /usr/src/usr.sbin/config is in sync
 with your /usr/src/sys and install a new config binary
 before trying this again.
 
 If running the new config fails check your config
 file against the GENERIC or LINT config files for
 changes in config syntax, or option/device naming
 conventions
 
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 
 
 
 my guess is the differences in the conf files are pretty trivial, but I also guess I just picked the wrong night for the upgrade job.
 
 Maybe tomorrow or next week everything will be in sync again
 
 bigbum
 
 
 anyway as a FreeBSD nooby I'd just like to thank the freebsd and open-src communities for inspiring me again with the creative possibilities of the computer, as against the BORING  -not to mention enslaving- consumer model followed by microblerk and mact hetosspot . ps some of my freely distributable (just don't forget to give due credit)images on http://bl0gpaper,blogspot.com and linked sites
