Re: Make buildworld broken on RELENG_9?

2013-04-21 Thread Paul van der Zwan

On 19 Apr 2013, at 22:21 , Jeremy Chadwick j...@koitsu.org wrote:

 On Fri, Apr 19, 2013 at 09:57:46PM +0200, Paul van der Zwan wrote:
 
 On 19 Apr 2013, at 1:36 , Jeremy Chadwick j...@koitsu.org wrote:
 
 On Thu, Apr 18, 2013 at 02:16:28PM -0700, Jeremy Chadwick wrote:
 On Thu, Apr 18, 2013 at 10:59:29PM +0200, Paul van der Zwan wrote:
 Since last weekend or so my make buildworld terminate at the following 
 error:
 === share/tabset (all)
 uudecode  /usr/src/share/tabset/3101.uu
 uudecode  /usr/src/share/tabset/9837.uu
 uudecode  /usr/src/share/tabset/aa.uu
 uudecode  /usr/src/share/tabset/aed512.uu
 uudecode  /usr/src/share/tabset/beehive.uu
 uudecode  /usr/src/share/tabset/diablo.uu
 uudecode  /usr/src/share/tabset/dtc382.uu
 uudecode  /usr/src/share/tabset/hp700-wy.uu
 uudecode  /usr/src/share/tabset/ibm3101.uu
 uudecode  /usr/src/share/tabset/std.uu
 uudecode  /usr/src/share/tabset/stdcrt.uu
 uudecode  /usr/src/share/tabset/tandem653.uu
 uudecode  /usr/src/share/tabset/teleray.uu
 uudecode  /usr/src/share/tabset/vt100.uu
 uudecode  /usr/src/share/tabset/vt100-w.uu
 uudecode  /usr/src/share/tabset/wyse-adds.uu
 uudecode  /usr/src/share/tabset/xerox1720.uu
 uudecode  /usr/src/share/tabset/xerox1730.uu
 uudecode  /usr/src/share/tabset/xerox1730-lm.uu
 uudecode  /usr/src/share/tabset/zenith29.uu
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
 /usr/src/share/termcap/reorder
 script, 2: Pattern not found
 *** [termcap] Error code 1
 
 Stop in /usr/src/share/termcap.
 *** [all] Error code 1
 
 Stop in /usr/src/share.
 *** [share.all__D] Error code 1
 
 Stop in /usr/src.
 *** [everything] Error code 1
 
 Stop in /usr/src.
 *** [buildworld] Error code 1
 
 Stop in /usr/src.
 
 Even after updateing /usr/src using svn I keep this.
 Before this build I updated it:
 $ cd /data/src ; svn up ; 
 Usys/sys/vnode.h
 U   sys/sys
 Usys/geom/geom_disk.c
 Usys/geom/geom_int.h
 Usys/geom/geom_subr.c
 Usys/geom/geom_dev.c
 Usys/geom/geom_event.c
 Usys/ufs/ufs/ufs_lookup.c
 Usys/ufs/ffs/ffs_softdep.c
 Usys/cam/cam_xpt.c
 Usys/cam/cam_periph.c
 Usys/cam/cam_sim.c
 Usys/cam/cam_periph.h
 Usys/cam/cam_sim.h
 Usys/cam/scsi/scsi_xpt.c
 Usys/cam/scsi/scsi_da.c
 Usys/cam/scsi/scsi_pass.c
 Usys/cam/scsi/scsi_cd.c
 Usys/cam/ata/ata_da.c
 Usys/cam/ata/ata_all.c
 Usys/cam/ata/ata_xpt.c
 Usys/dev/usb/controller/xhci_pci.c
 U   sys/dev
 Usys/kern/vfs_cache.c
 U   sys
 Updated to revision 249624.
 
 /etc/make.conf is almost empty :
 $ cat /etc/make.conf
 KERNCONF=vbox
 CFLAGS= -O2 -fno-strict-aliasing -pipe
 COPTFLAGS= -O -pipe
 
 # added by use.perl 2013-03-12 18:50:12
 PERL_VERSION=5.14.2
 
 Any ideas ?
 
 I've been able to build stable/9 world without issue even as recent as
 last night.  I'll rm -fr /usr/obj/* and rebuild world under script
 then go look at the output to see if I see anything anomalous around
 the area you've shown.  I'll reply when that's done.
 
 {snip}
 
 Can't reproduce the issue.
 
 root@testbox:/usr/src # svn info
 Path: .
 Working Copy Root Path: /usr/src
 URL: svn://svn.freebsd.org/base/stable/9
 Repository Root: svn://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 249628
 Node Kind: directory
 Schedule: normal
 Last Changed Author: mav
 Last Changed Rev: 249624
 Last Changed Date: 2013-04-18 06:19:41 -0700 (Thu, 18 Apr 2013)
 
 Here's what I get, around where yours fails:
 
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
 /usr/src/share/termcap/reorder
 cap_mkdb -l termcap
 === share/timedef (all)
 grep -v '^#'  /usr/src/share/timedef/am_ET.UTF-8.src  am_ET.UTF-8.out
 
 Note that yours says script, 2: Pattern not found with no mention of
 cap_mkdb.
 
 My guess is that you have one of the following:
 
 a) A corrupted src/share/termcap/Makefile,
 b) A corrupted SVN repo,
 
 Deleted the content of src/share/termcap and reran svn.
 Now the build succeeds.
 
 Not surprised.  :-)
 
 c) Silent filesystem corruption,
 d) Physical disk issues (e.g. bit rot).
 
 /usr/src is NFS mounted from an OpenIndiana server so the underlying FS is 
 ZFS, so no bitrot or silent corruption
 should be possible.
 
 As long as the pool configuration is using something that ZFS can induce
 recovery from (specifically: mirrors, raidzX, or a combination of vdevs
 that make such possible), then that's true.  If a stripe of disks, or a
 single disk, then only detection of such problems is possible.
 
 zpool status will shed light on the situation.
 
