Re: [Scratchbox-users] how to set up the sbrsh

2008-01-11 Thread Timo Savola
On Thu, 2008-01-10 at 08:07 -0800, frank zhu wrote: > I have the difficulty to set up sbrsh. After I have installed deb > into debian 3.1 sarge system, according to manual "Instlling > scratchbox", according to chaper 3.2, page 11, it is told to copy > sbrshd to target device. But I cannot fin

Re: [Scratchbox-users] Passing flags to qemu

2007-10-23 Thread Timo Savola
On Mon, 2007-10-22 at 20:25 -0700, Diane Holt wrote: > Actually, can you just tell me what --sbox-call is for? Looking at the > patch for it, it seems to just be skipping it anyway (unless I'm > missing something). The comment for the commit that added it said > something about a "calling conventi

Re: [Scratchbox-users] Passing flags to qemu

2007-10-18 Thread Timo Savola
On Thu, Oct 18, 2007 at 12:04:18PM -0700, Diane Holt wrote: > Thanks! I had actually just tracked down misc_runner, so I was starting to > look at misc_runner.c myself, but if the fix will be available soon, I guess > I can stop doing that :) > > BTW, I tried passing the flag in using the var, bu

Re: [Scratchbox-users] Passing flags to qemu

2007-10-18 Thread Timo Savola
On Thu, Oct 18, 2007 at 08:50:32AM -0700, Diane Holt wrote: > Actually, it's something I need right away. I'd be fine with trying to > implement it myself, but I don't really know what would need changing. If > you could point me in the right direction, that'd be fine. I'm acutally working on it

Re: [Scratchbox-users] Passing flags to qemu

