Re: FreeBSD 9.0-RC1 Available...

2011-10-22 Thread Greg Miller
On 10/22/11, Ken Smith kensm...@buffalo.edu wrote:

 The first of the Release Candidate builds of the 9.0-RELEASE release
 cycle is now available.  Since this is the first release of a brand

New in RC1, with GENERIC:

cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -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 -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 -mno-sse
-mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-Werror  /usr/src/sys/fs/devfs/devfs_devs.c
cc1: warnings being treated as errors
/usr/src/sys/fs/devfs/devfs_devs.c: In function 'devfs_free':
/usr/src/sys/fs/devfs/devfs_devs.c:174: warning: implicit declaration
of function 'devfs_free_cdp_inode'
/usr/src/sys/fs/devfs/devfs_devs.c:174: warning: nested extern
declaration of 'devfs_free_cdp_inode' [-Wnested-externs]
/usr/src/sys/fs/devfs/devfs_devs.c: At top level:
/usr/src/sys/fs/devfs/devfs_devs.c:689: warning: no previous prototype
for 'devfs_alloc_cdp_inode' [-Wmissing-prototypes]
/usr/src/sys/fs/devfs/devfs_devs.c:696: warning: no previous prototype
for 'devfs_free_cdp_inode' [-Wmissing-prototypes]
/usr/src/sys/fs/devfs/devfs_devs.c:696: warning: conflicting types for
'devfs_free_cdp_inode'
/usr/src/sys/fs/devfs/devfs_devs.c:174: warning: previous implicit
declaration of 'devfs_free_cdp_inode' was here
*** Error code 1
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Experiences with FreeBSD 9.0-BETA2

2011-10-08 Thread Greg Miller
On 10/7/11, Ed Schouten e...@80386.nl wrote:
 Well, apart from small bugs here and there, it should be pretty
 conformant already, especially when compared to various graphical
 terminal emulators (e.g. GNOME terminal). For example, it passes quite a
 large number of tests from vttest.

I've never gotten around to reporting this until this thread came up,
but I've found that GNU Emacs has tons of problems with text
disappearing on the console. Just moving the cursor to the start of a
long line and holding down the right-arrow key is enough to cause many
of the characters to disappear.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: flash for 9-beta3

2011-10-08 Thread Greg Miller
On 10/8/11, Nenhum_de_Nos math...@eternamente.info wrote:
 as recently had issues in this regard, to install it can I just use
 http://www.freebsd.org/doc/handbook/desktop-browsers.html or there is
 another guide ?

I've just noticed that I never actually added the symbolic link, but
I've otherwise followed the 8.x instructions you linked to in the
handbook, and my Flash is working nicely on 9.0B3.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: make buildworld error on 9.0B2

2011-10-01 Thread Greg Miller
On 9/30/11, Conrad J. Sabatier conr...@cox.net wrote:
 On Wed, 28 Sep 2011 19:57:55 -0500
 Greg Miller greglmil...@gmail.com wrote:

 On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
 csup, and I get the following when I try to make buildworld:

 *
 [0] /usr/src # make clean buildworld
 find: /usr/src/sys/sys/param.h: No such file or directory
 /usr/src/Makefile, line 217: warning: find /usr/src/sys/sys/param.h
 -mtime -0s returned non-zero status

 This seems to be very similar to an odd little quirk I've run across
 several times recently with 9.0-BETAx, where for some reason it appears
 that the timestamp on this file is out of sync with the rest of the
 source tree.

 On more than one occasion, after updating /usr/src and starting a make
 buildworld, I've been stopped cold by this, and had to do a touch
 sys/sys/param.h and restart the build.

This doesn't really sound like what I'm seeing... I'm getting this
error because csup and cvsup are deleting most of the files in
/usr/src/sys/sys by mistake.

If anybody has any more ideas for things to try, I'll stay on 9.0B2 a
bit longer for testing. Otherwise, I'm upgrading via anoncvs (which is
working for me).
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: make buildworld error on 9.0B2

2011-09-29 Thread Greg Miller
On 9/28/11, Adrian Chadd adr...@freebsd.org wrote:
 On 29 September 2011 08:57, Greg Miller greglmil...@gmail.com wrote:
 On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
 csup, and I get the following when I try to make buildworld:

 Good, is this reproducable? There's a patch to csup that may help you
 out with this.

 Index: src/usr.bin/csup/fixups.c

[snipped]

It's 100% reproducible, and the patch didn't change anything.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: make buildworld error on 9.0B2

