|
From: Darrick H. <dha...@dj...> - 2007-02-26 15:23:47
|
I'm pleased to announce test releases of what will become 0.4.5. These images were built from svn branch 0.4 and contain several fixes and improvements from 0.4.4. Do NOT use these images on a production system. Some of the changes may not be fully tested. There are new versions of the isdn stuff. This has not been tested at all in the 0.4 branch (unless Ingmar did something very recently). Other packages that are included, but need testing are: sqlite apcupsd You can download the files here: http://www.djhsolutions.com/astlinux/ Happy testing! Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
|
From: Thorsten D. <tos...@we...> - 2007-02-26 16:53:02
Attachments:
error.log
|
Hello everybody I tried to compile my own Astlinux image from today's svn. After checking out astlinux/branches/0.4 (svn co https://svn.sourceforge.net/svnroot/astlinux/branches/0.4) everything looked good. But make led to a lot of error messages. I did just two modifications at .config: - wget as an additional package - VIA as target platform Please see the error log attached to this email. The system I used to compile Astlinux is Ubuntu 6.10. Any help is appreciated. Best regards, Thorsten Am Montag, den 26.02.2007, 09:23 -0600 schrieb Darrick Hartman: > I'm pleased to announce test releases of what will become 0.4.5. These > images were built from svn branch 0.4 and contain several fixes and > improvements from 0.4.4. Do NOT use these images on a production > system. Some of the changes may not be fully tested. > > There are new versions of the isdn stuff. This has not been tested at > all in the 0.4 branch (unless Ingmar did something very recently). > > Other packages that are included, but need testing are: > > sqlite > apcupsd > > You can download the files here: > > http://www.djhsolutions.com/astlinux/ > > Happy testing! > > Darrick > |
|
From: Darrick H. <dha...@dj...> - 2007-02-26 17:22:24
|
Thorsten Dunker wrote: > Hello everybody > > I tried to compile my own Astlinux image from today's svn. After > checking out astlinux/branches/0.4 (svn co > https://svn.sourceforge.net/svnroot/astlinux/branches/0.4) everything > looked good. But make led to a lot of error messages. I did just two > modifications at .config: > > - wget as an additional package > - VIA as target platform > > Please see the error log attached to this email. The system I used to > compile Astlinux is Ubuntu 6.10. > > Any help is appreciated. > > Best regards, > > Thorsten > > >> set,PTHREADS_DEBUG_SUPPORT=y,g' /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28/.config >> /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/bin/sed -i -e 's,# LINUXTHREADS_OLD is not set,LINUXTHREADS_OLD=y,g' /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28/.config >> mkdir -p /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/usr/include >> mkdir -p /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/usr/lib >> mkdir -p /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/lib >> make -C /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28 \ >> PREFIX=/home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/ \ >> DEVEL_PREFIX=/usr/ \ >> RUNTIME_PREFIX=/home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/ \ >> HOSTCC="gcc" \ >> pregen install_dev && \ >> touch /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28/.configured >> make[1]: /home/thorsten/Projekte/astlinux/branches/0.4/build_i586/staging_dir/bin/i586-linux-uclibc-gcc: Kommando nicht gefunden >> make[1]: Betrete Verzeichnis '/home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28' >> make[1]: /home/thorsten/Projekte/astlinux/branches/0.4/build_i586/staging_dir/bin/i586-linux-uclibc-gcc: Kommando nicht gefunden >> First, make sure you have the latest svn copy from 0.4. I made several changes over the weekend. SVN revision 665 should work well for most things. I have not tested wget, but the error message you are getting is WAY early in the build process. I would suggest deleting your current svn copy, then regrabbing it from svn. Make sure you have the proper development tools installed on your system. Most (if not all) of the current development team uses CentOS4. I don't know the package names required on Ubuntu. Next, make sure you're not running this as root (it looks like you are OK and building as a normal user). I can't say that I've seen that particular error, or a failure while buildroot2 was building the toolchain (which is what is happening). Try the steps I suggested and report back. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
|
From: Ingmar S. <is...@es...> - 2007-02-27 09:12:23
|
Hi Darrick, I have tested mISDN on the net4801 with the image you provided on your website. This looks good, no problems here. cheers, Ingmar Darrick Hartman wrote: > I'm pleased to announce test releases of what will become 0.4.5. These > images were built from svn branch 0.4 and contain several fixes and > improvements from 0.4.4. Do NOT use these images on a production > system. Some of the changes may not be fully tested. > > There are new versions of the isdn stuff. This has not been tested at > all in the 0.4 branch (unless Ingmar did something very recently). > > Other packages that are included, but need testing are: > > sqlite > apcupsd > > You can download the files here: > > http://www.djhsolutions.com/astlinux/ > > Happy testing! > > Darrick > |