Pool is made up of two drives in a mirror and scrubbed regularly so I can 
almost certainly rule that out.

 I made a snapshot before I deleted the files and ran svn:
 $ ls -l /data//src/.zfs/snapshot/20130419/share/termcap/
 total 669
 -rw-r--r--   1 paulzhome  

Re: Make buildworld broken on RELENG_9?

2013-04-19 Thread Paul van der Zwan

On 19 Apr 2013, at 1:36 , Jeremy Chadwick j...@koitsu.org wrote:

 On Thu, Apr 18, 2013 at 02:16:28PM -0700, Jeremy Chadwick wrote:
 On Thu, Apr 18, 2013 at 10:59:29PM +0200, Paul van der Zwan wrote:
 Since last weekend or so my make buildworld terminate at the following 
 error:
 === share/tabset (all)
 uudecode  /usr/src/share/tabset/3101.uu
 uudecode  /usr/src/share/tabset/9837.uu
 uudecode  /usr/src/share/tabset/aa.uu
 uudecode  /usr/src/share/tabset/aed512.uu
 uudecode  /usr/src/share/tabset/beehive.uu
 uudecode  /usr/src/share/tabset/diablo.uu
 uudecode  /usr/src/share/tabset/dtc382.uu
 uudecode  /usr/src/share/tabset/hp700-wy.uu
 uudecode  /usr/src/share/tabset/ibm3101.uu
 uudecode  /usr/src/share/tabset/std.uu
 uudecode  /usr/src/share/tabset/stdcrt.uu
 uudecode  /usr/src/share/tabset/tandem653.uu
 uudecode  /usr/src/share/tabset/teleray.uu
 uudecode  /usr/src/share/tabset/vt100.uu
 uudecode  /usr/src/share/tabset/vt100-w.uu
 uudecode  /usr/src/share/tabset/wyse-adds.uu
 uudecode  /usr/src/share/tabset/xerox1720.uu
 uudecode  /usr/src/share/tabset/xerox1730.uu
 uudecode  /usr/src/share/tabset/xerox1730-lm.uu
 uudecode  /usr/src/share/tabset/zenith29.uu
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
 /usr/src/share/termcap/reorder
 script, 2: Pattern not found
 *** [termcap] Error code 1
 
 Stop in /usr/src/share/termcap.
 *** [all] Error code 1
 
 Stop in /usr/src/share.
 *** [share.all__D] Error code 1
 
 Stop in /usr/src.
 *** [everything] Error code 1
 
 Stop in /usr/src.
 *** [buildworld] Error code 1
 
 Stop in /usr/src.
 
 Even after updateing /usr/src using svn I keep this.
 Before this build I updated it:
 $ cd /data/src ; svn up ; 
 Usys/sys/vnode.h
 U   sys/sys
 Usys/geom/geom_disk.c
 Usys/geom/geom_int.h
 Usys/geom/geom_subr.c
 Usys/geom/geom_dev.c
 Usys/geom/geom_event.c
 Usys/ufs/ufs/ufs_lookup.c
 Usys/ufs/ffs/ffs_softdep.c
 Usys/cam/cam_xpt.c
 Usys/cam/cam_periph.c
 Usys/cam/cam_sim.c
 Usys/cam/cam_periph.h
 Usys/cam/cam_sim.h
 Usys/cam/scsi/scsi_xpt.c
 Usys/cam/scsi/scsi_da.c
 Usys/cam/scsi/scsi_pass.c
 Usys/cam/scsi/scsi_cd.c
 Usys/cam/ata/ata_da.c
 Usys/cam/ata/ata_all.c
 Usys/cam/ata/ata_xpt.c
 Usys/dev/usb/controller/xhci_pci.c
 U   sys/dev
 Usys/kern/vfs_cache.c
 U   sys
 Updated to revision 249624.
 
 /etc/make.conf is almost empty :
 $ cat /etc/make.conf
 KERNCONF=vbox
 CFLAGS= -O2 -fno-strict-aliasing -pipe
 COPTFLAGS= -O -pipe
 
 # added by use.perl 2013-03-12 18:50:12
 PERL_VERSION=5.14.2
 
 Any ideas ?
 
 I've been able to build stable/9 world without issue even as recent as
 last night.  I'll rm -fr /usr/obj/* and rebuild world under script
 then go look at the output to see if I see anything anomalous around
 the area you've shown.  I'll reply when that's done.
 
 {snip}
 
 Can't reproduce the issue.
 
 root@testbox:/usr/src # svn info
 Path: .
 Working Copy Root Path: /usr/src
 URL: svn://svn.freebsd.org/base/stable/9
 Repository Root: svn://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 249628
 Node Kind: directory
 Schedule: normal
 Last Changed Author: mav
 Last Changed Rev: 249624
 Last Changed Date: 2013-04-18 06:19:41 -0700 (Thu, 18 Apr 2013)
 
 Here's what I get, around where yours fails:
 
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
 /usr/src/share/termcap/reorder
 cap_mkdb -l termcap
 === share/timedef (all)
 grep -v '^#'  /usr/src/share/timedef/am_ET.UTF-8.src  am_ET.UTF-8.out
 
 Note that yours says script, 2: Pattern not found with no mention of
 cap_mkdb.
 
 My guess is that you have one of the following:
 
 a) A corrupted src/share/termcap/Makefile,
 b) A corrupted SVN repo,