2007-10-18 Thread Timo Savola
On Wed, Oct 17, 2007 at 07:47:26PM -0700, Diane Holt wrote: > Is there any way to pass flags to qemu (when it's run automatically by way > of executing an arm executable)? I didn't see anything in the > variables.txtfile (like the *EXTRA_ARGS* type vars for the compiler, > etc.). http://bugzilla.

Re: [Scratchbox-users] mknod

2007-02-23 Thread Timo Savola
On Fri, 2007-02-23 at 15:39 +0100, Michael Trimarchi wrote: > I have installed sudo inside scratchbox and I chage the permissione > outside but I can't use it to create a device using the mknod. Is there > an alternativies? Fakeroot. Scratchbox's mknod is magical: it creates the device node "/

Re: [Scratchbox-users] how to add sbrsh 6.7 in scratchbox 1.0.1

2006-11-01 Thread Timo Savola
On Wed, 2006-11-01 at 17:10 +0530, RENJITH G WARIER P V wrote: > I am new to scratchbox. I want sbrsh 6.7 in scratchbox(atleast 1.0) but > scratchbox1.0.1 comes with sbrsh 6.6. pls tell me how to add sbrsh6.7 in > scratchbox( > 1.0) The latest release of Scratchbox Apophis (aka. Scratchbox 1.0) i

Re: [Scratchbox-users] Note on upgrading to edgy

2006-10-31 Thread Timo Savola
On Tue, 2006-10-31 at 09:06 -0600, Matt Hoosier wrote: > If you're using Ubuntu and upgrade to Edgy, you'll probably want to > edit the contents of /scratchbox/login to always invoke bash: > > --- #!/bin/sh > +++ #!/usr/bin/env bash > > Ubuntu has switched the default shell to Dash, which doesn'

Re: [Scratchbox-users] bootstrapping issue using sbrsh

2006-10-11 Thread Timo Savola
On Wed, 2006-10-11 at 13:41 -0700, K. Richard Pixley wrote: > I've run into a bootstrapping issue when using sbrsh and I was wondering > how other people had dealt with it. > > As I'm building my system, (from scratch), one of the things I need to > do is create a /etc/passwd for my target. As

Re: Re: [Scratchbox-users] sbrsh problem

2006-09-25 Thread Timo Savola
On Mon, 2006-09-25 at 10:51 +, Nel wrote: > OK . Downloaded the sbrsh-7.1 (Thatz the latest i got). However i have > the same problem :( .Attaching my target > device's /tmp/sbrshd-1202.log. Do you use sbrsh 7.1 also on the Scratchbox host? timo

Re: [Scratchbox-users] sbrsh problem

2006-09-22 Thread Timo Savola
You are running sbrshd version 6.6 (according to the log you sent me) which contains a serious bug. Upgrade to the latest version (7.2) and this problem should go away. timo ___ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http:

Re: [Scratchbox-users] sbrsh problem

2006-09-22 Thread Timo Savola
On Fri, 2006-09-22 at 12:39 +, Nel wrote: > i am attaching a detailed my target device's /tmp/sbrsh-1202.log along > here. Where? Did you forget it? timo ___ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratc

Re: [Scratchbox-users] foreign compilers, sbrsh configs, debs, etc.

2006-08-23 Thread Timo Savola
On Wed, 2006-08-23 at 16:19 -0700, K. Richard Pixley wrote: > Also, having set up an sbrsh configuration, is there and easy way to > wrap that up for sharing? Or am I just stuck with writing up > instructions so that everyone else can configure their own? Or > something else? You can give th

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

2006-07-18 Thread Timo Savola
On Tue, 2006-07-18 at 11:07 -0700, K. Richard Pixley wrote: > Granted, some of these can be addressed by treating the subprocesses > on scratchbox as though it were a remote host, using remote gdb > protocols, ssh or the like to start the compiles, etc, so there are > alternatives. Yes. Basicall

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

2006-07-17 Thread Timo Savola
On Mon, 2006-07-17 at 10:58 -0700, K. Richard Pixley wrote: > Well, ok. The first thing I tried to do in scratchbox didn't work, > namely, building a "native" emacs using the HOST compiler so that I have > a reasonable IDE available. You can run Emacs on your host system (= outside of Scratchb

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

2006-07-14 Thread Timo Savola
On Thu, 2006-07-13 at 11:34 -0700, K. Richard Pixley wrote: > I'm having trouble understanding what scratchbox is trying to > accomplish, what interface it's intending to provide, etc. You should start at [1]. The following presentations shed some light on Scratchbox's purpose: "Scratch

RE: [Scratchbox-users] argv[0] always has full path

2006-07-06 Thread Timo Savola
On Thu, 2006-07-06 at 15:26 +0100, Peter Pearse wrote: > I suppose its my own fault for not installing from debian packages. It shouldn't make any difference. I think there is still a real bug in there somewhere. timo ___ Scratchbox-users mailing li

Re: [Scratchbox-users] argv[0] always has full path

2006-07-06 Thread Timo Savola
On Thu, 2006-07-06 at 13:05 +0300, Timo Savola wrote: > On Thu, 2006-07-06 at 11:02 +0100, Peter Pearse wrote: > > > Tests fail because error messages from the tested app include its' full > > path. > > This is a familiar problem. I thought we had fixed this

Re: [Scratchbox-users] argv[0] always has full path

2006-07-06 Thread Timo Savola
On Thu, 2006-07-06 at 11:02 +0100, Peter Pearse wrote: > Tests fail because error messages from the tested app include its' full > path. This is a familiar problem. I thought we had fixed this year(s) ago. > But not the answer to these questions:- > Is this due to an error in my installa

Re: [Scratchbox-users] (no subject)

2006-07-05 Thread Timo Savola
On Wed, 2006-07-05 at 10:00 +0900, Andy wrote: > I have a problem with sbrsh. > > When I tested ‘hello-world’ program in scratchbox package, I got the > message,”sbrsh server: Can’t open a pseudo-tty (No such file or > directory) > > When I executed configure and make, they didn’t have any probl

Re: [Scratchbox-Users] sbrsh with foreign tool chains

2006-06-26 Thread Timo Savola
On Wed, 2006-06-07 at 15:40 +0100, Peter Pearse wrote: > I have installed two foreign tool chains. > > Both appear to build hello_world without error. > > Both binaries run OK on the sbrsh target device, if run from the mounted > scratchbox directories directly. > > Only one will run in s

Re: [Scratchbox-users] Running scratchbox as root

2006-06-20 Thread Timo Savola
On Tue, 2006-06-20 at 16:45 -0500, Matt Hoosier wrote: > Fakeroot does not allow chown or mknod commands to achieve their > intended result. The host system's kernel still pays attention to > permissions. Transcript follows: > > /scratchbox/login fakeroot mknod /tmp/blah c 1 2 > /scratchbox/login

Re: [Scratchbox-users] Information about scratch box

2006-06-19 Thread Timo Savola
On Tue, 2006-06-20 at 12:13 +0530, Kranthi Kumar.E wrote: > after installing Scratchbox as a root and i added user by using command > and added user but how to enter into the user account which i added Log into your system as the user and execute /scratchbox/login using shell. timo ___

Re: [Scratchbox-users] I Cannot use the last stable scratchbox tobuild MPlayer, sinf cosf function missing?

2006-06-19 Thread Timo Savola
On Wed, 2006-05-31 at 14:28 +0800, YongLi wrote: > I upgraed to uclibc 0.98 and the problem resolved! Did you build a custom toolchain with uClibc 0.9.8? Is the toolchain available? timo ___ Scratchbox-users mailing list Scratchbox-users@lists.scrat

Re: [Scratchbox-users] Firefox and gcc3.44csn-glibc2.3-1.0.3 toolchain.

2006-05-30 Thread Timo Savola
On Tue, 2006-05-30 at 15:05 +0300, Timo Savola wrote: > Which toolchain are you using? Sorry, I didn't notice the toolchain name was in the subject. timo ___ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.

Re: [Scratchbox-users] Firefox and gcc3.44csn-glibc2.3-1.0.3 toolchain.

2006-05-30 Thread Timo Savola
On Fri, 2006-05-26 at 10:23 +0200, [EMAIL PROTECTED] wrote: > I successfully built firefox 1.5.x but I have problem to run it > (TestGtkEmbed) even on a hardware. > Seems that it's related to the compiler because on older one (non EABI) works > fine. Which Scratchbox version are you using? Whic

Re: [Scratchbox-users] I Cannot use the last stable scratchbox to build MPlayer, sinf cosf function missing?

2006-05-30 Thread Timo Savola
On Sun, 2006-05-14 at 11:56 +0800, LiYong wrote: > However, When I use it to build MPlayer-1.0pre7, It fails in the link > process. It seems that the uclibc does not include > sinf cosf functions. > How to resolve this problem? I have to make a toolchain by myself? I guess so if uClibc's libm do

Re: [Scratchbox-users] Where to find .config file

2006-03-15 Thread Timo Savola
On Wed, 2006-03-15 at 20:05 +, Edjard Mota wrote: > I followed instructions from > http://www.scratchbox.org/wiki/uClibc_Crocodile to build > a uClibc-based toochain and in the end it say we should update gcc > prefix list variables. Specifically tha a .config file should > have a line > SBOX

Re: [Scratchbox-users] Problem building libboost in Scratchbox

2006-02-26 Thread Timo Savola
On Sat, 2006-02-25 at 23:08 -0600, Rohit Chaudhri wrote: > I know that Jam is failing while executing the MkDir rule. Very odd. > Timo, since you have built boost/jam in Scratchbox and have it > working, do you remember having any problems with Jam? It seems that you're building bjam for the AR

Re: [Scratchbox-users] Problem building libboost in Scratchbox

2006-02-25 Thread Timo Savola
On Fri, 2006-02-24 at 20:04 -0600, Rohit Chaudhri wrote: > I have recently started to work with Boost 1.33 (www.boost.org) on > Scratchbox 1.0 running on a x86 based Ubuntu Linux machine. > I'm able to build boost on Ubuntu, however when I try to do the same > within Scratchbox using an arm-gcc-gl

Re: [Scratchbox-users] emulating kernel with QEMU in scratchbox

2006-02-10 Thread Timo Savola
On Fri, 2006-02-10 at 16:45 +0100, Delitsyn Igor wrote: > I´d like to emulate my crosscompiled ARM kernel (OMAP1710 platform) in QEMU > emulator. As far as I understand, it is impossible in scratchbox evironment, > although scratchbox includes QEMU for emulating applications. Is that right? > J

Re: [Scratchbox-users] Delete a target

2006-02-10 Thread Timo Savola
On Fri, 2006-02-10 at 15:53 +, Matthew Allum wrote: > Is there an easy way to delete a target in sb ( 0.9.8 ) ? rm -r /targets/TARGET /targets/TARGET.config timo ___ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http

Re: [Scratchbox-users] Access to the host filesystem

2006-01-27 Thread Timo Savola
> My problem now is that I normally have the working copy of my svn > repository in the directory called >/worespace/svn/project-x/... > > How can I access this directory from a scratchbox shell? I have googled > around but found no real soltion for this problem (which might seem > simple, but