Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NSLU2 running 5.0_RC not stable



On Fri, Mar 6, 2009 at 9:25 PM, Andy Ruhl <acruhl%gmail.com@localhost> wrote:
> On Fri, Mar 6, 2009 at 4:56 PM, Luazi <embedpro%gmail.com@localhost> wrote:
>> I can do some tests on my slug, if you are still looking for a tester.
>> I have not overclocked it.
>
> Can you try to build perl from a current pkgsrc? This is the error I get:
>
My slug (NetBSD 5.0_RC2)  is having problems too. I downloaded
ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.bz2 to my x86 nfs
server and put it in the slugs nfs root filesystem.
MD5 (pkgsrc.tar.bz2) = bf4a4904e1b1a03e1bb21cb4be542274
I checked the md5 after the download and it matched.
The first problem is that the slug does not report the same md5 on
this file all the time:

slug# md5 pkgsrc.tar.bz2
MD5 (pkgsrc.tar.bz2) = bf4a4904e1b1a03e1bb21cb4be542274
slug# md5 pkgsrc.tar.bz2
MD5 (pkgsrc.tar.bz2) = e47f40dfed3d43a0f82fe50a6235372c
slug# md5 pkgsrc.tar.bz2
MD5 (pkgsrc.tar.bz2) = 221da735e0f6f4f0e5a2d92ba7a04d53
slug# md5 pkgsrc.tar.bz2
MD5 (pkgsrc.tar.bz2) = bf4a4904e1b1a03e1bb21cb4be542274

Tried again while writing this email:

slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = bf4a4904e1b1a03e1bb21cb4be542274
slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = bf4a4904e1b1a03e1bb21cb4be542274
slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = 445e061dfe4054fde5c4574621ac0ec6
slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = 555012f9ab36134d2f144f3f781ac8ee
slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = bf4a4904e1b1a03e1bb21cb4be542274
slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = 7aa02ea939ba4791ab8b633bcc62b691
slug# md5 /pkgsrc.tar.bz2
MD5 (/pkgsrc.tar.bz2) = 46c7c1d2f33d76913da77c4ed566b88e




I ignored this and tried to extract the files to /usr/pkgsrc. I got a
tar error so I went to the server side and unzipped the file there.
After that was done I came back to the slug and tried to build perl5.
The build failed before it got to perl. My guess is that there is
something broken in big-endian evbarm and not your overclocked slug.


slug# cd lang/perl5/
slug# make
=> Bootstrap dependency digest>=20010302: NOT found
=> Verifying reinstall for ../../pkgtools/digest
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/download-vulnerability-list'.
===> Building for digest-20080510
cc -DHAVE_CONFIG_H -I. -I. -DHOST=\"armeb--netbsd\"
-DVERSION=\"20080510\"  -O2 -c sha1.c
-o sha1.o
sha1.c: In function 'SHA1Transform':
sha1.c:156: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/digest/work/digest-20080510
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/digest
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/pkgtools/digest
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl5
slug#


Home | Main Index | Thread Index | Old Index