Deleted the content of src/share/termcap and reran svn.
Now the build succeeds.

 c) Silent filesystem corruption,
 d) Physical disk issues (e.g. bit rot).
 
/usr/src is NFS mounted from an OpenIndiana server so the underlying FS is ZFS, 
so no bitrot or silent corruption
should be possible.

I made a snapshot before I deleted the files and ran svn:
$ ls -l /data//src/.zfs/snapshot/20130419/share/termcap/
total 669
-rw-r--r--   1 paulzhome 731 Nov 18 22:26 Makefile
-rw-r--r--   1 paulzhome2501 Nov 18 22:26 README
-rw-r--r--   1 paulzhome1467 Nov 18 22:26 reorder
-rw-r--r--   1 paulzhome3531 Nov 18 22:26 tck
-rw-r--r--   1 paulzhome   66181 Nov 18 22:26 termcap.5
-rw-r--r--   1 paulzhome  214309 Apr 16 18:55 termcap.src
$ ls -l
total 669
-rw-r--r--   1 paulzhome 731 Apr 19 17:01 Makefile
-rw-r--r--   1 paulzhome2501 Apr 19 17:01 README
-rw-r--r--   1 paulzhome1467 Apr 19 17:01 reorder
-rw-r--r--   1 paulzhome3531 Apr 19 17:01 tck
-rw-r--r--   1 

Re: Make buildworld broken on RELENG_9?

2013-04-19 Thread Jeremy Chadwick
On Fri, Apr 19, 2013 at 09:57:46PM +0200, Paul van der Zwan wrote:
 
 On 19 Apr 2013, at 1:36 , Jeremy Chadwick j...@koitsu.org wrote:
 
  On Thu, Apr 18, 2013 at 02:16:28PM -0700, Jeremy Chadwick wrote:
  On Thu, Apr 18, 2013 at 10:59:29PM +0200, Paul van der Zwan wrote:
  Since last weekend or so my make buildworld terminate at the following 
  error:
  === share/tabset (all)
  uudecode  /usr/src/share/tabset/3101.uu
  uudecode  /usr/src/share/tabset/9837.uu
  uudecode  /usr/src/share/tabset/aa.uu
  uudecode  /usr/src/share/tabset/aed512.uu
  uudecode  /usr/src/share/tabset/beehive.uu
  uudecode  /usr/src/share/tabset/diablo.uu
  uudecode  /usr/src/share/tabset/dtc382.uu
  uudecode  /usr/src/share/tabset/hp700-wy.uu
  uudecode  /usr/src/share/tabset/ibm3101.uu
  uudecode  /usr/src/share/tabset/std.uu
  uudecode  /usr/src/share/tabset/stdcrt.uu
  uudecode  /usr/src/share/tabset/tandem653.uu
  uudecode  /usr/src/share/tabset/teleray.uu
  uudecode  /usr/src/share/tabset/vt100.uu
  uudecode  /usr/src/share/tabset/vt100-w.uu
  uudecode  /usr/src/share/tabset/wyse-adds.uu
  uudecode  /usr/src/share/tabset/xerox1720.uu
  uudecode  /usr/src/share/tabset/xerox1730.uu
  uudecode  /usr/src/share/tabset/xerox1730-lm.uu
  uudecode  /usr/src/share/tabset/zenith29.uu
  === share/termcap (all)
  gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
  TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
  /usr/src/share/termcap/reorder
  script, 2: Pattern not found
  *** [termcap] Error code 1
  
  Stop in /usr/src/share/termcap.
  *** [all] Error code 1
  
  Stop in /usr/src/share.
  *** [share.all__D] Error code 1
  
  Stop in /usr/src.
  *** [everything] Error code 1
  
  Stop in /usr/src.
  *** [buildworld] Error code 1
  
  Stop in /usr/src.
  
  Even after updateing /usr/src using svn I keep this.
  Before this build I updated it:
  $ cd /data/src ; svn up ; 
  Usys/sys/vnode.h
  U   sys/sys
  Usys/geom/geom_disk.c
  Usys/geom/geom_int.h
  Usys/geom/geom_subr.c
  Usys/geom/geom_dev.c
  Usys/geom/geom_event.c
  Usys/ufs/ufs/ufs_lookup.c
  Usys/ufs/ffs/ffs_softdep.c
  Usys/cam/cam_xpt.c
  Usys/cam/cam_periph.c
  Usys/cam/cam_sim.c
  Usys/cam/cam_periph.h
  Usys/cam/cam_sim.h
  Usys/cam/scsi/scsi_xpt.c
  Usys/cam/scsi/scsi_da.c
  Usys/cam/scsi/scsi_pass.c
  Usys/cam/scsi/scsi_cd.c
  Usys/cam/ata/ata_da.c
  Usys/cam/ata/ata_all.c
  Usys/cam/ata/ata_xpt.c
  Usys/dev/usb/controller/xhci_pci.c
  U   sys/dev
  Usys/kern/vfs_cache.c
  U   sys
  Updated to revision 249624.
  
  /etc/make.conf is almost empty :
  $ cat /etc/make.conf
  KERNCONF=vbox
  CFLAGS= -O2 -fno-strict-aliasing -pipe
  COPTFLAGS= -O -pipe
  
  # added by use.perl 2013-03-12 18:50:12
  PERL_VERSION=5.14.2
  
  Any ideas ?
  
  I've been able to build stable/9 world without issue even as recent as
  last night.  I'll rm -fr /usr/obj/* and rebuild world under script
  then go look at the output to see if I see anything anomalous around
  the area you've shown.  I'll reply when that's done.
  
  {snip}
  
  Can't reproduce the issue.
  
  root@testbox:/usr/src # svn info
  Path: .
  Working Copy Root Path: /usr/src
  URL: svn://svn.freebsd.org/base/stable/9
  Repository Root: svn://svn.freebsd.org/base
  Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  Revision: 249628
  Node Kind: directory
  Schedule: normal
  Last Changed Author: mav
  Last Changed Rev: 249624
  Last Changed Date: 2013-04-18 06:19:41 -0700 (Thu, 18 Apr 2013)
  
  Here's what I get, around where yours fails:
  
  === share/termcap (all)
  gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
  TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
  /usr/src/share/termcap/reorder
  cap_mkdb -l termcap
  === share/timedef (all)
  grep -v '^#'  /usr/src/share/timedef/am_ET.UTF-8.src  am_ET.UTF-8.out
  
  Note that yours says script, 2: Pattern not found with no mention of
  cap_mkdb.
  
  My guess is that you have one of the following:
  
  a) A corrupted src/share/termcap/Makefile,
  b) A corrupted SVN repo,
 
 Deleted the content of src/share/termcap and reran svn.
 Now the build succeeds.

