Re: IPv4 vs. IPv6 Ethernet Performance

2012-08-31 Thread Olivier Cochard-Labbé
On Thu, Aug 30, 2012 at 5:06 PM, Norbert Aschendorff
 wrote:
> I tested it using tcpdump: http://nopaste.info/9394068f54_nl.html
> The length field says for each packet 1408 bytes, so that should be OK.
>

TCP the packet size is OK (MSS negociated), it's in IPv6 UDP mode that
iperf have a problem with the default packet size:

"iperf -V -u -c desthost"

"tcpdump host desthost" output  (notice the frag and default length):

00:08:33.256304 IP6 (flowlabel 0x09036, hlim 64, next-header Fragment
(44) payload length: 1440) 2001:db8::1 > 2001:db8::2: frag
(0x3c8d768a:0|1432) 39065 > commplex-link: UDP, length 1470
00:08:33.256307 IP6 (flowlabel 0x09036, hlim 64, next-header Fragment
(44) payload length: 54) 2001:db8::1 > 2001:db8::2: frag
(0x3c8d768a:1432|46)
00:08:33.256317 IP6 (flowlabel 0x09036, hlim 64, next-header Fragment
(44) payload length: 1440) 2001:db8::1 > 2001:db8::2: frag
(0x6f6f083c:0|1432) 39065 > commplex-link: UDP, length 1470
00:08:33.256320 IP6 (flowlabel 0x09036, hlim 64, next-header Fragment
(44) payload length: 54) 2001:db8::1 > 2001:db8::1: frag
(0x6f6f083c:1432|46)

Regards,

olivier
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: 9.1-RC1 installer [was: FreeBSD 9.1-RC1 Available...]

2012-08-31 Thread Miroslav Lachman

Brandon Allbery wrote:

On Fri, Aug 31, 2012 at 2:26 PM, David Wolfskillwrote:


While the exercise was ultimately successful, I needed to make use of
additional hardware (including a second FreeBSD machine -- my laptop) to
complete it.  Had I been trying to install with just the target machine
and the USB drive (memstick), as far as I can tell, I would have ended
up with a brick.



I can confirm this, and I *did* end up with a brick (went back and did it
again with the 9.0-R installer to get a working system).  Worse, it managed
to damage the EFI partition and I'm still getting fallout from that I think.


Me too.
I tried 9.1-RC1 installer last week to install FreeBSD on to 8GB USB 
flashdisk. Created two slices, add root partition on first slice 
(da1s1a). Installation went OK, but after reboot, the system did not 
came up.
"error loading operating system" (it was BIOS message, so USB flashdisk 
did not contains any boot code, but da1s1 was marked as active)
I did the installation again with the same result, so I tried FreeBSD 
8.3 installer and everything was fine.


Miroslav Lachman
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


VLAN and ARP table

2012-08-31 Thread Brad Plank

VLAN interfaces no longer show up in "arp -an", in FreeBSD 9.x, however,
the VLAN appears to be fully functional.  Any ideas?


# ifconfig
em0: flags=8843 metric 0 mtu 1500
options=9b
ether 08:00:27:b7:11:3b
inet 10.20.13.104 netmask 0x broadcast 10.20.255.255
inet6 fe80::a00:27ff:feb7:113b%em0 prefixlen 64 scopeid 0x1
inet6 2620:3f:8000:1:d::104 prefixlen 64
nd6 options=21
media: Ethernet autoselect (1000baseT )
status: active
lo0: flags=8049 metric 0 mtu 16384
options=63
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet 127.0.0.1 netmask 0xff00
nd6 options=21
vlan0: flags=8843 metric 0 mtu 1500
options=3
ether 08:00:27:b7:11:3b
inet 172.16.200.104 netmask 0xff00 broadcast 172.16.200.255
nd6 options=29
media: Ethernet autoselect (1000baseT )
status: active
vlan: 115 parent interface: em0

# arp -an
? (10.20.13.112) at c8:60:00:c3:24:19 on em0 expires in 1181 seconds 
[ethernet]

? (10.20.13.9) at 00:12:3f:20:b9:4c on em0 expires in 908 seconds [ethernet]
? (10.20.13.104) at 08:00:27:b7:11:3b on em0 permanent [ethernet]
? (10.20.13.110) at 00:90:fb:02:db:e8 on em0 expires in 448 seconds 
[ethernet]
? (10.20.13.109) at 08:00:27:7c:19:d5 on em0 expires in 663 seconds 
[ethernet]
? (10.20.254.254) at 00:00:5e:00:01:33 on em0 expires in 1063 seconds 
[ethernet]


Regards,

Brad Plank



