Re: kernel compile failure

2010-02-17 Thread John Baldwin
On Monday 15 February 2010 8:55:13 am Larry Rosenman wrote:
 For the record, it appears that cvsup17.us.freebsd.org is serving outdated
 files. 

Try sending an e-mail to h...@.  The last time cvsup17 had issues the owner 
fixed them after seeing an e-mail to h...@.

-- 
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


RE: kernel compile failure

2010-02-17 Thread Larry Rosenman
Already done on Monday at 08:12am US/Central (GMT-6).



-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


-Original Message-
From: John Baldwin [mailto:j...@freebsd.org] 
Sent: Wednesday, February 17, 2010 3:42 PM
To: freebsd-stable@freebsd.org
Cc: Larry Rosenman; 'Alexander Motin'; 'Jeremy Chadwick'
Subject: Re: kernel compile failure

On Monday 15 February 2010 8:55:13 am Larry Rosenman wrote:
 For the record, it appears that cvsup17.us.freebsd.org is serving outdated
 files. 

Try sending an e-mail to h...@.  The last time cvsup17 had issues the owner 
fixed them after seeing an e-mail to h...@.

-- 
John Baldwin

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


kernel compile failure

2010-02-15 Thread Larry Rosenman

I'm getting:
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel 
-mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  
-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
-Werror  /usr/src/sys/cam/ata/ata_xpt.c
/usr/src/sys/cam/ata/ata_xpt.c: In function 'probestart':
/usr/src/sys/cam/ata/ata_xpt.c:331: error: 'ATA_SF_PUIS_SPINUP' undeclared 
(first use in this function)
/usr/src/sys/cam/ata/ata_xpt.c:331: error: (Each undeclared identifier is 
reported only once
/usr/src/sys/cam/ata/ata_xpt.c:331: error: for each function it appears in.)
/usr/src/sys/cam/ata/ata_xpt.c: In function 'probedone':
/usr/src/sys/cam/ata/ata_xpt.c:789: error: 'ATA_RESP_INCOMPLETE' undeclared 
(first use in this function)
*** Error code 1

Stop in /usr/obj/usr/src/sys/BORG.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

with a RELENG_8 csup'ed yesterday.

Any ideas?

kernel Config:

#
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.475 2007/04/10 21:40:12 pjd Exp $

cpu HAMMER
ident   BORG

# To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints   # Default places to look for 
devices.

makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols

#optionsSCHED_4BSD  # 4BSD scheduler
options SCHED_ULE   # ULE scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL# Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options NFSLOCKD# Network Lock Manager
options NTFS# NT File System
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_PART_GPT   # GUID Partition Tables.
options GEOM_LABEL  # Provides labelization
options COMPAT_43TTY# BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_IA32 # Compatible with i386 binaries
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
#8+
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
###8+ default now
#optionsADAPTIVE_GIANT  # Giant mutex is adaptive.
#optionsSTOP_NMI# Stop CPUS using NMI instead of IPI
options

Re: kernel compile failure

2010-02-15 Thread Jeremy Chadwick
On Mon, Feb 15, 2010 at 03:43:36AM -0600, Larry Rosenman wrote:
 I'm getting:
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g -Wall 
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
 -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
 -fformat-extensions -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq 
 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel 
 -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  
 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
 -Werror  /usr/src/sys/cam/ata/ata_xpt.c
 /usr/src/sys/cam/ata/ata_xpt.c: In function 'probestart':
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: 'ATA_SF_PUIS_SPINUP' undeclared 
 (first use in this function)
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: (Each undeclared identifier is 
 reported only once
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: for each function it appears in.)
 /usr/src/sys/cam/ata/ata_xpt.c: In function 'probedone':
 /usr/src/sys/cam/ata/ata_xpt.c:789: error: 'ATA_RESP_INCOMPLETE' undeclared 
 (first use in this function)
 *** Error code 1
 
 Stop in /usr/obj/usr/src/sys/BORG.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 with a RELENG_8 csup'ed yesterday.
 
 Any ideas?

1) When running csup, always take note of what src-all pieces are
getting touched.  I'm 100% certain your csup would have shown that the
above code had recently been modified (commits done to it).

