On May 7, 2013, at 16:10, Dimitry Andric wrote:
> On 2013-05-07 16:01, Sergey Kandaurov wrote:
>> On 7 May 2013 17:21, Michael W. Lucas wrote:
> ...
>>> c++ -O2 -pipe
>>> -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include
>>> -I/usr/src/lib/clang/libllvmsupport/../../../contrib/
On 2013-05-07 16:01, Sergey Kandaurov wrote:
On 7 May 2013 17:21, Michael W. Lucas wrote:
...
c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include
-I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include
-I/usr/src/lib/clang/libllvmsupport/../
On 7 May 2013 17:21, Michael W. Lucas wrote:
>
> Hi,
>
> I'm running an older -current:
>
> bewilderbeast/usr/src;uname -a
> FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD 10.0-CURRENT
> #15: Thu Nov 8 14:02:45 EST 2012
> mwlu...@bewilderbeast.blackhelicopters.org:/usr/obj/
Hi,
I'm running an older -current:
bewilderbeast/usr/src;uname -a
FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD 10.0-CURRENT
#15: Thu Nov 8 14:02:45 EST 2012
mwlu...@bewilderbeast.blackhelicopters.org:/usr/obj/usr/src/sys/G
Trying to build new, and get:
...
c++ -O2 -p
Hello.
I think I have some problem building current on my system (which is not
current).
# uname -a
FreeBSD 9.0-RC1 FreeBSD 9.0-RC1 #0: Tue Oct 18 18:51:43 UTC 2011
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
# pwd
/zpool0/testenv/sources/10-kms/lib/libc
# svn info
Path
:On Sat, Dec 23, 2000 at 11:24:50AM -0800, Matt Dillon wrote:
:
:I will fix it today.
Works like a charm now, thanks! My -current source is broken out on
my -stable machine, so the only way to compile it is via an NFS mount
to a -current machine which, for obvious reasons, needs to
hi, there!
On Sat, 23 Dec 2000, Chris wrote:
> Actually, last time I checked, I think stable did not install with a RO
> /usr/src either. Anyone know if this is still the case?
I have no problems with 'make installworld' with RO obj and src on
latest -stable
/fjoe
To Unsubscribe: send mail
:
:> Actually, last time I checked, I think stable did not install with a RO
:> /usr/src either. Anyone know if this is still the case?
:
:I have installed -stable many times with /usr/src mounted readonly
:via NFS.
:
:Steinar Haug, Nethelp consulting, [EMAIL PROTECTED]
Yah, -stable is fine.
> Actually, last time I checked, I think stable did not install with a RO
> /usr/src either. Anyone know if this is still the case?
I have installed -stable many times with /usr/src mounted readonly
via NFS.
Steinar Haug, Nethelp consulting, [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMA
Actually, last time I checked, I think stable did not install with a RO
/usr/src either. Anyone know if this is still the case?
Chris
> It looks like it's trying to mess around with something in /usr/src,
> which is a read-only NFS mount. Needless to say we do not want to
> break
Hi,
On Sat, Dec 23, 2000 at 09:43:29AM -0800, Matt Dillon wrote:
> Something got broken in the last week or two, it never did this sort
> of thing before.
David's speedup commits to sys/conf/Makefile.*. I informed him of the
problem, and asked him to back out the hacks, but he wants the
:I will fix it today.
:
Thanks a lot Dave!
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Sat, Dec 23, 2000 at 09:43:29AM -0800, Matt Dillon wrote:
[snip]
> I tried 'make cleandir' in /usr/src and that does not fix the problem
> either.
Sorry, I was not clear enough. You need to do,
# cd /usr/src/sys/modules
# make cleandir
A 'cleandir' from /usr/src will not climb
On Sat, Dec 23, 2000 at 11:24:50AM -0800, Matt Dillon wrote:
> like either you or David O'Brien (I'm guessing, your guys names are
I will fix it today.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Ok, I found it. /usr/src/sys/conf/Makefile.i386 is broken. It looks
like either you or David O'Brien (I'm guessing, your guys names are
prominent in the CVS logs but I haven't tracked it down exactly)
screwed up the object directory creation while trying to optimize it.
It
:
:> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got:
:>
:> ===> 3dfx
:> @ -> /FreeBSD/FreeBSD-current/src/sys
:> ln: @: Read-only file system
:> *** Error code 1
:>
:> Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3dfx.
:> *** Error code 1
:>
:> It looks like i
:
:On Sat, Dec 23, 2000 at 12:24:51AM -0800, Matt Dillon wrote:
:> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got:
:>
:> ===> 3dfx
:> @ -> /FreeBSD/FreeBSD-current/src/sys
:> ln: @: Read-only file system
:> *** Error code 1
:>
:
:Wouldn't using the buildkernel/installk
On Sat, Dec 23, 2000 at 12:24:51AM -0800, Matt Dillon wrote:
> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got:
>
> ===> 3dfx
> @ -> /FreeBSD/FreeBSD-current/src/sys
> ln: @: Read-only file system
> *** Error code 1
>
Wouldn't using the buildkernel/installkernel targets
> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got:
>
> ===> 3dfx
> @ -> /FreeBSD/FreeBSD-current/src/sys
> ln: @: Read-only file system
> *** Error code 1
>
> Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3dfx.
> *** Error code 1
>
> It looks like it's trying to
On Sat, Dec 23, 2000 at 12:24:51AM -0800, Matt Dillon wrote:
> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got:
>
> ===> 3dfx
> @ -> /FreeBSD/FreeBSD-current/src/sys
> ln: @: Read-only file system
> *** Error code 1
>
> Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3d
While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got:
===> 3dfx
@ -> /FreeBSD/FreeBSD-current/src/sys
ln: @: Read-only file system
*** Error code 1
Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3dfx.
*** Error code 1
It looks like it's trying to mess around with somet
On Mon, 22 May 2000, Stephen J. Roznowski wrote:
> I'm attempting to update my -current system from mid-April, and
> I'm getting the following error:
make world first, or build the new binutils.
Kris
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe <
I'm attempting to update my -current system from mid-April, and
I'm getting the following error:
make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx
Warning: Object directory not changed from original /usr/src/sys/compile/ISTARI
cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wr
23 matches
Mail list logo