Re: 9.1-RC1 installer [was: FreeBSD 9.1-RC1 Available...]

2012-08-31 Thread Brandon Allbery
On Fri, Aug 31, 2012 at 2:26 PM, David Wolfskill wrote:

> While the exercise was ultimately successful, I needed to make use of
> additional hardware (including a second FreeBSD machine -- my laptop) to
> complete it.  Had I been trying to install with just the target machine
> and the USB drive (memstick), as far as I can tell, I would have ended
> up with a brick.
>

I can confirm this, and I *did* end up with a brick (went back and did it
again with the 9.0-R installer to get a working system).  Worse, it managed
to damage the EFI partition and I'm still getting fallout from that I think.

-- 
brandon s allbery  allber...@gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


9.1-RC1 installer [was: FreeBSD 9.1-RC1 Available...]

2012-08-31 Thread David Wolfskill
I had occasion yesterday to install FreeBSD on a machine (an HP Compaq
dx7200 Slim Tower) that had never (AFAIK) had FreeBSD installed on it.

Since I don't often use the installer, I thought it might be good to try
the 9.1-RC1 installer.

While the exercise was ultimately successful, I needed to make use of
additional hardware (including a second FreeBSD machine -- my laptop) to
complete it.  Had I been trying to install with just the target machine
and the USB drive (memstick), as far as I can tell, I would have ended
up with a brick.

I like to set up machines with a minimum of 3 slices -- e.g.:

albert(8.3-S)[2] df -ht ufs
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad4s1a1.5G363M  1G27%/
/dev/ad4s1d3.4G378M2.8G12%/usr
/dev/ad4s3d7.8G3.9G3.3G54%/var
/dev/ad4s3e 96G 45G 42G52%/common
albert(8.3-S)[3] 

While that only shows 2 of the slices, slice 2 is set up like slice 1
is; an excerpt from fstab:

albert(8.3-S)[3] grep ufs /etc/fstab
/dev/ad4s1a /   ufs rw  1   1
/dev/ad4s1d /usrufs ro  2   2
/dev/ad4s2a /S2 ufs rw,noauto   2   2
/dev/ad4s2d /S2/usr ufs rw,noauto   2   2
/dev/ad4s3d /varufs rw  2   2
/dev/ad4s3e /common ufs rw  2   2
albert(8.3-S)[4] 

When I am about to upgrade such a machine -- albert, there, generally
gets updated weekly -- I "clone" the / and /usr file systems from
the currently-booted slice to the other one, reboot from the copy, and
upgrade it in place.  If I have a problem, I can boot from the slice that
it had been booted from before I started the upgrade, lick my wounds,
and figure out what to do next.  (Granted, it's very rare that I need to
do that -- but I very much like having the ability to do so.)

Accordingly, when I was to install 9.1-RC1 on the HPaq, the first slient
(to the above) thing I recall noticing was that the installer was
referring to "partitions" (in the context of reserving space for "other
Operating Systems") which confused me a great deal: I thought those were
"slices".

It was fairly obvious (even to me) that the "automatic" option wouldn't
suit my purposes; after a false start, I managed to use the Manual
approach & set up the 3 slices; here's what "gpart show" says about it
(now that it works):

=>   63  156249937  ada0  MBR  (74G)
 63   20971503 1  freebsd  [active]  (10G)
   20971566   20971503 2  freebsd  (10G)
   41943069  113246154 3  freebsd  (54G)
  1551892231060777- free -  (518M)

=>   0  20971503  ada0s1  BSD  (10G)
 0   4194304   1  freebsd-ufs  (2.0G)
   4194304  16777198   2  freebsd-ufs  (8G)
  20971502 1  - free -  (512B)

=>   0  20971503  ada0s2  BSD  (10G)
 0   4194304   1  freebsd-ufs  (2.0G)
   4194304  16777198   2  freebsd-ufs  (8G)
  20971502 1  - free -  (512B)

=>0  113246154  ada0s3  BSD  (54G)
  0   12582912   1  freebsd-swap  (6.0G)
   12582912   41943040   2  freebsd-ufs  (20G)
   54525952   58720201   4  freebsd-ufs  (28G)
  113246153  1  - free -  (512B)


The first fairly major problem occurred once the installation was
complete: I rebooted the system... or tried to.  It wouldn't boot, and I
couldn't even get the machine to go into BIOS "setup" mode (still can't,
for that matter).

I pulled the disk drive, then connected it to my laptop via one of
those UCB <=> SATA adaptors; "gpart show" showed that slice 3 (ada0s3)
was marked "active".

Oops.