I tend to review every single source code piece that gets committed that
appears relevant or interests me.  ATA or CAM subsystem, SMP, VM, or
UFS/FFS stuff is a big focus of mine, so I watch these like a hawk.

2) When encountering a kernel build error like the above, start
reviewing commits on the web:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cam/ata/ata_xpt.c

You can see there that code was modified ~14 hours ago, and who the
committer was.  It's safe to say this commit is responsible for your
problem, since the error is in regards to PUIS (Power Up In Stand-by):


=
Revision 1.3.2.20: download - view: text, markup, annotated  - select for diffs
Sun Feb 14 19:50:33 2010 UTC (14 hours ago) by mav
Branches: RELENG_8
Diff to: previous 1.3.2.19: preferred, colored; branchpoint 1.3: preferred, 
colored
Changes since revision 1.3.2.19: +36 -2 lines

SVN rev 203893 on 2010-02-14 19:50:33Z by mav

MFC r203421:
Add Power Up In Stand-by feature support. Device with PUIS enabled
require explicit command to do initial spin-up. Mark that command
with CAM_HIGH_POWER flag, to allow CAM manage staggered spin-up.
=


I've CC'd the committer here.

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: kernel compile failure

2010-02-15 Thread Alexander Motin
Jeremy Chadwick wrote:
 On Mon, Feb 15, 2010 at 03:43:36AM -0600, Larry Rosenman wrote:
 I'm getting:
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g -Wall 
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
 -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
 -fformat-extensions -nostdinc  -I. -I/usr/src/sys 
 -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
 opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
 --param large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel 
 -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow 
  -msoft-float -fno-asynchronous-unwind-tables -ffreestanding 
 -fstack-protector -Werror  /usr/src/sys/cam/ata/ata_xpt.c
 /usr/src/sys/cam/ata/ata_xpt.c: In function 'probestart':
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: 'ATA_SF_PUIS_SPINUP' undeclared 
 (first use in this function)
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: (Each undeclared identifier is 
 reported only once
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: for each function it appears in.)
 /usr/src/sys/cam/ata/ata_xpt.c: In function 'probedone':
 /usr/src/sys/cam/ata/ata_xpt.c:789: error: 'ATA_RESP_INCOMPLETE' undeclared 
 (first use in this function)
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/BORG.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 with a RELENG_8 csup'ed yesterday.

 Any ideas?

Try to update sources again. Updated sys/ata.h file was committed same
time and it includes all these constants. CVSWEB also shows all required
pieces in place there.

-- 
Alexander Motin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


RE: kernel compile failure

2010-02-15 Thread Larry Rosenman
For the record, it appears that cvsup17.us.freebsd.org is serving outdated
files. 

$ find . -name ata.h
./sys/ata.h
$ cd sys
$ ls -l ata.h
-rw-r--r--  1 root  wheel  25308 Feb  6 12:35 ata.h
$ sudo -s
Password:
# rm ata.h
# csup -h cvsup17.us.freebsd.org -L 2 -g /usr/share/examples/cvsup/stand*
Parsing supfile /usr/share/examples/cvsup/standard-supfile
Connecting to cvsup17.us.freebsd.org
Connected to 65.212.71.21
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
 Checkout src/sys/sys/ata.h
