[head tinderbox] failure on powerpc64/powerpc

2010-11-14 Thread FreeBSD Tinderbox
TB --- 2010-11-15 06:02:49 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-11-15 06:02:49 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2010-11-15 06:02:49 - cleaning the object tree
TB --- 2010-11-15 06:02:54 - cvsupping the source tree
TB --- 2010-11-15 06:02:54 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2010-11-15 06:03:14 - building world
TB --- 2010-11-15 06:03:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-15 06:03:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-15 06:03:14 - TARGET=powerpc
TB --- 2010-11-15 06:03:14 - TARGET_ARCH=powerpc64
TB --- 2010-11-15 06:03:14 - TZ=UTC
TB --- 2010-11-15 06:03:14 - __MAKE_CONF=/dev/null
TB --- 2010-11-15 06:03:14 - cd /src
TB --- 2010-11-15 06:03:14 - /usr/bin/make -B buildworld
>>> World build started on Mon Nov 15 06:03:15 UTC 2010
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
--
cd /src;  MAKEOBJDIRPREFIX=/obj/powerpc.powerpc64  MACHINE_ARCH=powerpc64  
MACHINE=powerpc  CPUTYPE=  
GROFF_BIN_PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/bin  
GROFF_FONT_PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/share/groff_font  
GROFF_TMAC_PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/share/tmac  
_SHLIBDIRPREFIX=/obj/powerpc.powerpc64/src/tmp  VERSION="FreeBSD 8.0-STABLE 
amd64 800504"  INSTALL="sh /src/tools/install.sh"  
PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/sbin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/bin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/games:/obj/powerpc.powerpc64/src/tmp/usr/sbin:/obj/powerpc.powerpc64/src/tmp/usr/bin:/obj/powerpc.powerpc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 /usr/bin/make -f Makefile.inc1 DESTDIR=/obj/powerpc.powerpc64/src/tmp 
-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT  -DWITHOUT_MAN 
-DWITHOUT_PROFILE libraries
cd /src;  /usr/bin/make -f Makefile.inc1 _prereq_libs;  /usr/bin/make -f 
Makefile.inc1 _startup_libs;  /usr/bin/make -f Makefile.inc1 _prebuild_libs;  
/usr/bin/make -f Makefile.inc1 _generic_libs;
===> gnu/lib/libssp/libssp_nonshared (obj,depend,all,install)
rm -f .depend
mkdep -f .depend -a-DHAVE_CONFIG_H 
-I/src/gnu/lib/libssp/libssp_nonshared/.. 
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp 
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/include 
-DPIC 
/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp/ssp-local.c
cc -O2 -pipe  -DHAVE_CONFIG_H -I/src/gnu/lib/libssp/libssp_nonshared/..  
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp  
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/include 
-fPIC -DPIC -fvisibility=hidden -std=gnu99 -fstack-protector  -c 
/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp/ssp-local.c
Assembler messages:
FATAL: can't create ssp-local.o: Invalid bfd target
*** Error code 2

Stop in /src/gnu/lib/libssp/libssp_nonshared.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-11-15 06:15:56 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-11-15 06:15:56 - ERROR: failed to build world
TB --- 2010-11-15 06:15:56 - 585.12 user 114.82 system 786.80 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
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: head/bin/sh/output.h r215303

2010-11-14 Thread jhell
On 11/14/2010 14:46, Jilles Tjoelker wrote:
> On Sun, Nov 14, 2010 at 11:36:45AM -0500, jhell wrote:
>> I just merged some of the changes to stable/8 of bin/sh, specifically
>> all the recent changes that happened. In revision 215303 it shows that
>> you added stddef.h as an include to output.h while jobs.c includes both
>> output.h and stddef.h resulting in 'offsetof' being redefined.
> 
> This problem was introduced by r213775 include changes, which you have
> merged yourself. I had already noticed this myself in head and fixed it
> in r213925.
> 
> I have now MFCed r213775 and r213925 so your problem should be solved.
> 

Ugh! thanks

Still not quite clear on how a full merge of the changes in head to what
is in stable would have missed that, so I guess Ill just have to look
into that.

-- 

 jhell,v