I don't recall a point during the install where I had a chance to
actually mention which slice I might want active.  And absent other
clues, I would have expected the slice that contained the file system
that was to be mounted on / to get that honor.

So using my laptop, I set slice 1 (ada0s1) as "active", then replaced
the drive and tried again.

No go.

It seems that the boot0 code wasn't written to the disk, either.

So I re-attached the drive to my laptop & ran "boot0cfg" to set to boot
code -- and, while I was there, told the MBR that slice 1 would be a good
place from which to boot.

That finally worked.

I was, however, a bit surprised to find that my script to accomplish the
"cloning" didn't work without some ... exercise: it uses a "dump |
restore" pipeline to read the (mounted) / and /usr & restore them (after
newfs, of course) on the target slice.  Well, dump wants to make a
snapshot if it's reading from a FS mounted read/write, and that's
apparently not (currently?) compatible with SU+J, which is the default
that the installer used.  (I was subsequently able to manually disable
the journaling, clone the slice, and re-enable the journaling.  A
subsequent test verified that I could then b

Re: Resume broken in 8.3-PRERELEASE

2012-08-31 Thread Alexey Dokuchaev
On Tue, Aug 28, 2012 at 11:56:56AM +0300, Konstantin Belousov wrote:
> On Tue, Aug 28, 2012 at 09:07:51AM +0700, Alexey Dokuchaev wrote:
> > Before zzz'ing:
> > 
> > db> show intrcnt
> > irq1: atkbd0168
> > irq9: acpi0 8300
> > irc12: psm0 2
> > irq14: ata0 6301
> > irq16: bge0 uhci3   13
> > irq23: uhci0 ehci0  2
> > cpu0: timer 7306385
> > irq256: hdac0   30
> > 
> > After (within a minute after botched resume)
> > 
> > db> show intrcnt
> > irq1: atkbd0479
> > irq9: cdpi0 8379
> 
> Was the output pasted verbatim ? I am curious about the irq9 name mangling
> in the second paste.

Sorry, just rerun the test, no mangling, it was a typo on my behalf due to
copying by hand.

./danfe
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[releng_9 tinderbox] failure on i386/pc98

2012-08-31 Thread FreeBSD Tinderbox
TB --- 2012-08-31 07:45:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca
TB --- 2012-08-31 07:45:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE 
FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 
mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server  amd64
TB --- 2012-08-31 07:45:00 - starting RELENG_9 tinderbox run for i386/pc98
TB --- 2012-08-31 07:45:00 - cleaning the object tree
TB --- 2012-08-31 07:45:00 - cvsupping the source tree
TB --- 2012-08-31 07:45:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_9/i386/pc98/supfile
TB --- 2012-08-31 07:46:21 - building world
TB --- 2012-08-31 07:46:21 - CROSS_BUILD_TESTING=YES
TB --- 2012-08-31 07:46:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-08-31 07:46:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-08-31 07:46:21 - SRCCONF=/dev/null
TB --- 2012-08-31 07:46:21 - TARGET=pc98
TB --- 2012-08-31 07:46:21 - TARGET_ARCH=i386
TB --- 2012-08-31 07:46:21 - TZ=UTC
TB --- 2012-08-31 07:46:21 - __MAKE_CONF=/dev/null
TB --- 2012-08-31 07:46:21 - cd /src
TB --- 2012-08-31 07:46:21 - /usr/bin/make -B buildworld
>>> World build started on Fri Aug 31 07:46:22 UTC 2012
>>> 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
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
[...]
/obj/pc98.i386/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Update':
sha512.c:(.text+0x3c00): multiple definition of `SHA512_Update'
/obj/pc98.i386/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0x83a0): 
first defined here
/obj/pc98.i386/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Final':
sha512.c:(.text+0x3d40): multiple definition of `SHA512_Final'
/obj/pc98.i386/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0x84d0): 
first defined here
nc.lo: In function `_$$hide$$ nc.lo main':
(.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider 
using mkstemp()
*** Error code 1

Stop in /obj/pc98.i386/src/rescue/rescue.
*** Error code 1

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

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

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-08-31 10:24:05 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-08-31 10:24:05 - ERROR: failed to build world
TB --- 2012-08-31 10:24:05 - 6451.30 user 826.87 system 9544.84 real


http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-i386-pc98.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[releng_9 tinderbox] failure on i386/i386

2012-08-31 Thread FreeBSD Tinderbox
TB --- 2012-08-31 07:45:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca
TB --- 2012-08-31 07:45:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE 
FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 
mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server  amd64
TB --- 2012-08-31 07:45:00 - starting RELENG_9 tinderbox run for i386/i386
TB --- 2012-08-31 07:45:00 - cleaning the object tree
TB --- 2012-08-31 07:45:00 - cvsupping the source tree
TB --- 2012-08-31 07:45:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_9/i386/i386/supfile
TB --- 2012-08-31 07:46:23 - building world
TB --- 2012-08-31 07:46:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-08-31 07:46:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-08-31 07:46:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-08-31 07:46:23 - SRCCONF=/dev/null
TB --- 2012-08-31 07:46:23 - TARGET=i386
TB --- 2012-08-31 07:46:23 - TARGET_ARCH=i386
TB --- 2012-08-31 07:46:23 - TZ=UTC
TB --- 2012-08-31 07:46:23 - __MAKE_CONF=/dev/null
TB --- 2012-08-31 07:46:23 - cd /src
TB --- 2012-08-31 07:46:23 - /usr/bin/make -B buildworld
>>> World build started on Fri Aug 31 07:46:23 UTC 2012
>>> 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
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
[...]
/obj/i386.i386/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Update':
sha512.c:(.text+0x3c00): multiple definition of `SHA512_Update'
/obj/i386.i386/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0x83a0): 
first defined here
/obj/i386.i386/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Final':
sha512.c:(.text+0x3d40): multiple definition of `SHA512_Final'
/obj/i386.i386/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0x84d0): 
first defined here
nc.lo: In function `_$$hide$$ nc.lo main':
(.text+0x2086): warning: warning: mktemp() possibly used unsafely; consider 
using mkstemp()
*** Error code 1