Shutting down connection to server
Finished successfully
# ls -l ata.h
-rw-r--r--  1 root  wheel  25308 Jan 19 06:58 ata.h
# csup -h cvsup14.us.freebsd.org -L 2 -g /usr/share/examples/cvsup/stand*
Parsing supfile /usr/share/examples/cvsup/standard-supfile
Connecting to cvsup14.us.freebsd.org
Connected to 216.87.78.137
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
 Edit src/sys/netinet/libalias/alias_mod.c
  Add delta 1.4.2.3 2010.02.11.18.34.06 mjacob
 Edit src/sys/netinet/sctp_asconf.c
  Add delta 1.40.2.4 2010.02.11.18.34.06 mjacob
 Edit src/sys/netinet/sctputil.c
  Add delta 1.93.2.7 2010.02.11.18.34.06 mjacob
 Edit src/sys/nfsclient/bootp_subr.c
  Add delta 1.86.2.4 2010.02.11.18.34.06 mjacob
 Edit src/sys/nfsclient/nfs.h
  Add delta 1.110.2.2 2010.02.10.16.16.50 rmacklem
 Edit src/sys/nfsclient/nfs_bio.c
  Add delta 1.180.2.2 2010.02.10.16.16.50 rmacklem
 Edit src/sys/nfsclient/nfs_nfsiod.c
  Add delta 1.95.2.2 2010.02.10.16.16.50 rmacklem
 Edit src/sys/nfsclient/nfs_subs.c
  Add delta 1.163.2.3 2010.02.10.16.16.50 rmacklem
 Edit src/sys/nfsclient/nfs_vnops.c
  Add delta 1.318.2.8 2010.02.10.16.16.50 rmacklem
 Edit src/sys/nfsclient/nfsnode.h
  Add delta 1.66.2.3 2010.02.10.16.16.50 rmacklem
 Edit src/sys/pci/ncr.c
  Add delta 1.197.10.2 2010.02.11.18.34.06 mjacob
 Edit src/sys/powerpc/aim/mmu_oea.c
  Add delta 1.130.2.2 2010.02.11.18.34.06 mjacob
 Edit src/sys/rpc/clnt_dg.c
  Add delta 1.7.2.3 2010.02.11.18.34.06 mjacob
 Edit src/sys/sys/ata.h
  Add delta 1.41.2.7 2010.02.14.19.50.33 mav
 Edit src/sys/ufs/ffs/ffs_snapshot.c
  Add delta 1.150.2.2 2010.02.11.18.34.06 mjacob
 Edit src/tools/make_libdeps.sh
  Add delta 1.9.10.2 2010.02.15.11.29.27 ru
 Edit src/usr.bin/netstat/if.c
  Add delta 1.70.2.3 2010.02.10.00.34.13 delphij
 Edit src/usr.bin/netstat/main.c
  Add delta 1.96.2.3 2010.02.10.00.34.13 delphij
 Edit src/usr.bin/netstat/netstat.1
  Add delta 1.63.2.2 2010.02.10.00.34.13 delphij
 Edit src/usr.bin/netstat/netstat.h
  Add delta 1.58.2.3 2010.02.10.00.34.13 delphij
 Edit src/usr.sbin/rtsold/rtsold.c
  Add delta 1.23.2.2 2010.02.13.16.25.33 ume
  Add delta 1.23.2.3 2010.02.13.16.28.25 ume
Shutting down connection to server
Finished successfully
# $

-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893

-Original Message-
From: Alexander Motin [mailto:mav...@gmail.com] On Behalf Of Alexander Motin
Sent: Monday, February 15, 2010 7:01 AM
To: Larry Rosenman
Cc: Jeremy Chadwick; freebsd-stable@freebsd.org
Subject: Re: kernel compile failure

Jeremy Chadwick wrote:
 On Mon, Feb 15, 2010 at 03:43:36AM -0600, Larry Rosenman wrote:
 I'm getting:
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
--param large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel
-mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow
-msoft-float -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -Werror  /usr/src/sys/cam/ata/ata_xpt.c
 /usr/src/sys/cam/ata/ata_xpt.c: In function 'probestart':
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: 'ATA_SF_PUIS_SPINUP'
undeclared (first use in this function)
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: (Each undeclared identifier is
reported only once
 /usr/src/sys/cam/ata/ata_xpt.c:331: error: for each function it appears
in.)
 /usr/src/sys/cam/ata/ata_xpt.c: In function 'probedone':
 /usr/src/sys/cam/ata/ata_xpt.c:789: error: 'ATA_RESP_INCOMPLETE'
undeclared (first use in this function)
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/BORG.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 with a RELENG_8 csup'ed yesterday.

 Any ideas?

Try to update sources again. Updated sys/ata.h file was committed same
time and it includes all these constants

Re: RELENG_7: Kernel Compile Failure

