Re: buildkernel error ...

2012-12-16 Thread Chris H
> hi all, > > I run FreeBSD 9.0-STABLE #1: Sun Apr 15 21:08:51 UTC 2012 amd64 > > yesterday I have cvsup-ed src and was trying to buildkernel > bellow is error I receive: > --- [ cut ] > - > ... > cc

buildkernel error ...

2012-12-16 Thread Zeus Panchenko
hi all, I run FreeBSD 9.0-STABLE #1: Sun Apr 15 21:08:51 UTC 2012 amd64 yesterday I have cvsup-ed src and was trying to buildkernel bellow is error I receive: --- [ cut ] - ... cc -c -O2 -frename-

Re: How do I circumvent the use of clang during build?

2012-12-16 Thread Chris H
Greetings, and thank you for the response. > On 16 December 2012 21:17, Tim Daneliuk wrote: >> As I understand it, gcc is still the default on 9 > > For the build, but clang is still built. > >> is it possible >>>to build(world|kernel) && install(world|kernel) without the >>>clang toolchain? > >

Re: How do I circumvent the use of clang during build?

2012-12-16 Thread Eitan Adler
On 16 December 2012 21:17, Tim Daneliuk wrote: > As I understand it, gcc is still the default on 9 For the build, but clang is still built. > is it possible >>to build(world|kernel) && install(world|kernel) without the >>clang toolchain? make -DWITHOUT_CLANG -- Eitan Adler __

Re: How do I circumvent the use of clang during build?

2012-12-16 Thread Tim Daneliuk
As I understand it, gcc is still the default on 9 - Tim Daneliuk Chris H wrote: >Greetings, > I recently made a attempt to move from RELENG_8 >to RELENG_9. I've been on BSD since the early 80's, and with >the exception of a couple of failed kernels (my fault), I've >never had one failure w

How do I circumvent the use of clang during build?

2012-12-16 Thread Chris H
Greetings, I recently made a attempt to move from RELENG_8 to RELENG_9. I've been on BSD since the early 80's, and with the exception of a couple of failed kernels (my fault), I've never had one failure with the build(world|kernel) || install(world|kernel). The only notable difference I noticed,

Re: Installworld failure on RELENG_9

2012-12-16 Thread Chris H
Greetings Gary, and thank you for your reply. > On Sun, Dec 16, 2012 at 03:07:46PM -0800, Chris H wrote: >> Greetings, >> I've used BSD exclusively since the early 80's, and this is my first >> experience with a build(world|kernel) || install(world|kernel) fail. >> That said, after installing fro

Re: Installworld failure on RELENG_9

2012-12-16 Thread Glen Barber
On Sun, Dec 16, 2012 at 03:07:46PM -0800, Chris H wrote: > Greetings, > I've used BSD exclusively since the early 80's, and this is my first > experience with a build(world|kernel) || install(world|kernel) fail. > That said, after installing from a 9.0 CD && syncing src && ports, > I began the pro

Installworld failure on RELENG_9

2012-12-16 Thread Chris H
Greetings, I've used BSD exclusively since the early 80's, and this is my first experience with a build(world|kernel) || install(world|kernel) fail. That said, after installing from a 9.0 CD && syncing src && ports, I began the process of building and installing a custom kernel, and building & ins

cvsup8.US problem

2012-12-16 Thread Brian W.
I run the below as part of a script to find the server to grab source from; It is just hanging at cvsup8.us; it isn't succeeding or erroring out. fastest_cvsup -c US >> Querying servers in countries: us --> Connecting to cvsup.us.freebsd.org [72.233.193.64]... - server replied: OK 17 0 S

cvsup8.us problem

2012-12-16 Thread Brian
I run the below as part of a script to find the server to grab source from; It is just hanging at cvsup8.us; it isn't succeeding or erroring out. fastest_cvsup -c US >> Querying servers in countries: us --> Connecting to cvsup.us.freebsd.org [72.233.193.64]... - server replied: OK 17 0 S

Question regarding /etc/src.conf

2012-12-16 Thread Beeblebrox
>> WITHOUT_MODULES= ... in make.conf traditionally Exactly - that's why my /etc/make/modex.conf has: WITHOUT_MODULES= aac acpi_asus acpi_dock acpi_fujitsu acpi_hp \ and on and on... I do not want to put this long list in the make.conf because it makes that file a lot more complicated than necessa

Re: thinkpad and synaptics

2012-12-16 Thread paranormal
On Sun, 2012-12-16 at 16:18 +0100, Zoran Kolic wrote: > > > Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. > > > > Shouldn't it be "hw.psm.synaptics_support" instead? > > Yes. It was typo. > People simply report success in having vertical scroll > on thinkpads. Whatever I

Re: thinkpad and synaptics

2012-12-16 Thread Sergey V. Dyatko
On Sun, 16 Dec 2012 06:40:53 +0100 Zoran Kolic wrote: > Lenovo e320, 9.1, amd64. > Installed synaptics driver and tried out almost all configurations > available on the net. None works. > Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. > Changing InputDevice in xorg.conf si

Re: thinkpad and synaptics

2012-12-16 Thread CeDeROM
Yea scrolling touchpad is a nice option, I want it too on my Dell Latitude 4310 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: thinkpad and synaptics

2012-12-16 Thread Zoran Kolic
> > Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. > > Shouldn't it be "hw.psm.synaptics_support" instead? Yes. It was typo. People simply report success in having vertical scroll on thinkpads. Whatever I tried out, failed. Frankly, every link I found did not look similar

Re: thinkpad and synaptics

2012-12-16 Thread Ramiro Caso
On 12/16/12 02:40, Zoran Kolic wrote: Lenovo e320, 9.1, amd64. Installed synaptics driver and tried out almost all configurations available on the net. None works. Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. Shouldn't it be "hw.psm.synaptics_support" instead? Changin

Re: Question regarding /etc/src.conf

2012-12-16 Thread Ronald Klop
On Sun, 16 Dec 2012 09:14:38 +0100, Beeblebrox wrote: Hi I have a question about src.conf for buildworld: I would like to exclude building a number of modules which I do not need in world, so I cretated a file modex.conf in a new directory /etc/make. Then, in makefile.conf I tried placin

Re: Question regarding /etc/src.conf

2012-12-16 Thread Jakub Lach
MODULES_OVERRIDE=ath ath_pci wlan ... or WITHOUT_MODULES= ... in make.conf traditionally, but should be possible with .include also. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Question-regarding-etc-src-conf-tp5769677p5769711.html Sent from the freebsd-stable maili

Question regarding /etc/src.conf

2012-12-16 Thread Beeblebrox
Hi I have a question about src.conf for buildworld: I would like to exclude building a number of modules which I do not need in world, so I cretated a file modex.conf in a new directory /etc/make. Then, in makefile.conf I tried placing: .include "/etc/make/modex.conf" WITHOUT_MODULES= "/etc/make/mo