Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
fa . freebsd . current
This is a Usenet group - learn more
Find or start a Google Group about current.
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 33857  Older »

flex/lex updated to 2.5.37 (from flex.sourceforge.net) 
  -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please note flex/lex was updated to 2.5.37 from flex.sourceforge.net and __FreeBSD_version was bumped to 1000033. FYI, I added couple of compatibility shims (just enough to build the previous source trees) but it is not 100% compatible with the old... more »
By Jung-uk Kim  - 4:07pm - 2 new of 2 messages    

FreeBSD-head hang when shutdown by ACPI with Intel GPU and new Xorg and SandyBridge 
  Hi More than a month I can not shutdown FreeBSD on my laptop correctly when running Xorg with Intel GPU. However reboot work correctly. Shutdown work fine if I choose Vesa driver in xorg.conf. So I can run with intel, then edit xorg.conf, kill Xorg server and shutdown correctly. If I shut down immediately after loading Xorg - everything is fine too.... more »
By Artyom Mirgorodskiy  - 3:51pm - 2 new of 2 messages    

clang detects error in r250841 
  Got through buildworld; buildkernel stops a bit abruptly: .. --- ar5416_misc.o --- clang -c -O -pipe -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-compar e -Wno-error-empty-body -Wno-error-parentheses-equalit y -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/ath/ath_hal/a r5416/ar5416_misc.c -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal... more »
By David Wolfskill  - 8:18am - 3 new of 3 messages    

buildworld broken, r250848 
  Hi, When I try update my desktop from r249607 to r250848 I got following error: [link] /etc/src.conf: LOADER_ZFS_SUPPORT=YES WITHOUT_CLANG=YES WITHOUT_IPFILTER=YES WITHOUT_IPX=YES WITHOUT_NCP=YES WITHOUT_SOURCELESS=YES I would appreciate any help, thanks... more »
By Sergey V. Dyatko  - 4:44am - 3 new of 3 messages    

need to download /boot/gptzfsboot for 10 (zfs 5000) 
  Hello. I made a small mistake and I need to re-write the gptzfsboot file for 10-current zfs 5000 to my freebsd-boot gpt partition. I can't use mfsbsd's gptzfsboot because that is 9.1 and v28 zfs. Where can i download this file (without the complete 10.iso)? Regards. P.S It would be useful if ftp.freebsd.org/pub/FreeBSD/to ols would host some... more »
By Beeblebrox  - 3:33am - 5 new of 5 messages    

tws(4) kernel panic on boot 
  On migrating one of my servers to -current, I discovered that the tws driver panics on boot; I will follow up with a full backtrace once I have a chance to extract it. In the meantime, there is a PR about a very similar error in twa - 177020. Is it possible those are related, and the same sort of change needs to be made to tws?... more »
By Andreas Turriff  - May 20 - 2 new of 2 messages    

Fix amd64 ddb hardware watchpoints for SMP 
  ... This looks fine to me. It would be nice to fix i386 as well to be consistent. I would commit the new DDB commands as a separate patch from the watchpoint fixes. -- John Baldwin ______________________________ _________________ freebsd-curr...@freebsd.org mailing list [link]... more »
By John Baldwin  - May 20 - 2 new of 2 messages    

buildworld with WITHOUT_CLANG_IS_CC= ? 
  Hello, how do I do a buildworld these days with this option set: WITHOUT_CLANG_IS_CC= iow, without clang as default compiler? I fail on amd64 and powerpc64 when it comes to build the 32-bit libs. It fails because it can not find header files like math.h The behaviour started with [link]... more »
By Andreas Tobler  - May 20 - 1 new of 1 message    

Building current no longer possible on 8.2, worked 7 days ago 
  Hey all, I'm running the coverity builds/scan on a 8.2 VM, buildworld was fine 7d ago, now it's kaput: ...--------------------------- ------------------------------ ----- cd /data/src/freebsd-head; MAKEOBJDIRPREFIX=/usr/obj/data /src/freebsd-head/tmp INSTALL="sh /data/src/freebsd-head/tools/i nstall.sh" PATH=/usr/obj/data/src/freebsd -head/tmp/legacy/usr/sbin:/usr /obj/data/src/freebsd-head/tmp /legacy/usr/bin:/usr/obj/data/ src/freebsd-head/tmp/legacy/us r/games:/usr/obj/data/src/free bsd-head/tmp/legacy/bin:/sbin: /bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/data/src/fre ebsd-head/tmp VERSION="FreeBSD 8.2-STABLE amd64 802508" MAKEFLAGS="-m /data/src/freebsd-head/tools/b uild/mk -m /data/src/freebsd-head/share/m k" COMPILER_TYPE=gcc /usr/obj/data/src/freebsd-head /make.amd64/make -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=802508 SSP_CFLAGS= -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DNO_PIC -DNO_PROFILE -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD legacy... more »
By Ulrich Spörlein  - May 20 - 3 new of 3 messages    

Commit r250812 breaks buildworld 
  r250812 | markj | 2013-05-19 17:14:36 +0000 (Sun, 19 May 2013) | 11 lines Re-introduce another part of r249367. This commit fixes a register leak in dt_cg_ptrsize() and generally cleans up some of the error handling around register allocation. This change corresponds to part of illumos-gate commit e5803b76927480:... more »
By Outback Dingo  - May 19 - 2 new of 2 messages    

1 - 10 of 33857   « Newer | Older »

XML