2009-11-19 Thread John Baldwin
On Sunday 15 November 2009 2:15:51 pm Larry Rosenman wrote:
 
 On Sun, November 15, 2009 1:10 pm, David Wolfskill wrote:
  On Sun, Nov 15, 2009 at 12:37:23PM -0600, Larry Rosenman wrote:
  ...
  /usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member
  named 'd_mmap2'
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/THEBIGHONKER.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
  #
 
 
  Ideas?
  ...
 
  Try a different mirror, perhaps?  I've had no problems tracking stable/7
  daily (though I'm using SVN).
 
 Thanks.  Pulled a update from cvsup5.us.freebsd.org, and changes were
 picked up.
 
 Can someone check the health of cvsup17.us.freebsd.org?

This should be resolved now I believe?

-- 
John Baldwin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: RELENG_7: Kernel Compile Failure

2009-11-19 Thread David Wolfskill
On Thu, Nov 19, 2009 at 09:34:10AM -0500, John Baldwin wrote:
 ...
   Try a different mirror, perhaps?  I've had no problems tracking stable/7
   daily (though I'm using SVN).
  
  Thanks.  Pulled a update from cvsup5.us.freebsd.org, and changes were
  picked up.
  
  Can someone check the health of cvsup17.us.freebsd.org?
 
 This should be resolved now I believe?

I'm not really in a convenient position to check -- I normally use
cvsup4 for the CVS stuff, and maintain a private SVN mirror for src.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpiQ4YztNkt3.pgp
Description: PGP signature


RELENG_7: Kernel Compile Failure

2009-11-15 Thread Larry Rosenman
Just csup'd off cvsup17.us.freebsd.org:
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
-include opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000 
-fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  -mfpmath=387
-mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -Werror 
/usr/src/sys/kern/kern_conf.c
/usr/src/sys/kern/kern_conf.c: In function 'giant_mmap':
/usr/src/sys/kern/kern_conf.c:483: error: 'D_MMAP2' undeclared (first use
in this function)
/usr/src/sys/kern/kern_conf.c:483: error: (Each undeclared identifier is
reported only once
/usr/src/sys/kern/kern_conf.c:483: error: for each function it appears in.)
/usr/src/sys/kern/kern_conf.c:484: error: 'struct cdevsw' has no member
named 'd_mmap2'
/usr/src/sys/kern/kern_conf.c: In function 'prep_cdevsw':
/usr/src/sys/kern/kern_conf.c:677: error: 'D_MMAP2' undeclared (first use
in this function)
/usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member
named 'd_mmap2'
/usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member
named 'd_mmap2'
/usr/src/sys/kern/kern_conf.c:698: error: 'd_mmap2_t' undeclared (first
use in this function)
/usr/src/sys/kern/kern_conf.c:698: error: expected expression before ')'
token
/usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member
named 'd_mmap2'
*** Error code 1

Stop in /usr/obj/usr/src/sys/THEBIGHONKER.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
#


Ideas?


-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683 E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: RELENG_7: Kernel Compile Failure

2009-11-15 Thread Larry Rosenman

On Sun, November 15, 2009 1:10 pm, David Wolfskill wrote:
 On Sun, Nov 15, 2009 at 12:37:23PM -0600, Larry Rosenman wrote:
 ...
 /usr/src/sys/kern/kern_conf.c:698: error: 'struct cdevsw' has no member
 named 'd_mmap2'
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/THEBIGHONKER.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.
 #


 Ideas?
 ...

 Try a different mirror, perhaps?  I've had no problems tracking stable/7
 daily (though I'm using SVN).

Thanks.  Pulled a update from cvsup5.us.freebsd.org, and changes were
picked up.

Can someone check the health of cvsup17.us.freebsd.org?



 Peace,
 david
 --
 David H. Wolfskillda...@catwhisker.org
 Depriving a girl or boy of an opportunity for education is evil.

 See http://www.catwhisker.org/~david/publickey.gpg for my public key.



-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683 E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Kernel Compile failure

2001-08-08 Thread Andrew Boothman

On Wednesday 08 August 2001 12:57 pm, Odhiambo Washington wrote:
 === ipfilter
 *** Error code 2
 Stop in /usr/src/sys/modules.

Hmmm. I think this is the problem I encountered when upgrading an older 
system to 4.3-STABLE.

Try emptying your /usr/obj/usr/src/sys/KERNELNAME directory and then do a 
make buildkernel again.

-- 
Andrew Boothman [EMAIL PROTECTED]
http://sour.cream.org

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message