Not surprised.  :-)

  c) Silent filesystem corruption,
  d) Physical disk issues (e.g. bit rot).
  
 /usr/src is NFS mounted from an OpenIndiana server so the underlying FS is 
 ZFS, so no bitrot or silent corruption
 should be possible.

As long as the pool configuration is using something that ZFS can induce
recovery from (specifically: mirrors, raidzX, or a combination of vdevs
that make such possible), then that's true.  If a stripe of disks, or a
single disk, then only detection of such problems is possible.

zpool status will shed light on the situation.

 I made a snapshot before I deleted the files and ran svn:
 $ ls -l /data//src/.zfs/snapshot/20130419/share/termcap/
 total 669
 -rw-r--r--   1 paulzhome 731 Nov 18 22:26 Makefile
 -rw-r--r--   1 paulzhome 

Make buildworld broken on RELENG_9?

2013-04-18 Thread Paul van der Zwan
Since last weekend or so my make buildworld terminate at the following error:
=== share/tabset (all)
uudecode  /usr/src/share/tabset/3101.uu
uudecode  /usr/src/share/tabset/9837.uu
uudecode  /usr/src/share/tabset/aa.uu
uudecode  /usr/src/share/tabset/aed512.uu
uudecode  /usr/src/share/tabset/beehive.uu
uudecode  /usr/src/share/tabset/diablo.uu
uudecode  /usr/src/share/tabset/dtc382.uu
uudecode  /usr/src/share/tabset/hp700-wy.uu
uudecode  /usr/src/share/tabset/ibm3101.uu
uudecode  /usr/src/share/tabset/std.uu
uudecode  /usr/src/share/tabset/stdcrt.uu
uudecode  /usr/src/share/tabset/tandem653.uu
uudecode  /usr/src/share/tabset/teleray.uu
uudecode  /usr/src/share/tabset/vt100.uu
uudecode  /usr/src/share/tabset/vt100-w.uu
uudecode  /usr/src/share/tabset/wyse-adds.uu
uudecode  /usr/src/share/tabset/xerox1720.uu
uudecode  /usr/src/share/tabset/xerox1730.uu
uudecode  /usr/src/share/tabset/xerox1730-lm.uu
uudecode  /usr/src/share/tabset/zenith29.uu
=== share/termcap (all)
gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
/usr/src/share/termcap/reorder
script, 2: Pattern not found
*** [termcap] Error code 1

Stop in /usr/src/share/termcap.
*** [all] Error code 1

Stop in /usr/src/share.
*** [share.all__D] Error code 1

