Re: [Scratchbox-users] scratchbox2 problem

2008-05-28 Thread Riku Voipio
On Sun, May 18, 2008 at 12:03:56PM +0300, sfora dim wrote: > helloc.c:1:19: error: stdio.h: No such file or directory > Any idea how to fix this ? > In my buildroot folder there are no include files You need to have include files there. ___ Scra

Re: [Scratchbox-users] dpkg info for devkits

2007-10-21 Thread Riku Voipio
On Fri, Oct 19, 2007 at 05:03:05PM +0100, Peter Pearse wrote: > When building Debian packages in scratchbox I often get problems > because the dpkg tools don't see the devkit tools as being installed. It's a by design. scratchbox only "provides" build-deps for dpkg-checkbuildeps. Thus what a

Re: [Scratchbox-users] Foreign toolchain - cross compilation warnings

2007-06-06 Thread Riku Voipio
On Wed, Jun 06, 2007 at 10:23:01AM +0100, Peter Pearse wrote: > cc1: warning: include location "/usr/include" is unsafe for > cross-compilation > /scratchbox/compilers/arm-2007q1_arm/bin/../lib/gcc/arm-none-linux-gnueabi/4 > .2.0/../../../../arm-none-linux-gnueabi/bin/ld: warning: library search p

Re: [Scratchbox-users] debian devkit?

2007-02-28 Thread Riku Voipio
On Tue, Feb 27, 2007 at 06:18:11PM -0800, K. Richard Pixley wrote: > Shouldn't the devkit or the toolchain have noticed that I've copied > /lib/libc into my scratchbox target and thus provided a spoof that > scratchbox provides libc? Instead of copyinf libc, install the .deb packages provided by

Re: [Scratchbox-users] apt-get problem

2007-02-16 Thread Riku Voipio
Hi, First, please stop crossposting all your posts to both mailing lists. On Fri, Feb 16, 2007 at 06:24:09PM +0100, Claudio Scordino wrote: > The "apt-get update" command inside Scratchbox does not work, and returns a > "Could not resolve" message. Fix /scratchbox/etc/resolv.conf or /scratchbox

Re: [Scratchbox-users] Debian Etch in scratchbox?

2007-02-13 Thread Riku Voipio
On Tue, Feb 13, 2007 at 10:23:13AM +0100, Murray Cumming wrote: > On Thu, 2007-02-08 at 15:57 +0100, Murray Cumming wrote: > > But Debian Etch uses different versions of gcc and glibc than the > > scratchbox toolchain, which seems to use Debian Sarge. I can explicitly > > install all that from Debi

Re: [Scratchbox-users] Re: Select CPU-transparency method: big list

2007-02-08 Thread Riku Voipio
On Thu, Feb 08, 2007 at 01:12:30PM +0100, Murray Cumming wrote: > > You are right. In the future, we might think of eliminating the > > architectures that are clearly wrong from the selection. > > > > For the toolchain you're using, qemu-arm-0.8.1-sb2 might be the one > > you're looking for. >

Re: [Scratchbox-users] Select CPU-transparency method: big list

2007-02-07 Thread Riku Voipio
On Wed, Feb 07, 2007 at 08:42:38AM -0800, Steve Lemke wrote: > This makes it harder to add new ones separately without having to re- > build the cputransp package Btw, rebuilding cputransp devkit is very easy. > The list of compilers appears to be generated dynamically; I'd really > like to se

Re: [Scratchbox-users] Error building in scratchbox

2007-02-01 Thread Riku Voipio
> Hi, > I am trying to build an application in scratchbox for the Nokia > 800. During building I get the following error: > /scratchbox/tools/bin/rcc: error while loading shared libraries: > libfontconfig.so.1: cannot open shared object file: No such file or > directory there is no /scratchbox/t

Re: [Scratchbox-users] Problems with tools in debian devkit. Can some/all tools be replaced?