2011-09-29 Thread Greg Miller
On 9/29/11, Greg Miller greglmil...@gmail.com wrote:
 On 9/28/11, Adrian Chadd adr...@freebsd.org wrote:
 On 29 September 2011 08:57, Greg Miller greglmil...@gmail.com wrote:
 On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
 csup, and I get the following when I try to make buildworld:

 Good, is this reproducable? There's a patch to csup that may help you
 out with this.

 Index: src/usr.bin/csup/fixups.c

 [snipped]

 It's 100% reproducible, and the patch didn't change anything.


I just tried it with cvsup and got the same result, so it doesn't
appear to be a csup issue. I have no idea what's going on here.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


make buildworld error on 9.0B2

2011-09-28 Thread Greg Miller
On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
csup, and I get the following when I try to make buildworld:

*
[0] /usr/src # make clean buildworld
find: /usr/src/sys/sys/param.h: No such file or directory
/usr/src/Makefile, line 217: warning: find /usr/src/sys/sys/param.h
-mtime -0s returned non-zero status
=== share/info (clean)
=== lib (clean)
=== lib/csu/amd64 (clean)
rm -f crt1.o crti.o crtn.o Scrt1.o gcrt1.o crt1.s gcrt1.s Scrt1.s
=== lib/libc (clean)
/usr/src/lib/libc/sys/Makefile.inc, line 9: Could not find
/usr/src/lib/libc/../../sys/sys/syscall.mk
make: fatal errors encountered -- cannot continue
*** Error code 1

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

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

Stop in /usr/src.
[1] /usr/src # exit
exit
**

My make.conf:


# added by use.perl 2011-09-25 03:44:55
PERL_VERSION=5.14.1

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


Re: make buildworld error on 9.0B2

2011-09-28 Thread Greg Miller
On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote:
 On Wed, Sep 28, 2011 at 5:57 PM, Greg Miller greglmil...@gmail.com wrote:
 On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
 csup, and I get the following when I try to make buildworld:

[snip]

 If you do ls /usr/src/sys , it's probably missing.

[0] /usr/src # ls /usr/src/sys/sys
_bus_dma.h  _stack.hcapability.h
joystick.h  lockstat.h  mqueue.hrctl.h  
tiio.h
_callout.h  _stdint.h   cfictl.hkenv.h  
loginclass.hpower.h regression.h
timeet.h
_cpuset.h   _termios.h  gpio.h  khelp.h 
module_khelp.h  procdesc.h  sockopt.h   
ttyhook.h
_sockaddr_storage.h _umtx.h hhook.h ksyms.h 
mpt_ioctl.h racct.h sockstate.h
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: make buildworld error on 9.0B2

2011-09-28 Thread Greg Miller
On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote:
 On Wed, Sep 28, 2011 at 8:54 PM, Greg Miller greglmil...@gmail.com wrote:
 On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote:
 On Wed, Sep 28, 2011 at 5:57 PM, Greg Miller greglmil...@gmail.com
 wrote:
 On a fresh install of 9.0B2, I've updated my source to RELENG_9 with
 csup, and I get the following when I try to make buildworld:

 [snip]

 If you do ls /usr/src/sys , it's probably missing.

 [0] /usr/src # ls /usr/src/sys/sys
 _bus_dma.h  _stack.hcapability.h
  joystick.h  lockstat.h  mqueue.h
  rctl.h  tiio.h
 _callout.h  _stdint.h   cfictl.h
  kenv.h  loginclass.hpower.h
 regression.htimeet.h
 _cpuset.h   _termios.h  gpio.h
  khelp.h module_khelp.h  procdesc.h
  sockopt.h   ttyhook.h
 _sockaddr_storage.h _umtx.h hhook.h
 ksyms.h mpt_ioctl.h racct.h
 sockstate.h

 Ok, maybe not.. but it's sure incomplete:

 $ ls /sys/sys/* | wc -l
  272


I saw this once before, with RELENG_8_2. RELENG_8 and RELENG_8_1 got
me all the files I needed, but RELENG_8_2 left me with missing files.
I've tried it with multiple cvsup servers (cvsup17 and cvsup1) with
the same result. My supfile is pretty standard:

***
[0] ~ # diff -wu /usr/share/examples/cvsup/standard-supfile fbsd-supfile
--- /usr/share/examples/cvsup/standard-supfile  2011-09-27
00:03:40.278232348 -0500
+++ fbsd-supfile2011-09-28 23:13:13.920501983 -0500
@@ -46,10 +46,10 @@
 #
 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
 # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
-*default host=CHANGE_THIS.FreeBSD.org
+*default host=cvsup17.FreeBSD.org
 *default base=/var/db
 *default prefix=/usr
-*default release=cvs tag=.
+*default release=cvs tag=RELENG_9
 *default delete use-rel-suffix

 # If you seem to be limited by CPU rather than network or disk bandwidth, try
**
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org