> 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
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-
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?
>
>
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
__
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
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,
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
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
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
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
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
>> 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
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
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
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
> > 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
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
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
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
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
20 matches
Mail list logo