Author Topic: Unstable feed  (Read 3562 times)

CoreyC

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
    • http://
Unstable feed
« on: June 11, 2004, 07:24:41 am »
PMF as uploaded a TON of apps to the unstable feed.  There are now almost 200 ipks between the 2 feeds.  Wow...

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Unstable feed
« Reply #1 on: June 11, 2004, 09:03:31 am »
has anyone thought of doing a \"ports\" like script for the sdk?

ie: youhave a list/menu/dir-tree of apps, you cd into a dir and type make or make install --
it goes and gets the source from the primary loation and/or secondary (at cacko/spy?)
and then applies any zaurus related patches, etc.

ie: it\'s great that people compile stuff, but look at things like xnethack.  It\'s compiled for
the x11 rom and it doesn\'t (seem to) work under pdaxrom -- although this could just
be a font issue -- it makes me think.

Scott
ps: off to mirror ...

jgraves

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • http://
Unstable feed
« Reply #2 on: June 11, 2004, 10:34:47 am »
It would be nice if the ipk feed could be sorted by date!  It is becoming very difficult to see what\'s new...

-John

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Unstable feed
« Reply #3 on: June 11, 2004, 10:46:59 am »
I hit last modified in http://www.pdaxrom.org/unstable -- in a browser....

I wish there was a way to mirror the files:  wget -nd -m ... seems to work... mostly. but it gets a lot of
junk files.  most of the time I tend to copy the files manually. :-/

Scott

whit

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Unstable feed
« Reply #4 on: June 11, 2004, 11:27:23 am »
Quote
PMF as uploaded a TON of apps to the unstable feed.  There are now almost 200 ipks between the 2 feeds.  Wow...


I know this stuff is \"unstable\", but would it make sense to not have stuff on the pdaXrom feeds unless at least it\'s been assembled and tested on the pdaXrom? For instance, the hnb pmf has uploaded expects to find rxvt on the system - fine that can be edited to aterm or whatever in the /home/root/.hnbconf file.

But then it expects to find libncurses.so.4. Well, it accepts having the libncurses.so.5 symlinked to that, but then it turns out that changing rxvt to aterm in .hnbconf hasn\'t done the trick - it\'s hard coded for rxvt. We don\'t have rxvt for pdaxrom. Even symlinking aterm to rxvt doesn\'t get around this failure to load.

So what do people think? Is it distinctly uncool to upload ipks to the pdaxrom feeds if they aren\'t at least tested on a pdaXrom system first? That would be my vote. We know where to find feeds with plenty of stuff that\'s unlikely to really work. Just shovelling it onto pdaXrom makes it harder to sort out, since we have to start paying attention to who put it there, and what their personal standards for testing stuff first are.

pmf

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Unstable feed
« Reply #5 on: June 11, 2004, 01:19:16 pm »
Quote
I know this stuff is \"unstable\", but would it make sense to not have stuff on the pdaXrom feeds unless at least it\'s been assembled and tested on the pdaXrom? For instance, the hnb pmf has uploaded expects to find rxvt on the system - fine that can be edited to aterm or whatever in the /home/root/.hnbconf file.


You failed to
Code: [Select]
export TERM=xterm-color, as described here.

Quote
But then it expects to find libncurses.so.4.

Huh?
Code: [Select]
{/usr/bin/}# strings hnb | grep libncurses

libncurses.so.5

for version 1.9.18; did you install an older version?

whit

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Unstable feed
« Reply #6 on: June 11, 2004, 02:52:17 pm »
Quote
You failed to
Code: [Select]
export TERM=xterm-color, as described here.


Truly, but that would make it think it has rxvt? Odd error message then.

Quote
Quote

But then it expects to find libncurses.so.4.

Huh?
Code: [Select]
{/usr/bin/}# strings hnb | grep libncurses

libncurses.so.5

for version 1.9.18; did you install an older version?


Nope, straight off the feed. Odd.

Laze

  • Hero Member
  • *****
  • Posts: 704
    • View Profile
    • http://www.pdaXrom.org
Unstable feed
« Reply #7 on: June 11, 2004, 02:57:01 pm »
In order to see the latest files you can use the \"order by:updated\" - i added it yesterday so many files are dated similar - im sorry, but that was the \"quick-solution\". Sadly it wasn\'t working ok - so i just fixed so all future updates from now on will be shown correct - so its easy to find the latest additions - when i find the time and space there will probally be a \"box\" with last 10 new ipks.
C760 running pdaXrom lastest ;-)
SL5500 Running Cacko Qtopia
512 MB SD Card, 128 MB CF Card, Prism2 CF Wlan.

Always visit http://www.pdaXrom.org for latest news.

whit

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Unstable feed
« Reply #8 on: June 11, 2004, 03:03:45 pm »
Quote
You failed to
Code: [Select]
export TERM=xterm-color, as described here.


Truly, but that would make it think it has rxvt? Odd error message then. But you\'re right, it does run after that.

Quote
Quote

But then it expects to find libncurses.so.4.

Huh?
Code: [Select]
{/usr/bin/}# strings hnb | grep libncurses

libncurses.so.5

for version 1.9.18; did you install an older version?


Nope, straight off the feed. Odd. I just tried removing the symlinked so.4 and restarting hnb, but that froze the system after bringing it up. Reboot ... hmm, now it doesn\'t complain about that. Odder.

piotr

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • http://
Unstable feed
« Reply #9 on: June 12, 2004, 02:23:54 am »
great applications!! thanks
piotr

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Unstable feed
« Reply #10 on: June 12, 2004, 01:21:12 pm »
It\'s called unstable for a reason.

I like it the way that it is.

Scott

fabianE

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Unstable feed
« Reply #11 on: June 12, 2004, 03:07:22 pm »
Hello Scott,

I really appreciate your mirrors. Maybe this python-script can help you with mirroring files.

I added pdarom\'s stable and unstable feeds as an example.

Regards,

Fabian

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Unstable feed
« Reply #12 on: June 13, 2004, 04:33:50 pm »
I\'ll take a peek.. thanks!

Scott