Stop in /usr/src.
*** [everything] Error code 1

Stop in /usr/src.
*** [buildworld] Error code 1

Stop in /usr/src.

Even after updateing /usr/src using svn I keep this.
Before this build I updated it:
$ cd /data/src ; svn up ; 
Usys/sys/vnode.h
 U   sys/sys
Usys/geom/geom_disk.c
Usys/geom/geom_int.h
Usys/geom/geom_subr.c
Usys/geom/geom_dev.c
Usys/geom/geom_event.c
Usys/ufs/ufs/ufs_lookup.c
Usys/ufs/ffs/ffs_softdep.c
Usys/cam/cam_xpt.c
Usys/cam/cam_periph.c
Usys/cam/cam_sim.c
Usys/cam/cam_periph.h
Usys/cam/cam_sim.h
Usys/cam/scsi/scsi_xpt.c
Usys/cam/scsi/scsi_da.c
Usys/cam/scsi/scsi_pass.c
Usys/cam/scsi/scsi_cd.c
Usys/cam/ata/ata_da.c
Usys/cam/ata/ata_all.c
Usys/cam/ata/ata_xpt.c
Usys/dev/usb/controller/xhci_pci.c
 U   sys/dev
Usys/kern/vfs_cache.c
 U   sys
Updated to revision 249624.

/etc/make.conf is almost empty :
$ cat /etc/make.conf
KERNCONF=vbox
CFLAGS= -O2 -fno-strict-aliasing -pipe
COPTFLAGS= -O -pipe

# added by use.perl 2013-03-12 18:50:12
PERL_VERSION=5.14.2


Any ideas ?

Paul

___
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: Make buildworld broken on RELENG_9?

2013-04-18 Thread Outback Dingo
On Thu, Apr 18, 2013 at 4:59 PM, Paul van der Zwan pa...@vanderzwan.orgwrote:

 Since last weekend or so my make buildworld terminate at the following
 error:
 === share/tabset (all)
 uudecode  /usr/src/share/tabset/3101.uu
 uudecode  /usr/src/share/tabset/9837.uu
 uudecode  /usr/src/share/tabset/aa.uu
 uudecode  /usr/src/share/tabset/aed512.uu
 uudecode  /usr/src/share/tabset/beehive.uu
 uudecode  /usr/src/share/tabset/diablo.uu
 uudecode  /usr/src/share/tabset/dtc382.uu
 uudecode  /usr/src/share/tabset/hp700-wy.uu
 uudecode  /usr/src/share/tabset/ibm3101.uu
 uudecode  /usr/src/share/tabset/std.uu
 uudecode  /usr/src/share/tabset/stdcrt.uu
 uudecode  /usr/src/share/tabset/tandem653.uu
 uudecode  /usr/src/share/tabset/teleray.uu
 uudecode  /usr/src/share/tabset/vt100.uu
 uudecode  /usr/src/share/tabset/vt100-w.uu
 uudecode  /usr/src/share/tabset/wyse-adds.uu
 uudecode  /usr/src/share/tabset/xerox1720.uu
 uudecode  /usr/src/share/tabset/xerox1730.uu
 uudecode  /usr/src/share/tabset/xerox1730-lm.uu
 uudecode  /usr/src/share/tabset/zenith29.uu
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src 
 /usr/src/share/termcap/reorder
 script, 2: Pattern not found
 *** [termcap] Error code 1

 Stop in /usr/src/share/termcap.
 *** [all] Error code 1

 Stop in /usr/src/share.
 *** [share.all__D] Error code 1

 Stop in /usr/src.
 *** [everything] Error code 1

 Stop in /usr/src.
 *** [buildworld] Error code 1

 Stop in /usr/src.

 Even after updateing /usr/src using svn I keep this.
 Before this build I updated it:
 $ cd /data/src ; svn up ;
 Usys/sys/vnode.h
  U   sys/sys
 Usys/geom/geom_disk.c
 Usys/geom/geom_int.h
 Usys/geom/geom_subr.c
 Usys/geom/geom_dev.c
 Usys/geom/geom_event.c
 Usys/ufs/ufs/ufs_lookup.c
 Usys/ufs/ffs/ffs_softdep.c
 Usys/cam/cam_xpt.c
 Usys/cam/cam_periph.c
 Usys/cam/cam_sim.c
 Usys/cam/cam_periph.h
 Usys/cam/cam_sim.h
 Usys/cam/scsi/scsi_xpt.c
 Usys/cam/scsi/scsi_da.c
 Usys/cam/scsi/scsi_pass.c
 Usys/cam/scsi/scsi_cd.c
 Usys/cam/ata/ata_da.c
 Usys/cam/ata/ata_all.c
 Usys/cam/ata/ata_xpt.c
 Usys/dev/usb/controller/xhci_pci.c
  U   sys/dev
 Usys/kern/vfs_cache.c
  U   sys
 Updated to revision 249624.

 /etc/make.conf is almost empty :
 $ cat /etc/make.conf
 KERNCONF=vbox
 CFLAGS= -O2 -fno-strict-aliasing -pipe
 COPTFLAGS= -O -pipe

 # added by use.perl 2013-03-12 18:50:12
 PERL_VERSION=5.14.2


 Any ideas ?

 Paul

 Odd because i just completed a build world kernel this morning