2007-01-07 Thread Riku Voipio
On Fri, Jan 05, 2007 at 06:12:51PM -0500, Jim Heck wrote: -snip- > dh_consoledata -i > /scratchbox/tools/bin/sh: line 1: > /usr/share/debhelper/dh-consoledata/config.in: No such file or directory > dh_consoledata: command returned error code > make: *** [binary-indep] Error 1 -snip- > The file /u

Re: [Scratchbox-users] Notes on building crosstool compilers and crocodile packages for powerpc (PPC) using scratchbox

2007-01-02 Thread Riku Voipio
On Tue, Jan 02, 2007 at 01:49:33PM -0500, Jim Heck wrote: > Riku Voipio wrote: > >The issue here is that flex provides libfl.a, which is arch-specific. > >Therefor some packages fail to build if flex is not installed on target. > >build dependencies of flex are included in

Re: [Scratchbox-users] Scratchbox-provided packages not visible to 'apt-get build-dep'

2007-01-02 Thread Riku Voipio
On Tue, Jan 02, 2007 at 02:25:24PM -0600, Matt Hoosier wrote: > Does anybody know whether there's a way to inject all of the various > SB-provided build-time packages (autotools, bison, build-essential, > dpkg, m4, awk, ssh, ) into the namespace searched when one does an > 'apt-get build-dep fo

Re: [Scratchbox-users] Notes on building crosstool compilers and crocodile packages for powerpc (PPC) using scratchbox

2007-01-02 Thread Riku Voipio
On Thu, Dec 21, 2006 at 11:41:30AM -0500, Jim Heck wrote: > The installation hung in the stage where it was running the preinstall > scripts for the packages. This may have had something to do with > autofs, since the installation creates an sbox user. I confirmed that > scratchbox installs on

Re: [Scratchbox-users] Some precompiled libc in v1.0.7 is ARMv5 only

2006-12-15 Thread Riku Voipio
On Fri, Dec 15, 2006 at 04:16:04PM +0100, Ronny L Nilsson wrote: > I see now, from my own statistics, that all precompiled librarys to > some extent need ARMv5. However, they vary a great deal so I guess it's > pure luck I previously used a "low frequency blx" toolchain. When > updating I got hi

Re: [Scratchbox-users] Chroot and debootstrap

2006-12-12 Thread Riku Voipio
On Tue, Dec 12, 2006 at 09:08:41AM +0100, Claudio Scordino wrote: > Now I would like to create a minimal bootstrap inside Scratchbox using > debootstrap. inside scratchbox debootstrap to /targets/$YOURTARGET . > However I have some problem with the chroot that doesn't work. > Any suggestion a

Re: [Scratchbox-users] Re: Patch to add release numbers to toolchains

