Author Topic: Two Hentges (and Oz) Questions  (Read 3304 times)

Storm

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • http://
Two Hentges (and Oz) Questions
« on: February 04, 2006, 06:27:14 pm »
I reflashed and things seem to be going much better. Apparently part of the problem was, in fact, aqpkg. The other piece of it was I was much more cautious in installing software. There are still several packages which I would like to have, like Zethereal, but I need to figure out what I have to do to install it right.

A couple of questions regarding packages:

1. I tried to install autoconf and automake, but both failed because of missing requirements...In this case, perl. Perl does not appear in the OZ feeds. What is the correct way to install perl on the Zaurus?

2. Coredump - Could you, in future releases, install bash? You install Konsole, which does not start with busybox's /bin/sh.

3. I'm trying to replace all of the functionality of busybox with the GNU apps (e.g. tar, sed, etc.). In my last post, I found sort in coreutils. However, when I tried to install coreutils, it attempted to replace /bin/[, so the installation fails and most bash functions afterward fail. I wound up having to reflash at this point, because everything including command line logic doesn't work. What is the best way to install coreutils?

Thanks,
--Storm
Zaurus SL-5500/Hentges OZ 3.5.4.1
Ambicom WL1100-CF wireless card
Desktop: Debian/GNU Linux (unstable)

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Two Hentges (and Oz) Questions
« Reply #1 on: February 05, 2006, 12:45:06 pm »
Quote
I reflashed and things seem to be going much better. Apparently part of the problem was, in fact, aqpkg. The other piece of it was I was much more cautious in installing software. There are still several packages which I would like to have, like Zethereal, but I need to figure out what I have to do to install it right.

A couple of questions regarding packages:

1. I tried to install autoconf and automake, but both failed because of missing requirements...In this case, perl. Perl does not appear in the OZ feeds. What is the correct way to install perl on the Zaurus?

Sounds like yet anothor missing dependency from the 3.5.3 feeds.

Quote
2. Coredump - Could you, in future releases, install bash? You install Konsole, which does not start with busybox's /bin/sh.

Not going to happen sorry. Bash is too large to be included in a Collie image.

Quote
3. I'm trying to replace all of the functionality of busybox with the GNU apps (e.g. tar, sed, etc.). In my last post, I found sort in coreutils. However, when I tried to install coreutils, it attempted to replace /bin/[, so the installation fails and most bash functions afterward fail. I wound up having to reflash at this point, because everything including command line logic doesn't work. What is the best way to install coreutils?

Thanks,
--Storm
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113668\"][{POST_SNAPBACK}][/a][/div]

No idea.
Webmaster of hentges.net & Embedded Linux Developer.

Borealid

  • Newbie
  • *
  • Posts: 46
    • View Profile
Two Hentges (and Oz) Questions
« Reply #2 on: February 05, 2006, 03:08:55 pm »
Quote
I reflashed and things seem to be going much better. Apparently part of the problem was, in fact, aqpkg. The other piece of it was I was much more cautious in installing software. There are still several packages which I would like to have, like Zethereal, but I need to figure out what I have to do to install it right.

A couple of questions regarding packages:

1. I tried to install autoconf and automake, but both failed because of missing requirements...In this case, perl. Perl does not appear in the OZ feeds. What is the correct way to install perl on the Zaurus?

2. Coredump - Could you, in future releases, install bash? You install Konsole, which does not start with busybox's /bin/sh.

3. I'm trying to replace all of the functionality of busybox with the GNU apps (e.g. tar, sed, etc.). In my last post, I found sort in coreutils. However, when I tried to install coreutils, it attempted to replace /bin/[, so the installation fails and most bash functions afterward fail. I wound up having to reflash at this point, because everything including command line logic doesn't work. What is the best way to install coreutils?

Thanks,
--Storm
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113668\"][{POST_SNAPBACK}][/a][/div]

Installing coreutils Works for Me ™ - but then again, I'm using 3.5.4-dev instead of 3.5.3.

About bash - have you tried simply installing bash and then linking /bin/sh to /bin/bash?  Bash is sh-compatible...

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Two Hentges (and Oz) Questions
« Reply #3 on: February 07, 2006, 03:50:29 am »
Quote
  Bash is sh-compatible...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113761\"][{POST_SNAPBACK}][/a][/div]

That must be the understatement of the year    (remember that we are talking about busybox sh)
Webmaster of hentges.net & Embedded Linux Developer.

StomaKC

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • http://
Two Hentges (and Oz) Questions
« Reply #4 on: February 07, 2006, 04:58:51 am »
Quote
Perl does not appear in the OZ feeds. What is the correct way to install perl on the Zaurus?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Some time ago, while testing OZ/GPE, I found Perl packages in [a href=\"http://ewi546.ewi.utwente.nl/sfeed/]"sfeed" feed[/url]. Version 5.8.7.

It's working perfectly well on OZ 3.5.4RC1. If nroff is not installed, perldoc will make you read pod directly. Not a great deal.

Maybe is there an actual feed providing newer versions.
SL5500 - Hentges/OZ 3.5.4rc
SD 1GB - CF 64 MB

Storm

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • http://
Two Hentges (and Oz) Questions
« Reply #5 on: February 08, 2006, 12:06:24 pm »
Quote
Installing coreutils Works for Me ™ - but then again, I'm using 3.5.4-dev instead of 3.5.3.

I tried this both on 3.5.3 months ago and on the latest Hentges 3.5.4. Do you remember how you did it? I installed from the command line with  

Code: [Select]
ipkg -d sd install coreutils
ipkg-link add coreutils

The ipkg-link fails (as do subsequent bash commands) with failure to locate /bin/[ ...Did you install to sd or to ram?

Quote
About bash - have you tried simply installing bash and then linking /bin/sh to /bin/bash?  Bash is sh-compatible...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113761\"][{POST_SNAPBACK}][/a][/div]

I know. I have it installed, I just thought it might be installed in with Hentges. But as Coredump said, its too large.

--Storm
« Last Edit: February 10, 2006, 02:16:23 pm by Storm »
Zaurus SL-5500/Hentges OZ 3.5.4.1
Ambicom WL1100-CF wireless card
Desktop: Debian/GNU Linux (unstable)