___
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: head/bin/sh/output.h r215303

2010-11-14 Thread Jilles Tjoelker
On Sun, Nov 14, 2010 at 11:36:45AM -0500, jhell wrote:
> I just merged some of the changes to stable/8 of bin/sh, specifically
> all the recent changes that happened. In revision 215303 it shows that
> you added stddef.h as an include to output.h while jobs.c includes both
> output.h and stddef.h resulting in 'offsetof' being redefined.

This problem was introduced by r213775 include changes, which you have
merged yourself. I had already noticed this myself in head and fixed it
in r213925.

I have now MFCed r213775 and r213925 so your problem should be solved.

-- 
Jilles Tjoelker
___
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: The path is now set for "busybox", FreeBSD style

2010-11-14 Thread John Hein
Adrian Chadd wrote at 11:40 +0800 on Nov 14, 2010:
 > I've committed the below changes to -HEAD. You can now create and build your
 > own busybox style binary system, completely cross-compiled within the
 > existing Make framework. It isn't as impressive as it sounds though - a lot
 > of the framework is already there from just building crunchgen'ed
 > rescue/sysinstall binaries.
 > 
 > There's a few things which should be done. Specifically, being able to build
 > an alternative set of libraries before building the crunchgen target. The
 > base crosscompile system may include support for PAM, Kerberos, ATM/IPX, etc
 > but you may not want your crunch'ed image to have them. To do this right
 > now, you have to disable these features in the main build. That may be OK
 > for some.
 > 
 > But just to stress it - I've got a couple of access point images at home
 > running a crunchgen'ed environment under MIPS and besides the obvious binary
 > bloat, it works perfectly well. Besides a cut-down startup framework, the
 > image cross-builds entirely from the base FreeBSD source tree.
 > 
 > Let me know if you'd like to give it a shot and I'll put my "bsdbox"
 > Makefile scripts online to try.

That's great.
I assume it be not be hard for someone to take your scripts as a
starting point and create a sysutils/bsdbox akin to sysutils/busybox?
___
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: world build stuck in gnu for about a week for me.

2010-11-14 Thread eculp

Quoting Andreas Tobler :


On 14.11.10 16:40, eculp wrote:

I build world several times a week on this machine:
9.0-CURRENT FreeBSD 9.0-CURRENT #126: Mon Nov  8 07:22:49 CST 2010

Since the above build I have not been able to get past gnu.

Today it broke at gdb :


===>  gnu/usr.bin/dialog (cleandir)
===>  gnu/usr.bin/dialog/TESTS (cleandir)
===>  gnu/usr.bin/diff (cleandir)
===>  gnu/usr.bin/diff/doc (cleandir)
rm -f diff.info diff.info.gz
===>  gnu/usr.bin/diff3 (cleandir)
===>  gnu/usr.bin/gdb (cleandir)
===>  gnu/usr.bin/gdb/doc (cleandir)
===>  gnu/usr.bin/gdb/libgdb (cleandir)
Unclosed substitution for TARGET_ARCH (/ missing)


This one was fixed today:

http://svn.freebsd.org/viewvc/base?view=revision&revision=215292


Thanks, I supped too early,

ed
___
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"


head/bin/sh/output.h r215303

2010-11-14 Thread jhell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hey Jilles,

I just merged some of the changes to stable/8 of bin/sh, specifically
all the recent changes that happened. In revision 215303 it shows that
you added stddef.h as an include to output.h while jobs.c includes both
output.h and stddef.h resulting in 'offsetof' being redefined.

This fixes the problem,

diff -r e16f819581a1 bin/sh/jobs.c
- --- a/bin/sh/jobs.c Sun Nov 14 11:07:41 2010 -0500
+++ b/bin/sh/jobs.c Sun Nov 14 11:35:11 2010 -0500
@@ -41,7 +41,6 @@
 #include 
 #include 
 #include 
- -#include 
 #include 
 #include 
 #include 

- -- 

 jhell,v
-BEGIN PGP SIGNATURE-