Stop in /obj/i386.i386/src/rescue/rescue.
*** Error code 1

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

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

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-08-31 10:22:56 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-08-31 10:22:56 - ERROR: failed to build world
TB --- 2012-08-31 10:22:56 - 6445.29 user 812.02 system 9476.73 real


http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-i386-i386.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[releng_9 tinderbox] failure on arm/arm

2012-08-31 Thread FreeBSD Tinderbox
TB --- 2012-08-31 07:45:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca
TB --- 2012-08-31 07:45:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE 
FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 
mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server  amd64
TB --- 2012-08-31 07:45:00 - starting RELENG_9 tinderbox run for arm/arm
TB --- 2012-08-31 07:45:00 - cleaning the object tree
TB --- 2012-08-31 07:45:00 - cvsupping the source tree
TB --- 2012-08-31 07:45:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_9/arm/arm/supfile
TB --- 2012-08-31 07:46:21 - building world
TB --- 2012-08-31 07:46:21 - CROSS_BUILD_TESTING=YES
TB --- 2012-08-31 07:46:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-08-31 07:46:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-08-31 07:46:21 - SRCCONF=/dev/null
TB --- 2012-08-31 07:46:21 - TARGET=arm
TB --- 2012-08-31 07:46:21 - TARGET_ARCH=arm
TB --- 2012-08-31 07:46:21 - TZ=UTC
TB --- 2012-08-31 07:46:21 - __MAKE_CONF=/dev/null
TB --- 2012-08-31 07:46:21 - cd /src
TB --- 2012-08-31 07:46:21 - /usr/bin/make -B buildworld
>>> World build started on Fri Aug 31 07:46:22 UTC 2012
>>> 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
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
[...]
/obj/arm.arm/src/tmp/usr/lib/libcrypto.a(sha512.o): In function `SHA512_Update':
sha512.c:(.text+0x5454): multiple definition of `SHA512_Update'
/obj/arm.arm/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0xb0b4): first 
defined here
/obj/arm.arm/src/tmp/usr/lib/libcrypto.a(sha512.o): In function `SHA512_Final':
sha512.c:(.text+0x55d8): multiple definition of `SHA512_Final'
/obj/arm.arm/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0xb224): first 
defined here
nc.lo: In function `_$$hide$$ nc.lo $a':
_$$hide$$ nc.lo socks.c:(.text+0x18e0): warning: warning: mktemp() possibly 
used unsafely; consider using mkstemp()
*** Error code 1

Stop in /obj/arm.arm/src/rescue/rescue.
*** Error code 1

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

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

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-08-31 08:45:32 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-08-31 08:45:32 - ERROR: failed to build world
TB --- 2012-08-31 08:45:32 - 2100.91 user 497.43 system 3632.34 real


http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-arm-arm.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[releng_9 tinderbox] failure on sparc64/sparc64

2012-08-31 Thread FreeBSD Tinderbox
TB --- 2012-08-31 06:24:46 - tinderbox 2.9 running on freebsd-stable.sentex.ca
TB --- 2012-08-31 06:24:46 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE 
FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 
mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server  amd64
TB --- 2012-08-31 06:24:46 - starting RELENG_9 tinderbox run for sparc64/sparc64
TB --- 2012-08-31 06:24:46 - cleaning the object tree
TB --- 2012-08-31 06:24:46 - cvsupping the source tree
TB --- 2012-08-31 06:24:46 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_9/sparc64/sparc64/supfile
TB --- 2012-08-31 06:25:23 - building world
TB --- 2012-08-31 06:25:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-08-31 06:25:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-08-31 06:25:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-08-31 06:25:23 - SRCCONF=/dev/null
TB --- 2012-08-31 06:25:23 - TARGET=sparc64
TB --- 2012-08-31 06:25:23 - TARGET_ARCH=sparc64
TB --- 2012-08-31 06:25:23 - TZ=UTC
TB --- 2012-08-31 06:25:23 - __MAKE_CONF=/dev/null
TB --- 2012-08-31 06:25:23 - cd /src
TB --- 2012-08-31 06:25:23 - /usr/bin/make -B buildworld
>>> World build started on Fri Aug 31 06:25:24 UTC 2012
>>> 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
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
[...]
/obj/sparc64.sparc64/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Update':
sha512.c:(.text+0x2280): multiple definition of `SHA512_Update'
/obj/sparc64.sparc64/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0x37e0):
 first defined here
