different size of own build packages in comparing to repository' ones

2009-07-09 Thread debuser
I have an emdebian grip mirror and I'd like to build all packages from sources. Arch: i386 I use emdebuild -a i386 for that. For example, I'm trying to build a a2ps_4.14 package. After the process is finished I have a2ps_4.14-1em1_i386.deb, but it's size is 675740 when the size of a2ps_4.14

the right way of building crush rootfs

2009-07-20 Thread debuser
I'd like to build a crush rootfs on the flash card. I created an image. Run command: emsandbox -a arm and I got emdebian-arm.tgz After I mounted the image to flash dir. Then I extracted emdebian-arm.tgz to the flash dir. As I've read in docs: Immediately after unpacking, start the package

the right way of building crush rootfs

2009-07-20 Thread debuser
I'd like to build a crush rootfs on the flash card. I created an image. Run command: emsandbox -a arm and I got emdebian-arm.tgz After I mounted the image to flash dir. Then I extracted emdebian-arm.tgz to the flash dir. As I've read in docs: Immediately after unpacking, start the package

how to install linux-image to emdebian crush?

2009-07-20 Thread debuser
Hi! I used emsandbox to make a crush rootfs. How can I install linux-image deb package into it (and other deb packages)? I could not manage even chroot the rootfs ... -- To UNSUBSCRIBE, email to debian-embedded-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

chroot to crush does not work

2009-07-22 Thread debuser
I've got tar file with crush rootfs. I extract it and try to chroot. In manual: SHELL variables Note that the Debian chroot program from coreutils expects you to want the same shell outside the chroot as you want to use inside the chroot. The typical Debian default shell in /etc/passwd is bash

building crush package from source

2009-07-23 Thread debuser
I've a crush unstable local repository. There are source and binary arm packages there. Host system is i386. I try to cross compile a package from source to arm architecture. For instance, packages is at. There are following files: at_3.1.10.2em1_arm.build at_3.1.10.2em1.dsc

cross building toolchains don't work

2009-07-23 Thread debuser
# emsetup Checking for suitable apt sources. Updating main system apt cache (enter your sudo password if prompted). Hit http://ftp.de.debian.org lenny Release.gpg Ign http://ftp.de.debian.org lenny/main Translation-en_US Ign http://ftp.de.debian.org lenny/contrib Translation-en_US Ign

building at stops with error

2009-07-28 Thread debuser
I try to build at for arm using cross compile utils. parsetime.y: In function ‘parsetime’: parsetime.y:510: warning: implicit declaration of function ‘panic’ parsetime.y: At top level: parsetime.y:10: warning: ‘svnid’ defined but not used flex -i parsetime.l arm-linux-gnu-gcc -c -g -O2

Re: building at stops with error

2009-07-28 Thread debuser
В Втр, 28/07/2009 в 09:51 +0200, Bernhard Reutner-Fischer пишет: On Tue, Jul 28, 2009 at 02:12:13PM +0800, debuser wrote: I try to build at for arm using cross compile utils. parsetime.y: In function ‘parsetime’: parsetime.y:510: warning: implicit declaration of function ‘panic

the fault after empdebuild using

2009-08-09 Thread debuser
I try to make a chroot for cross-compiling: # empdebuild --create Building i386 chroot on i386 to cross-build arm packages. Checking for a user writeable tree in /work/pbuilder/build - running debootstrap DEBOOTSTRAP_DIR=/usr/share/debootstrap/ debootstrap --verbose unstable /work/pbuilder/build

Re: the fault after empdebuild using

2009-08-10 Thread debuser
В Вск, 09/08/2009 в 19:59 +0100, Neil Williams пишет: On Sun, 09 Aug 2009 23:51:42 +0800 debuser debu...@yandex.ru wrote: /usr/share/emdebian-tools/emdebian.buildd This file is out of date - some packages have transitioned to new SONAMEs, so libfoo1 has become libfoo2. Work out the new

apt-cross does not install cross-build packages in chroot

2009-08-10 Thread debuser
I try to use an emdebian tools in new and clean distr (sid) using chroot. I used a debootstrap with variant=buildd to build base system. After that I installed a emdebian tools in chroot. The I installed binutils-arm-linux-gnu cpp-4.3-arm-linux-gnu g ++-4.3-arm-linux-gnu gcc-4.3-arm-linux-gnu-base

starnge behaviour of apt-cross in bash script

2009-08-17 Thread debuser
Good day. There is a chroot (debootstrap lenny crush-lenny/). I installed there emdebian-tools emdebian-rootfs as well. I wrote a simple bash script which parses a dsc file, gets necessary depends from it, installs it using apt-cross and tries to build crush arm package. For tests I use acl