iQEcBAEBAgAGBQJM4BAdAAoJEJBXh4mJ2FR+2soH/1wsPWvw8fM2mzlYcfch51LA
nOC7CLxDw1tirMmH/TeVmG1vZt0l1HbW15c3wuxgjLt1ubDiAGiR4FRFj0LIz4FS
xtnHlpT4HednVBxRflqhPr1KoJWNoM94r3GF93DwHpYsMTpThtWoV1RpnPW9ZrNs
+IaooRECQazDnb5ctQq64ysrzTTmqw9khRRS8ovGTjOQCNaHA1/68rTVpj6Kykne
OqlVHFRnxqdaC/+yxocyWpAk4T4zPzTz4H7kTdiWcGhphjuhJPtTFweJPQpD4VV/
QkNecRocgYp0fDB3wjhCqu4QN2AF48AveKtbAYlFKC92//8ShXDGdTOCID3CeLs=
=63/p
-END PGP SIGNATURE-
___
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: world build stuck in gnu for about a week for me.

2010-11-14 Thread Andreas Tobler

On 14.11.10 16:40, eculp wrote:

I build world several times a week on this machine:
9.0-CURRENT FreeBSD 9.0-CURRENT #126: Mon Nov  8 07:22:49 CST 2010

Since the above build I have not been able to get past gnu.

Today it broke at gdb :


===>  gnu/usr.bin/dialog (cleandir)
===>  gnu/usr.bin/dialog/TESTS (cleandir)
===>  gnu/usr.bin/diff (cleandir)
===>  gnu/usr.bin/diff/doc (cleandir)
rm -f diff.info diff.info.gz
===>  gnu/usr.bin/diff3 (cleandir)
===>  gnu/usr.bin/gdb (cleandir)
===>  gnu/usr.bin/gdb/doc (cleandir)
===>  gnu/usr.bin/gdb/libgdb (cleandir)
Unclosed substitution for TARGET_ARCH (/ missing)


This one was fixed today:

http://svn.freebsd.org/viewvc/base?view=revision&revision=215292

Gruss,
Andreas
___
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"


world build stuck in gnu for almost a week for me.

2010-11-14 Thread Edwin L. Culp W.
I build world several times a week on this machine:
9.0-CURRENT FreeBSD 9.0-CURRENT #126: Mon Nov  8 07:22:49 CST 2010

Since the above build I have not been able to get past gnu.

Today it broke at gdb :


===> gnu/usr.bin/dialog (cleandir)
===> gnu/usr.bin/dialog/TESTS (cleandir)
===> gnu/usr.bin/diff (cleandir)
===> gnu/usr.bin/diff/doc (cleandir)
rm -f diff.info diff.info.gz
===> gnu/usr.bin/diff3 (cleandir)
===> gnu/usr.bin/gdb (cleandir)
===> gnu/usr.bin/gdb/doc (cleandir)
===> gnu/usr.bin/gdb/libgdb (cleandir)
Unclosed substitution for TARGET_ARCH (/ missing)
*** Error code 2

Stop in /usr/src/gnu/usr.bin/gdb.
*** Error code 1

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

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

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

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

My main concern is if it is my error or a known problem that I have
missed.  I regularly do make check-old and delete-old.

Thanks for confirming,

ed

P.S. This isn't a problem but a concern.
___
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: world build stuck in gnu for about a week for me.

2010-11-14 Thread David Wolfskill
On Sun, Nov 14, 2010 at 09:40:45AM -0600, eculp wrote:
> I build world several times a week on this machine:
> 9.0-CURRENT FreeBSD 9.0-CURRENT #126: Mon Nov  8 07:22:49 CST 2010
> 
> Since the above build I have not been able to get past gnu.
> 
> Today it broke at gdb :
> ...
> Stop in /usr/src/gnu/usr.bin/gdb.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin.
> *** Error code 1
> 
> Stop in /usr/src/gnu.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> My main concern is if it is my error or a known problem that I have  
> missed.  I regularly do make check-old and delete-old.
> 
> Thanks for confirming,

Cannot confirm.

I track stable/8 & head daily, both on  a build machine and my laptop;
most recent "uname -a" results for head for my laptop are:

FreeBSD g1-222.catwhisker.org. 9.0-CURRENT FreeBSD 9.0-CURRENT #42 r215173: Fri 
Nov 12 05:10:01 PST 2010 
r...@g1-222.catwhisker.org.:/usr/obj/usr/src/sys/CANARY  i386

FreeBSD g1-222.catwhisker.org. 9.0-CURRENT FreeBSD 9.0-CURRENT #43 r215238: Sat 
Nov 13 05:11:32 PST 2010 
r...@g1-222.catwhisker.org.:/usr/obj/usr/src/sys/CANARY  i386

FreeBSD g1-222.catwhisker.org. 9.0-CURRENT FreeBSD 9.0-CURRENT #44 r215293: Sun 
Nov 14 05:15:13 PST 2010 
r...@g1-222.catwhisker.org.:/usr/obj/usr/src/sys/CANARY  i386

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpZe9BoIF2aI.pgp
Description: PGP signature


world build stuck in gnu for about a week for me.

2010-11-14 Thread eculp

I build world several times a week on this machine:
9.0-CURRENT FreeBSD 9.0-CURRENT #126: Mon Nov  8 07:22:49 CST 2010

Since the above build I have not been able to get past gnu.

Today it broke at gdb :


===> gnu/usr.bin/dialog (cleandir)
===> gnu/usr.bin/dialog/TESTS (cleandir)
===> gnu/usr.bin/diff (cleandir)
===> gnu/usr.bin/diff/doc (cleandir)
rm -f diff.info diff.info.gz
===> gnu/usr.bin/diff3 (cleandir)
===> gnu/usr.bin/gdb (cleandir)
===> gnu/usr.bin/gdb/doc (cleandir)
===> gnu/usr.bin/gdb/libgdb (cleandir)
Unclosed substitution for TARGET_ARCH (/ missing)
*** Error code 2

Stop in /usr/src/gnu/usr.bin/gdb.
*** Error code 1

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

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

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

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

My main concern is if it is my error or a known problem that I have  
missed.  I regularly do make check-old and delete-old.


Thanks for confirming,

ed

P.S. This isn't a problem but a concern.
___
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: Sense fetching [Was: cdrtools /devel ...]

2010-11-14 Thread Alexander Motin
Brandon Gooch wrote:
> On Sat, Nov 13, 2010 at 3:34 AM, Alexander Motin  wrote:
>> Now uncommitted pass_autosence.patch and possibly cdrtools.patch.
> 
> OK. Patched kernel and cdrtools has resulted in a working cdrecord
> (burned an ISO successfully) and an endless stream of:
> 
> ...
> (pass0:ata0:0:0:0): Requesting SCSI sense data
> (pass0:ata0:0:0:0): SCSI status error
> (pass0:ata0:0:0:0): Requesting SCSI sense data
> (pass0:ata0:0:0:0): SCSI status error
> (pass0:ata0:0:0:0): Requesting SCSI sense data
> (pass0:ata0:0:0:0): SCSI status error
> (pass0:ata0:0:0:0): Requesting SCSI sense data
> (pass0:ata0:0:0:0): SCSI status error
> ...

I think it can be hald probing for media insertion. Probably we should
slightly reduce error logging verbosity. May be somehow make to not log
errors on requests submitted from user-level via pass driver.

> But most important part: It works, and it burned very quickly! The CD
> was created, and fully functional (I booted the Fedora image and
> completed an installation).

Nice!

-- 
Alexander Motin
___
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"


[head tinderbox] failure on powerpc64/powerpc

