OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => X/Qt => Topic started by: freebird on May 20, 2006, 06:41:48 pm

Title: Installing Pdaxrom 1.1.0beta1 Apps On Pdaxqtrom
Post by: freebird on May 20, 2006, 06:41:48 pm
Hi all

after have installed pdaXrom base et apps cramfs with succes
i am traying to add some extra packages form
http://mail.pdaxrom.org/1.1.0beta1/XQt/ (http://mail.pdaxrom.org/1.1.0beta1/XQt/)

one is qt-mt_3.3.5_armv5tel.ipk (which is required to install tuxcards)

but after typing the install command
Code: [Select]
#su
#ipkg install qt-mt_3.3.5_armv5tel.ipk
i am getting this warnings
Code: [Select]
unpacking qt-mt...Done
Configuring qt-mt...tar: Cannot create directory './usr/apps/'Read-only file system
any help guys ??
Title: Installing Pdaxrom 1.1.0beta1 Apps On Pdaxqtrom
Post by: adf on May 20, 2006, 07:40:50 pm
Quote
Hi all

after have installed pdaXrom base et apps cramfs with succes
i am traying to add some extra packages form
http://mail.pdaxrom.org/1.1.0beta1/XQt/ (http://mail.pdaxrom.org/1.1.0beta1/XQt/)

one is qt-mt_3.3.5_armv5tel.ipk (which is required to install tuxcards)

but after typing the install command
Code: [Select]
#su
#ipkg install qt-mt_3.3.5_armv5tel.ipk
i am getting this warnings
Code: [Select]
unpacking qt-mt...Done
Configuring qt-mt...tar: Cannot create directory './usr/apps/'Read-only file system
any help guys ??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127910\"][{POST_SNAPBACK}][/a][/div]

you could remount your / as read write  -- "mount -o remount,rw /"  then do your installations then reboot.

I haven't tried it, so be careful as this is toatally offf the cuff advice
Title: Installing Pdaxrom 1.1.0beta1 Apps On Pdaxqtrom
Post by: freebird on May 21, 2006, 06:22:09 am
Quote
Quote
Hi all

after have installed pdaXrom base et apps cramfs with succes
i am traying to add some extra packages form
http://mail.pdaxrom.org/1.1.0beta1/XQt/ (http://mail.pdaxrom.org/1.1.0beta1/XQt/)

one is qt-mt_3.3.5_armv5tel.ipk (which is required to install tuxcards)

but after typing the install command
Code: [Select]
#su
#ipkg install qt-mt_3.3.5_armv5tel.ipk
i am getting this warnings
Code: [Select]
unpacking qt-mt...Done
Configuring qt-mt...tar: Cannot create directory './usr/apps/'Read-only file system
any help guys ??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127910\"][{POST_SNAPBACK}][/a][/div]

you could remount your / as read write  -- "mount -o remount,rw /"  then do your installations then reboot.

I haven't tried it, so be careful as this is toatally offf the cuff advice
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127916\"][{POST_SNAPBACK}][/a][/div]

hello adf
have trayed your command
Code: [Select]
#su
#mount -o remount,rw /
but nothing happen have still the same warnings
in fact my aim is to install tuxcards from ZDevil feeds
but it requires (depends on) qt-mt package  
Title: Installing Pdaxrom 1.1.0beta1 Apps On Pdaxqtrom
Post by: Meanie on May 22, 2006, 08:59:06 am
in my ipk-tools package, there is a utility called compatipk
you can use unpackipk to extract an ipk file
then use compatipk which tries to change the pdaxrom directory structure for the ipk into a more qtopia friendly directory structure
and then use makeipk to repackage the files, ie:

unpackipk blah.ipk
compatipk blah
makeipk blah

of course this is not foolproof. it just tries, but may fail to do anything.

also, pdaxrom uses softfloat wheras sharp/cacko and hence pdaxqtrom uses hardfloat.
pdaxrom can run both hardfloat and softfloat compiled binaries, but the sharp/cacko can only run the ones using hardfloats.
older pdaxrom apps were hardfloat whereas the newer ones are all softfloat. that's why sashz made the special xqt feed which are all compiled with hardfloats.
also, beside the directory structure being slightly different, pdaxrom also uses glibc 2.2.5 whereas sharp/cacko use glibc 2.2.2 most apps only use glibc 2.0 or glibc 2.2 features so most apps will work. however, some use 2.2.3 or 2.2.5 and those won't work because  2.2.2 is what what sharp/cacko has.
you will need to get the source code for those and compile them using my zgcc compiler.
it can compile most of the pdaxrom apps, but some do require a 3.4.5 compiler and won't compile. for those you will need to build a cross compiler to compile. pdaxrom has a hardfloat cross compiler as well, but it generates glibc 2.2.5 binaries
Title: Installing Pdaxrom 1.1.0beta1 Apps On Pdaxqtrom
Post by: fooman on October 20, 2006, 12:28:37 am
Is the xqt feed still available?  When I go to http://mail.pdaxrom.org/1.1.0beta1/XQt/ (http://mail.pdaxrom.org/1.1.0beta1/XQt/), it gives me an error message that the page is not found.  I tried looking for the URL in www.archive.org to see if it had been archived but it wasn't there either.

Quote
in my ipk-tools package, there is a utility called compatipk
you can use unpackipk to extract an ipk file
then use compatipk which tries to change the pdaxrom directory structure for the ipk into a more qtopia friendly directory structure
and then use makeipk to repackage the files, ie:

unpackipk blah.ipk
compatipk blah
makeipk blah

of course this is not foolproof. it just tries, but may fail to do anything.

also, pdaxrom uses softfloat wheras sharp/cacko and hence pdaxqtrom uses hardfloat.
pdaxrom can run both hardfloat and softfloat compiled binaries, but the sharp/cacko can only run the ones using hardfloats.
older pdaxrom apps were hardfloat whereas the newer ones are all softfloat. that's why sashz made the special xqt feed which are all compiled with hardfloats.
also, beside the directory structure being slightly different, pdaxrom also uses glibc 2.2.5 whereas sharp/cacko use glibc 2.2.2 most apps only use glibc 2.0 or glibc 2.2 features so most apps will work. however, some use 2.2.3 or 2.2.5 and those won't work because  2.2.2 is what what sharp/cacko has.
you will need to get the source code for those and compile them using my zgcc compiler.
it can compile most of the pdaxrom apps, but some do require a 3.4.5 compiler and won't compile. for those you will need to build a cross compiler to compile. pdaxrom has a hardfloat cross compiler as well, but it generates glibc 2.2.5 binaries
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128053\"][{POST_SNAPBACK}][/a][/div]
Title: Installing Pdaxrom 1.1.0beta1 Apps On Pdaxqtrom
Post by: ljonesj on October 25, 2006, 02:50:29 pm
were is the firefox 1.5 image for this useful tool progam for the z