svn info
Path: .
Working Copy Root Path: /usr/src
URL: http://svn.freebsd.org/base/stable/9
Repository Root: http://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 249621
Node Kind: directory
Schedule: normal
Last Changed Author: mav
Last Changed Rev: 249621
Last Changed Date: 2013-04-18 11:13:48 + (Thu, 18 Apr 2013)



 ___
 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

___
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: Make buildworld broken on RELENG_9?

2013-04-18 Thread Jeremy Chadwick
On Thu, Apr 18, 2013 at 10:59:29PM +0200, Paul van der Zwan wrote:
 Since last weekend or so my make buildworld terminate at the following error:
 === share/tabset (all)
 uudecode  /usr/src/share/tabset/3101.uu
 uudecode  /usr/src/share/tabset/9837.uu
 uudecode  /usr/src/share/tabset/aa.uu
 uudecode  /usr/src/share/tabset/aed512.uu
 uudecode  /usr/src/share/tabset/beehive.uu
 uudecode  /usr/src/share/tabset/diablo.uu
 uudecode  /usr/src/share/tabset/dtc382.uu
 uudecode  /usr/src/share/tabset/hp700-wy.uu
 uudecode  /usr/src/share/tabset/ibm3101.uu
 uudecode  /usr/src/share/tabset/std.uu
 uudecode  /usr/src/share/tabset/stdcrt.uu
 uudecode  /usr/src/share/tabset/tandem653.uu
 uudecode  /usr/src/share/tabset/teleray.uu
 uudecode  /usr/src/share/tabset/vt100.uu
 uudecode  /usr/src/share/tabset/vt100-w.uu
 uudecode  /usr/src/share/tabset/wyse-adds.uu
 uudecode  /usr/src/share/tabset/xerox1720.uu
 uudecode  /usr/src/share/tabset/xerox1730.uu
 uudecode  /usr/src/share/tabset/xerox1730-lm.uu
 uudecode  /usr/src/share/tabset/zenith29.uu
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
 /usr/src/share/termcap/reorder
 script, 2: Pattern not found
 *** [termcap] Error code 1
 
 Stop in /usr/src/share/termcap.
 *** [all] Error code 1
 
 Stop in /usr/src/share.
 *** [share.all__D] Error code 1
 
 Stop in /usr/src.
 *** [everything] Error code 1
 
 Stop in /usr/src.
 *** [buildworld] Error code 1
 
 Stop in /usr/src.
 
 Even after updateing /usr/src using svn I keep this.
 Before this build I updated it:
 $ cd /data/src ; svn up ; 
 Usys/sys/vnode.h
  U   sys/sys
 Usys/geom/geom_disk.c
 Usys/geom/geom_int.h
 Usys/geom/geom_subr.c
 Usys/geom/geom_dev.c
 Usys/geom/geom_event.c
 Usys/ufs/ufs/ufs_lookup.c
 Usys/ufs/ffs/ffs_softdep.c
 Usys/cam/cam_xpt.c
 Usys/cam/cam_periph.c
 Usys/cam/cam_sim.c
 Usys/cam/cam_periph.h
 Usys/cam/cam_sim.h
 Usys/cam/scsi/scsi_xpt.c
 Usys/cam/scsi/scsi_da.c
 Usys/cam/scsi/scsi_pass.c
 Usys/cam/scsi/scsi_cd.c
 Usys/cam/ata/ata_da.c
 Usys/cam/ata/ata_all.c
 Usys/cam/ata/ata_xpt.c
 Usys/dev/usb/controller/xhci_pci.c
  U   sys/dev
 Usys/kern/vfs_cache.c
  U   sys
 Updated to revision 249624.
 
 /etc/make.conf is almost empty :
 $ cat /etc/make.conf
 KERNCONF=vbox
 CFLAGS= -O2 -fno-strict-aliasing -pipe
 COPTFLAGS= -O -pipe
 
 # added by use.perl 2013-03-12 18:50:12
 PERL_VERSION=5.14.2
 
 Any ideas ?

I've been able to build stable/9 world without issue even as recent as
last night.  I'll rm -fr /usr/obj/* and rebuild world under script
then go look at the output to see if I see anything anomalous around
the area you've shown.  I'll reply when that's done.

Some things that are (hopefully) unrelated to your issue:

1. Use CFLAGS+=, not =.  I cannot stress this enough.  This is very
important.  There are portions of world/kernel that rely on their
own set of CFLAGS and this can effectively stomp over them in
some cases.  So use +=.

COPTFLAGS is fine to use = for.

For details, read (not skim) /usr/share/examples/etc/make.conf.

2. Just an educational point in passing since we're talking about CFLAGS
and so on: if you ever choose to set CPUTYPE, use ?= not =.

-- 
| Jeremy Chadwick   j...@koitsu.org |
| UNIX Systems Administratorhttp://jdc.koitsu.org/ |
| Mountain View, CA, US|
| 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: Make buildworld broken on RELENG_9?