2006-12-11 Thread Riku Voipio
On Thu, Dec 07, 2006 at 12:00:23PM -0600, Matt Hoosier wrote: > This is an updated version which make a more tightly-focused change. Applied, thanks. > Index: Makefile > === > --- Makefile (revision 2849) > +++ Makefile (working co

Re: [Scratchbox-users] Help needed :: nfs warning: mount version older than kernel

2006-12-04 Thread Riku Voipio
On Sat, Nov 04, 2006 at 03:56:17PM +0530, RENJITH G WARIER P V wrote: > # nfs warning: mount version older than kernel > NFS: mount program didn't pass remote address! You /targets/$TARGETNAME.sbrsh isn't properly configured. $TARGETNAME refers to the name of your currently selected scratchbox tar

Re: [Scratchbox-users] Libc dependency problems setting up foreign toolchain

2006-11-30 Thread Riku Voipio
On Thu, Nov 30, 2006 at 02:34:14PM -0500, Jim Heck wrote: > First, when invoked directly, the compiler cannot find my libc library, > since in the scratchbox environement, the library search path does not > include it. This is shown with ldd. This is not correct, the library path will get overr

Re: [Scratchbox-users] Preconfigure hang installing scratchbox 1.0.6 on Debian

2006-11-23 Thread Riku Voipio
On Fri, Nov 10, 2006 at 09:22:28AM -0500, Jim Heck wrote: > It was a fresh install. That machine had never had scratchbox before, > as I am just starting to get involved with it. There is another > developer here experiencing the same problem, but he is doing an upgrade > from 1.0.5. His syna

Re: [Scratchbox-users] Using gdb 6.4 in a foreign toolchain build

2006-11-23 Thread Riku Voipio
On Tue, Nov 21, 2006 at 10:17:47AM -0600, Matt Hoosier wrote: > I have a notion to port the SB patches forward to GDB 6.4 [which works > much better with the CS foreign toolchains]. Are there any known > show-stoppers why this would be a waste of time? Please go for it. There is some issue that cr

Re: [Scratchbox-users] Apophis r4 and maemo 2.0

2006-11-17 Thread Riku Voipio
On Thu, Nov 16, 2006 at 03:57:10PM +0200, [EMAIL PROTECTED] wrote: > With qemu-arm-0.8.1-sb2, I get the desktop visible for a moment, but > then it dies with this output: It works for me.. Are you sure you are using official maemo 2.0 rootstrap? did you clean up old processess with "sb-conf ki

Re: [Scratchbox-users] faked-tcp spinning

2006-11-16 Thread Riku Voipio
On Wed, Nov 15, 2006 at 02:41:48PM -0600, Matt Hoosier wrote: > After some time (a couple minutes, perhaps), > faked-tcp will have written those missing entries into . fakeroot in sbox has been compiled with dbformat=path instead of dbformat=inode which is faster. dbformat=path should be rewritten

Re: [Scratchbox-users] Apophis r4 and maemo 2.0

2006-11-16 Thread Riku Voipio
On Thu, Nov 16, 2006 at 09:59:17AM +0200, [EMAIL PROTECTED] wrote: > Starting Maemo Launcher: maemo-launcher. > maemo-defender: died my parent is not who he claims to be > maemo-launcher: error rising the oom shield for pid=12714 status=2816 > Do you have any ideas about what might be wrong? sele

Re: [Scratchbox-users] Rebuilding a bunch of packages in one go

2006-08-18 Thread Riku Voipio
> > http://scratchbox.org/cgi-bin/darcsweb.cgi?r=crocodile;a=summary > Wow, this is much like what I'm looking for. > I just have a minor problem: I'm using an existing Debian release (Sage) > and only want to build a bunch of "additional" packages. Thus I do not > want to download the Sage-pac

Re: [Scratchbox-users] Building from source...

2006-07-21 Thread Riku Voipio
On Thu, Jul 20, 2006 at 11:03:23AM -0700, K. Richard Pixley wrote: > Trying to build scratchbox yields: > make[1]: Leaving directory > `/home/rpixley/scratchbox/scratchbox-1.0.5/tools/scratchbox-utils' > make -C meta/debian_tools install > make: *** meta/debian_tools: No such file or directory.

Re: [Scratchbox-users] Updating qemu

2006-07-17 Thread Riku Voipio
On Mon, Jul 17, 2006 at 09:56:51AM +0100, Peter Pearse wrote: > Hi > Can anyone point me at info as to how to upgrade my scratchbox > (apophis) installation to use QEMU 0.81, rather than the installed 0.70. You just need to update your cpu transparency devkit: Build your own from darcs: ht

Re: [Scratchbox-users] Building from source...

2006-07-15 Thread Riku Voipio
On Thu, Jul 13, 2006 at 11:34:33AM -0700, K. Richard Pixley wrote: > I'm having trouble understanding what scratchbox is trying to > accomplish, what interface it's intending to provide, etc. Is there an > instruction sheet somewhere for how to build scratchbox from source? Scratchbox'es intent

Re: [Scratchbox-users] Building Mono for maemo 2.0?

2006-06-27 Thread Riku Voipio
On Wed, Jun 21, 2006 at 10:41:09AM +0100, George Styles wrote: > Im trying to build mono for the Nokia 770 2006 software edition (its > just come out in beta). > ./configure --target=arm-linux-linux try arm-none-linux-gnueabi or without target, configure should figure it out automatically in scr

Re: [Scratchbox-users] Debian devkit and /var/tmp

2006-06-06 Thread Riku Voipio
On Thu, Jun 01, 2006 at 12:40:00PM -0700, Diane Holt wrote: >Can someone explain this to me? debian devkit sets TMPDIR=/var/tmp TMP=/var/tmp enviroinment variables. Without those variables set, temporary files are written to /tmp , which does exist. Using a target with devkits enabled but w

Re: [Scratchbox-users] cross install debian with debootstrap?

2006-05-12 Thread Riku Voipio
On Friday 12 May 2006 11:24, Michael Burian wrote: > I'd like to create debian root filesystem images (sarge, etch) for ARM > on a x86 host. > > something like: > > # scratchbox > # mkdir foo > # fakeroot debootstrap --arch arm sarge foo http://ftp.debian.org/debian The problem is, that even with

Re: [Scratchbox-users] Linker in CS 2005q3 toolchain

2006-04-29 Thread Riku Voipio
On Fri, Apr 28, 2006 at 05:10:43PM -0500, Matt Hoosier wrote: > I've been using the supplied ARM EABI compiler > (scratchbox-toolchain-arm-gcc3.44csn-glibc2.3). > When compiling most packages, things go normally. Occasionally, > though, the linker will fail to find libraries specified with "-lfoo"

Re: [Scratchbox-users] EABI toolchain support

2006-04-20 Thread Riku Voipio
On Thu, Apr 20, 2006 at 08:22:07AM -0500, Matt Hoosier wrote: > I'm curious what (if any) timetable exists for adding adding > CodeSourcery's 2005q3 into the default mix of toolchains distributed > with Scratchbox. That toolchain is, I think, the first GCC-based one > to add support for EABI. It's

Re: [Scratchbox-users] Working gcc3.4/glibc ARM soft float configuration?

2006-04-04 Thread Riku Voipio
On Mon, Apr 03, 2006 at 04:45:08PM -0500, Trey Boudreau wrote: > > Does anyone have a working gcc-3.4/glibc-any ARM soft float > > configuration file? Preferably one that works with scratchbox-1.0.3? With scratchbox 1.0.3, you can use toolchains build outside scratchbox, for example built with cr

Re: [Scratchbox-users] Which version

2006-02-17 Thread Riku Voipio
On Thursday 16 February 2006 19:05, Peter Pearse wrote: > Can anyone provide pointers as to how to choose which version of > ScratchBox to install? In nutshell: 1.0.2 is good generally. 0.9.8.* is maemo-specific (altough you can use 1.0.2 for maemo too) darcs 1.2 branch is needed when your

Re: [Scratchbox-users] dialog-like terminated due to an error: the dialog-like program exited with code 3 (was passed to it as the DIALOG_ERROR environment variable)

2006-01-20 Thread Riku Voipio
Hi, Try using "sb-conf setup" to set your target up. See sb-conf help for details. It is also unclear from your message what sbox packages you have installed. On Thu, Jan 19, 2006 at 01:09:05PM +0100, Olivier Kaloudoff wrote: > sb-menu > > Setup Setup a target > (...) > > Create a new ta

Re: [Scratchbox-users] Error when executing mono mcs.exe for arm

2005-12-05 Thread Riku Voipio
On Mon, Dec 05, 2005 at 09:38:43AM +0100, FALE(Leopold Faschalek) wrote: >I was trying to compile mono 1.1.10 for arm inside scratchbox 1.0.2, mono >itselft compiled and we can use the system, but the execution of > mcs.exe via the mono runtime (via qemu) Since .net assemblies are pla