2010-11-14 Thread FreeBSD Tinderbox
TB --- 2010-11-14 14:57:08 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-11-14 14:57:08 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2010-11-14 14:57:08 - cleaning the object tree
TB --- 2010-11-14 14:57:11 - cvsupping the source tree
TB --- 2010-11-14 14:57:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2010-11-14 14:57:50 - building world
TB --- 2010-11-14 14:57:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-11-14 14:57:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-11-14 14:57:50 - TARGET=powerpc
TB --- 2010-11-14 14:57:50 - TARGET_ARCH=powerpc64
TB --- 2010-11-14 14:57:50 - TZ=UTC
TB --- 2010-11-14 14:57:50 - __MAKE_CONF=/dev/null
TB --- 2010-11-14 14:57:50 - cd /src
TB --- 2010-11-14 14:57:50 - /usr/bin/make -B buildworld
>>> World build started on Sun Nov 14 14:57:50 UTC 2010
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
--
cd /src;  MAKEOBJDIRPREFIX=/obj/powerpc.powerpc64  MACHINE_ARCH=powerpc64  
MACHINE=powerpc  CPUTYPE=  
GROFF_BIN_PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/bin  
GROFF_FONT_PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/share/groff_font  
GROFF_TMAC_PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/share/tmac  
_SHLIBDIRPREFIX=/obj/powerpc.powerpc64/src/tmp  VERSION="FreeBSD 8.0-STABLE 
amd64 800504"  INSTALL="sh /src/tools/install.sh"  
PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/sbin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/bin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/games:/obj/powerpc.powerpc64/src/tmp/usr/sbin:/obj/powerpc.powerpc64/src/tmp/usr/bin:/obj/powerpc.powerpc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 /usr/bin/make -f Makefile.inc1 DESTDIR=/obj/powerpc.powerpc64/src/tmp 
-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT  -DWITHOUT_MAN 
-DWITHOUT_PROFILE libraries
cd /src;  /usr/bin/make -f Makefile.inc1 _prereq_libs;  /usr/bin/make -f 
Makefile.inc1 _startup_libs;  /usr/bin/make -f Makefile.inc1 _prebuild_libs;  
/usr/bin/make -f Makefile.inc1 _generic_libs;
===> gnu/lib/libssp/libssp_nonshared (obj,depend,all,install)
rm -f .depend
mkdep -f .depend -a-DHAVE_CONFIG_H 
-I/src/gnu/lib/libssp/libssp_nonshared/.. 
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp 
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/include 
-DPIC 
/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp/ssp-local.c
cc -O2 -pipe  -DHAVE_CONFIG_H -I/src/gnu/lib/libssp/libssp_nonshared/..  
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp  
-I/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/include 
-fPIC -DPIC -fvisibility=hidden -std=gnu99 -fstack-protector  -c 
/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp/ssp-local.c
Assembler messages:
FATAL: can't create ssp-local.o: Invalid bfd target
*** Error code 2

Stop in /src/gnu/lib/libssp/libssp_nonshared.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-11-14 15:10:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-11-14 15:10:37 - ERROR: failed to build world
TB --- 2010-11-14 15:10:37 - 585.13 user 110.62 system 808.66 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
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: MacBookPro7,1 and FreeBSD 8.1

2010-11-14 Thread Veniamin Gvozdikov

Hi.
I think that I can broke my laptop %)
I same found information about MacBook in the files:

sys/dev/asmc/asmc.c
sys/dev/asmc/asmcvar.h
sys/dev/usb/input/atp.c

I attached acpi dumps from this is how to
http://www.projectosx.com/forum/index.php?showtopic=359


On Saturday 13 November 2010 13:40:24 Veniamin Gvozdikov wrote:

Hello.
I fund a few lines about the macbook but I have issue.

   if (strncmp(sysenv, "MacBook5,1", 10) == 0 ||
   strncmp(sysenv, "MacBookPro5,5", 13) == 0 ||
  strncmp(sysenv, "Macmini3,1", 10) == 0)
  strncmp(sysenv, "Macmini3,1", 10) == 0 ||
  strncmp(sysenv, "iMac9,1", 7) == 0)

I see for macbookpro5,5 value 13, where is can I found value for 7,1?

13 is the length of the string exluding the terminating zero.

--HPS


thank you!


This might be because your model is not listed in a quirk-table:

grep -ri macbook /usr/src/sys/amd64

/usr/src/sys/amd64/amd64/machdep.c

--HPS


___
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"

Non-ubiquiti AR9160's?

2010-11-14 Thread Adrian Chadd
Hi all,

Does anyone out there have any non-Ubiquiti AR9160's? Ie, something that
puts out the power it's supposed to, rather than pretending to be a
different output power than what's configured.

Please let me know if you do. I'd like to compare EEPROM outputs with you.

thanks,


Adrian
___
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"