2013-04-18 Thread Jeremy Chadwick
On Thu, Apr 18, 2013 at 02:16:28PM -0700, Jeremy Chadwick wrote:
 On Thu, Apr 18, 2013 at 10:59:29PM +0200, Paul van der Zwan wrote:
  Since last weekend or so my make buildworld terminate at the following 
  error:
  === share/tabset (all)
  uudecode  /usr/src/share/tabset/3101.uu
  uudecode  /usr/src/share/tabset/9837.uu
  uudecode  /usr/src/share/tabset/aa.uu
  uudecode  /usr/src/share/tabset/aed512.uu
  uudecode  /usr/src/share/tabset/beehive.uu
  uudecode  /usr/src/share/tabset/diablo.uu
  uudecode  /usr/src/share/tabset/dtc382.uu
  uudecode  /usr/src/share/tabset/hp700-wy.uu
  uudecode  /usr/src/share/tabset/ibm3101.uu
  uudecode  /usr/src/share/tabset/std.uu
  uudecode  /usr/src/share/tabset/stdcrt.uu
  uudecode  /usr/src/share/tabset/tandem653.uu
  uudecode  /usr/src/share/tabset/teleray.uu
  uudecode  /usr/src/share/tabset/vt100.uu
  uudecode  /usr/src/share/tabset/vt100-w.uu
  uudecode  /usr/src/share/tabset/wyse-adds.uu
  uudecode  /usr/src/share/tabset/xerox1720.uu
  uudecode  /usr/src/share/tabset/xerox1730.uu
  uudecode  /usr/src/share/tabset/xerox1730-lm.uu
  uudecode  /usr/src/share/tabset/zenith29.uu
  === share/termcap (all)
  gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
  TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
  /usr/src/share/termcap/reorder
  script, 2: Pattern not found
  *** [termcap] Error code 1
  
  Stop in /usr/src/share/termcap.
  *** [all] Error code 1
  
  Stop in /usr/src/share.
  *** [share.all__D] Error code 1
  
  Stop in /usr/src.
  *** [everything] Error code 1
  
  Stop in /usr/src.
  *** [buildworld] Error code 1
  
  Stop in /usr/src.
  
  Even after updateing /usr/src using svn I keep this.
  Before this build I updated it:
  $ cd /data/src ; svn up ; 
  Usys/sys/vnode.h
   U   sys/sys
  Usys/geom/geom_disk.c
  Usys/geom/geom_int.h
  Usys/geom/geom_subr.c
  Usys/geom/geom_dev.c
  Usys/geom/geom_event.c
  Usys/ufs/ufs/ufs_lookup.c
  Usys/ufs/ffs/ffs_softdep.c
  Usys/cam/cam_xpt.c
  Usys/cam/cam_periph.c
  Usys/cam/cam_sim.c
  Usys/cam/cam_periph.h
  Usys/cam/cam_sim.h
  Usys/cam/scsi/scsi_xpt.c
  Usys/cam/scsi/scsi_da.c
  Usys/cam/scsi/scsi_pass.c
  Usys/cam/scsi/scsi_cd.c
  Usys/cam/ata/ata_da.c
  Usys/cam/ata/ata_all.c
  Usys/cam/ata/ata_xpt.c
  Usys/dev/usb/controller/xhci_pci.c
   U   sys/dev
  Usys/kern/vfs_cache.c
   U   sys
  Updated to revision 249624.
  
  /etc/make.conf is almost empty :
  $ cat /etc/make.conf
  KERNCONF=vbox
  CFLAGS= -O2 -fno-strict-aliasing -pipe
  COPTFLAGS= -O -pipe
  
  # added by use.perl 2013-03-12 18:50:12
  PERL_VERSION=5.14.2
  
  Any ideas ?
 
 I've been able to build stable/9 world without issue even as recent as
 last night.  I'll rm -fr /usr/obj/* and rebuild world under script
 then go look at the output to see if I see anything anomalous around
 the area you've shown.  I'll reply when that's done.

 {snip}

Can't reproduce the issue.

root@testbox:/usr/src # svn info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/stable/9
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 249628
Node Kind: directory
Schedule: normal
Last Changed Author: mav
Last Changed Rev: 249624
Last Changed Date: 2013-04-18 06:19:41 -0700 (Thu, 18 Apr 2013)

Here's what I get, around where yours fails:

=== share/termcap (all)
gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src  
/usr/src/share/termcap/reorder
cap_mkdb -l termcap
=== share/timedef (all)
grep -v '^#'  /usr/src/share/timedef/am_ET.UTF-8.src  am_ET.UTF-8.out

Note that yours says script, 2: Pattern not found with no mention of
cap_mkdb.

My guess is that you have one of the following:

a) A corrupted src/share/termcap/Makefile,
b) A corrupted SVN repo,
c) Silent filesystem corruption,
d) Physical disk issues (e.g. bit rot).

I've put the full output of my build here (~791KBytes):

http://jdc.koitsu.org/freebsd/output.20130418.txt.gz

Contents of my /etc/src.conf, which should have no bearing on your
issue:

WITHOUT_CLANG=true
WITHOUT_INET6=true
WITHOUT_IPFILTER=true
WITHOUT_LIB32=true
WITHOUT_KERBEROS=true
WITHOUT_PAM_SUPPORT=true
WITHOUT_SENDMAIL=true
WITH_OPENSSH_NONE_CIPHER=true

If you want to start fresh with your repo and use SVN, do this:

rm -fr /usr/src
rm -fr /usr/src/.svn
svn checkout svn://svn.freebsd.org/base/stable/9 /usr/src

Then do this before retrying buildworld:

rm -fr /usr/obj/*
cd /usr/src
make buildworld

-- 
| Jeremy Chadwick   j...@koitsu.org |
| UNIX Systems Administratorhttp://jdc.koitsu.org/ |
| Mountain View, CA, US|
| Making life hard for others since 1977. PGP 4BD6C0CB |
___
freebsd-stable@freebsd.org mailing list

make buildworld broken at fortune

2002-04-03 Thread Peter Hessler

I am trying to do a make buildworld, and it keeps crapping out while 
making boot strap tools, something about rcsfreeze.  I have had this 
problem for 2 weeks or so, so I highly doubt it's a tree issue.  For 
those of you playing at home, I am the one who had problems with 
bsd-make recently.  Details are at 
[http://www.theapt.org/fortune.html].

(I've already deleted /usr/src and re-cvsup'd, so I know it's not a 
bad cvs merge)  Any help would be great.
-- 

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



make buildworld broken

2001-08-13 Thread Ron 'The InSaNe One' Rosson

Trying to make buildworld with a cvsup as of 8/13/2001 9:25 PDT here is
where it dies.

=== src/roff/troff
c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -march=k6
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1
-DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1
-DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1
-DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1
-DHAVE_GETCWD=1 -DHAVE_STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1
-DHAVE_MKSTEMP=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1
-DHAVE_STRSEP=1 -DHAVE_STRDUP=1 -DSYS_SIGLIST_DECLARED=1
-I/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include
-I/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../src/include
-I/usr/obj/usr/src/i386/usr/include  -fno-rtti -fno-exceptions -c
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:
In method `trie::trie()':
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:3108:
syntax error before `:'
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:3108:
parse error at end of saved function text
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:
In method `trie::hyphen_trie::~hyphen_trie()':
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:3133:
syntax error before `;'
*** Error code 1

Stop in /usr/src/gnu/usr.bin/groff/src/roff/troff.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/groff/src/roff.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/groff/src.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/groff.
*** Error code 1

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

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

Stop in /usr/src.


TIA
-- 
--
Ron Rosson... and a UNIX user said ...
The InSaNe Onerm -rf *
[EMAIL PROTECTED]and all was /dev/null and *void()
--
Failure is not an option. It comes bundled with your Microsoft product.

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



Re: make buildworld broken

2001-08-13 Thread Kent Stewart



Ron 'The InSaNe One' Rosson wrote:
 
 Trying to make buildworld with a cvsup as of 8/13/2001 9:25 PDT here is
 where it dies.
 
 === src/roff/troff
 c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -march=k6
 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1
 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1
 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1
 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1
 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1
 -DHAVE_GETCWD=1 -DHAVE_STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1
 -DHAVE_MKSTEMP=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1
 -DHAVE_STRSEP=1 -DHAVE_STRDUP=1 -DSYS_SIGLIST_DECLARED=1
 
-I/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/include
 -I/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../src/include
 -I/usr/obj/usr/src/i386/usr/include  -fno-rtti -fno-exceptions -c
 
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc
 
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:
 In method `trie::trie()':
 
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:3108:
 syntax error before `:'
 
/usr/src/gnu/usr.bin/groff/src/roff/troff/../../../../../../contrib/groff/src/roff/troff/env.cc:3108:
 parse error at end of saved function text
 /

I think your source is corrupted or something. I saw this and did a
cvsup @ 9:40 PDT. I sailed through the section used to build troff
without any problem. Also make sure your clock is set to the right time.

Kent

-- 
Kent Stewart
Richland, WA

Cool site
http://www.bmwfilms.com

mailto:[EMAIL PROTECTED]
http://kstewart.urx.com/kstewart/index.html
http://daily.daemonnews.org/

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



make buildworld broken?

1999-12-05 Thread Greg Quinlan


Went to do a "make buildworld" and it appears to be
broken???

(cvsup-ed 6/12/99)

Any comments

Greg
 
/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:613:
warning: passing arg 2 of `strtoul' from incompatible
pointer type

cc -nostdinc -O -pipe -Wall -DKERNEL -Wreturn-type
-Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline
-Wuninitialized -Wformat -Wunused -fformat-extensions
-ansi -DKLD_MODULE -nostdinc -I-
-I/usr/obj/usr/src/sys/modules/netgraph/netgraph
-I/usr/obj/usr/src/sys/modules/netgraph/netgraph/@
-I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c

/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c:50:
sys/ctype.h: No such file or directory

/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c:
In function `ng_int8_parse':

/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c:337:
warning: implicit declaration of function `strtol'

/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c:
In function `ng_parse_composite':

/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c:1022:
warning: passing arg 2 of `strtoul' from incompatible
pointer type

*** Error code 1

Stop.

*** Error code 1

Stop.


__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


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