OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: InSearchOf on November 05, 2006, 10:47:38 pm

Title: Pdaxrom Builder
Post by: InSearchOf on November 05, 2006, 10:47:38 pm
when doing make world autoconf is found and built correctly... but root-0.1.1.tgz not found

----------------------
target: root-0.1.1.tgz
----------------------

--23:49:40--  http://www.pengutronix.de/software/ptxdist.../root-0.1.1.tgz (http://www.pengutronix.de/software/ptxdist/temporary-src/root-0.1.1.tgz)
           => `/home/root/pdaXrom-builder/trunk/src/root-0.1.1.tgz'
Resolving www.pengutronix.de... 193.108.181.79
Connecting to www.pengutronix.de|193.108.181.79|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
23:49:41 ERROR 404: Not Found.

make: *** [/home/root/pdaXrom-builder/trunk/src/root-0.1.1.tgz] Error 1
#


Do you know where to change the pointer... but it looks like penguintronix aint moving it back...

Late
Title: Pdaxrom Builder
Post by: Civil on November 06, 2006, 07:40:15 am
InSearchOf
for example, you've made following steps:
mkdir /mnt/hd/pdaXrom-builder/
cd /mnt/hd/pdaXrom-builder/
svn checkout https://mail.pdaXrom.org/svn/pdaXrom-builder/trunk (https://mail.pdaXrom.org/svn/pdaXrom-builder/trunk)
cd trunk
./configure akita-kernel-2.6-initrd-xtools /mnt/hd/my-rom http://mail.pdaXrom.org/src (http://mail.pdaXrom.org/src)

Your work directory is "my-rom" and all other steps you must do only in it. (not in pdaXrom-builder/trunk)
Title: Pdaxrom Builder
Post by: InSearchOf on November 06, 2006, 08:31:50 am
Thank you very much...

Late
Title: Pdaxrom Builder
Post by: InSearchOf on November 13, 2006, 11:41:32 am
Solved: Just x copied the src manually to ~/src dir under my work enviorment...

********************************************************************
ok... now im having a problem wget'ing squashfs using the builder...

http://mail.pdaxrom.org/src//squashfs3.1-r2.tar.gz (http://mail.pdaxrom.org/src//squashfs3.1-r2.tar.gz)

im trying to figure out where all  the pointers are... but in my search maybe someone might know the answer ahead of time...

Late
ps i'm typing on the Z and as you know rvxt doesnt like to copy or paste so i will connect ssh on my linux box and copy and paste the output in a little bit...
Here is it...

Code: [Select]
# make world
touch depend.out

-----------------------------
target: squashfs3.1-r2.tar.gz
-----------------------------

--13:24:03--  http://mail.pdaxrom.org/src//squashfs3.1-r2.tar.gz
           => `/dev/lazydisk/myrom/src/squashfs3.1-r2.tar.gz'
Resolving mail.pdaxrom.org... 212.10.30.205
Connecting to mail.pdaxrom.org|212.10.30.205|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
13:24:03 ERROR 404: Not Found.

make: *** [/dev/lazydisk/myrom/src/squashfs3.1-r2.tar.gz] Error 1
Title: Pdaxrom Builder
Post by: ragdon on November 28, 2006, 04:15:22 am
I have the same problem. i'm going to download the file from sourceforge.
Title: Pdaxrom Builder
Post by: InSearchOf on November 28, 2006, 07:45:14 am
Just download the file and place it in your src directory...

Me and Sash are working on updating the sources...

Late