ĦHi! On Mon, Oct 26, 2009 at 4:16 PM, Spiro Trikaliotis <ml-cc65@trikaliotis.net> wrote: > Hello Daniel, > > * On Mon, Oct 26, 2009 at 12:38:24AM -0300 Daniel Serpell wrote: > >> On Sun, Oct 25, 2009 at 4:06 PM, Spiro Trikaliotis >> <ml-cc65@trikaliotis.net> wrote: > [...] >> > I will check how I can cross-build AMD64 packages, and put them on the >> > server, too. This might take some time, however. >> >> Tomorrow I can build packages for: >> - Ubuntu 9.10 AMD64 >> - Ubuntu 9.04 i386 / AMD64 >> - Ubuntu 8.04 i386 >> - Debian 5.0 i386 >> >> What combinations are interesting? > > From my experience, a Debian 4.0 i386 package works on Debian and on > Ubuntu (back to 6.xx). I have had some positive reports on that. Thus, I > would hope that a Debian 4.0 AMD64 would work on Debian and Ubuntu, too. > Unfortunately, this combination is not among your proposed combinations. > ;) > Ok, I can install it in a chroot: $ sudo su - # cd /home/chroot # mkdir etch-amd64 # debootstrap --variant=buildd --arch=amd64 --include=sudo,less,vim,aptitude etch etch-amd64 http://ftp.us.debian.org/debian/ Now, wait for package download and install... # cp /etc/hosts etch-amd64/etc/hosts # echo "deb http://http.us.debian.org/debian etch main contrib non-free" >> etch-amd64/etc/apt/sources.list # echo "deb-src http://http.us.debian.org/debian etch main contrib non-free" >> etch-amd64/etc/apt/sources.list And use the chroot: # chroot etch-amd64 /bin/bash -ls I will compile the packages and tonight and post them in some place, so you can download them and upload to your site. Daniel. ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Oct 26 20:28:53 2009
This archive was generated by hypermail 2.1.8 : 2009-10-26 20:28:55 CET