From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 20:13:59 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65660106566C for ; Thu, 8 Sep 2011 20:13:59 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id B84288FC0C for ; Thu, 8 Sep 2011 20:13:58 +0000 (UTC) Received: (qmail 65377 invoked by uid 80); 8 Sep 2011 20:13:56 -0000 Received: from dsdf-4d056fd5.pool.mediaWays.net (dsdf-4d056fd5.pool.mediaWays.net [77.5.111.213]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Thu, 08 Sep 2011 22:13:56 +0200 Date: Thu, 08 Sep 2011 22:13:56 +0200 Message-ID: <20110908221356.Horde.MFEsZ6Qd9PdOaSIEaid2X_A@avocado.salatschuessel.net> From: Oliver Lehmann To: current@freebsd.org User-Agent: Internet Messaging Program (IMP) H4 (5.0.9) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: Subject: cvsup broken on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 20:13:59 -0000 Hi, I have an Atom 330 with 9.0-BETA2/amd64 installed. I did a pkg_add -r cvsup-without-gui at first after installation. Using cvsup, resulted in a core dump (illegal instruction). I then removed all ports, and installed cvsup-without-gui from source. Started cvsup... core dump again. I then got the cvsup binary from a FreeBSD 8 i386 system, installed compat8x and also copied the missing libutil.so.8 from FreeBSD/i386 and cvsuped the source (8.2-STABLE i386 cvsup worked). Then I rebuilt world, kernel (removed all debugging options from GENERIC). Then I removed all ports once more and reinstalled cvsup-without-gui from ports once more. And now again... nudel# cvsup -g /usr/share/examples/cvsup/9-supfile Connected to cvsup.de.FreeBSD.org Updating collection src-all/cvs Edit src/crypto/openssl/ssl/s3_lib.c Illegal instruction (core dumped) nudel# gdb /usr/local/bin/cvsup cvsup.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `cvsup'. Program terminated with signal 4, Illegal instruction. Reading symbols from /lib/libz.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.6 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800e12359 in gmtime_r () from /lib/libc.so.7 (gdb) bt #0 0x0000000800e12359 in gmtime_r () from /lib/libc.so.7 #1 0x0000000800e11dde in gmtime_r () from /lib/libc.so.7 #2 0x0000000800e12ab4 in gmtime_r () from /lib/libc.so.7 #3 0x0000000800e12cc8 in gmtime_r () from /lib/libc.so.7 #4 0x0000000800e30928 in sysctl () from /lib/libc.so.7 #5 0x0000000800e11a9f in timegm () from /lib/libc.so.7 #6 0x0000000800e13346 in gmtime () from /lib/libc.so.7 #7 0x00000000004a63aa in calloc () #8 0x000000000043ae3b in ?? () #9 0x0000000000448e1e in ?? () #10 0x0000000000409e42 in ?? () #11 0x0000000000419118 in ?? () #12 0x0000000000417c32 in ?? () #13 0x0000000000415213 in ?? () #14 0x0000000000414cee in ?? () #15 0x000000000049f8f0 in calloc () #16 0x000000000048f9ad in fnmatch () #17 0x00007fffffffc498 in ?? () #18 0x00007fffffffda00 in ?? () #19 0x00007fffffffdaf8 in ?? () #20 0x00007fffffffdad8 in ?? () #21 0x0000000000000000 in ?? () #22 0x0000000000000000 in ?? () #23 0x00001fa00000037f in ?? () #24 0x0000000000000000 in ?? () #25 0x000000000074c6c0 in ?? () #26 0x000000000074c6c0 in ?? () #27 0x0000000000494cf9 in fnmatch () Previous frame inner to this frame (corrupt stack?) (gdb) > cat /etc/make.conf X_WINDOW_SYSTEM=xorg WRKDIRPREFIX=/usr/obj/${MACHINE_ARCH} > > head -7 /usr/share/examples/cvsup/9-supfile *default host=cvsup.de.FreeBSD.org *default base=/mnt/files/FreeBSD/9.0 *default prefix=/mnt/files/FreeBSD/9.0 *default release=cvs tag=. *default delete use-rel-suffix *default compress src-all >