/obj/sparc64.sparc64/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Final':
sha512.c:(.text+0x2400): multiple definition of `SHA512_Final'
/obj/sparc64.sparc64/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.text+0x38c0):
 first defined here
nc.lo: In function `_$$hide$$ nc.lo main':
(.text+0x218c): warning: warning: mktemp() possibly used unsafely; consider 
using mkstemp()
*** Error code 1

Stop in /obj/sparc64.sparc64/src/rescue/rescue.
*** Error code 1

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

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

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-08-31 07:31:33 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-08-31 07:31:33 - ERROR: failed to build world
TB --- 2012-08-31 07:31:33 - 2487.90 user 455.41 system 4007.39 real


http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-sparc64-sparc64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[releng_9 tinderbox] failure on powerpc64/powerpc

2012-08-31 Thread FreeBSD Tinderbox
TB --- 2012-08-31 04:47:52 - tinderbox 2.9 running on freebsd-stable.sentex.ca
TB --- 2012-08-31 04:47:52 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE 
FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 
mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server  amd64
TB --- 2012-08-31 04:47:52 - starting RELENG_9 tinderbox run for 
powerpc64/powerpc
TB --- 2012-08-31 04:47:52 - cleaning the object tree
TB --- 2012-08-31 04:47:52 - cvsupping the source tree
TB --- 2012-08-31 04:47:52 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/RELENG_9/powerpc64/powerpc/supfile
TB --- 2012-08-31 04:48:37 - building world
TB --- 2012-08-31 04:48:37 - CROSS_BUILD_TESTING=YES
TB --- 2012-08-31 04:48:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-08-31 04:48:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-08-31 04:48:37 - SRCCONF=/dev/null
TB --- 2012-08-31 04:48:37 - TARGET=powerpc
TB --- 2012-08-31 04:48:37 - TARGET_ARCH=powerpc64
TB --- 2012-08-31 04:48:37 - TZ=UTC
TB --- 2012-08-31 04:48:37 - __MAKE_CONF=/dev/null
TB --- 2012-08-31 04:48:37 - cd /src
TB --- 2012-08-31 04:48:37 - /usr/bin/make -B buildworld
>>> World build started on Fri Aug 31 04:48:39 UTC 2012
>>> 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
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
[...]
/obj/powerpc.powerpc64/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.opd+0x0): 
first defined here
/obj/powerpc.powerpc64/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Update':
sha512.c:(.opd+0x60): multiple definition of `SHA512_Update'
/obj/powerpc.powerpc64/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.opd+0x30):
 first defined here
/obj/powerpc.powerpc64/src/tmp/usr/lib/libcrypto.a(sha512.o): In function 
`SHA512_Final':
sha512.c:(.opd+0x90): multiple definition of `SHA512_Final'
/obj/powerpc.powerpc64/src/tmp/usr/lib/libmd.a(sha512c.o):sha512c.c:(.opd+0x48):
 first defined here
nc.lo:(.text+0x22bc): warning: warning: mktemp() possibly used unsafely; 
consider using mkstemp()
*** Error code 1

Stop in /obj/powerpc.powerpc64/src/rescue/rescue.
*** Error code 1

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

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

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-08-31 07:15:22 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-08-31 07:15:22 - ERROR: failed to build world
TB --- 2012-08-31 07:15:22 - 5980.55 user 826.02 system 8850.17 real


http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-powerpc64-powerpc.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"