OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dansawyer on September 21, 2004, 04:19:37 pm

Title: 3.5.1 package manager ??
Post by: dansawyer on September 21, 2004, 04:19:37 pm
All,

3.5.1 package manager does not seem to operate properly. It shows installed packages. However attempts to use the configure option and create a feed do not seem to succeed. No feed entry is created This is a change from earlier releases.

Is this common? Is it working normaly for others?

What is required to create a feed entry beyond editing one in and clicking 'ok'?

Dan
Title: 3.5.1 package manager ??
Post by: cyboreal on September 21, 2004, 04:49:41 pm
I ran into similar problems, see if the thread here (https://www.oesf.org/forums/index.php?showtopic=7004) helps.  I found that a double entry was created at first, but the apparent duplicate disappeared after I updated the server list.
Title: 3.5.1 package manager ??
Post by: Teletubbie on September 21, 2004, 04:49:50 pm
Hi Dan,
(If you have problems with portmap related messages while installation, fisrt
ipkg remove portmap)
ipkg remove opie-packagemanager
ipkg install -d root opie-aqpkg

Have Fun,
Sam

PS: I hope you have now a healthy Zaurus after all the hardware problems you had.
Title: 3.5.1 package manager ??
Post by: dansawyer on September 21, 2004, 05:54:24 pm
Sam,

Thank you. I will switch to opie-aqpkg

Is /root assumed with no options?

Off topic: Not yet; hope fully soon. In the meantime I am limping along.

Dan
Title: 3.5.1 package manager ??
Post by: Teletubbie on September 21, 2004, 08:04:36 pm
Well you can try to install aqpk also to ram or card. The only thing is ipkg installed that the first time without any options to CF, while I had a WLAN card inserted to CF. That was strange for to install apps to my Wifi card :-)
So be carefull and tell ipkg where to install. As always I dont know if this is a bug or was caused by myself by always messing up new roms
Cheers,
Sam
Title: 3.5.1 package manager ??
Post by: JohnKiniston on September 21, 2004, 10:04:15 pm
I ran into the same problem with 3.5.1 CF was the default when I had a WIFI card in, it even reported the amount of space it could use on the CF card.

It looks like it would have installed to root instead but put the files into the cf subdir.
Title: 3.5.1 package manager ??
Post by: kbranch on September 21, 2004, 10:54:19 pm
I just installed aqpkg, but I'm still unable to see any of the ipks on my CF card.  When I switch to local packages, it just doesn't display anything.  Normally I wouldn't have any problem with just using the online feed, but right now the only internet access I can get to the Z is through BT to my cell, which is far to slow to do much of anything with.

Any ideas?
Title: 3.5.1 package manager ??
Post by: Irongeek on October 05, 2004, 05:19:24 pm
I'm having the same problem as above, it can't see packages on my CF card.  Any ideas?
Title: 3.5.1 package manager ??
Post by: wolfger on October 06, 2004, 12:05:36 pm
Quote
ipkg install -d root opie-aqpkg

I could not find this package on the web... I found aqpkg, but not opie-aqpkg. Same thing, or no?
No icon appeared on my GUI after I installed this (although the package manager icon did disappear)
edit: the icon appeared after I rebooted my Z, but clicking on it does nothing.

So far, I am very dissatisfied with 3.5.1. I have not been able to succesfully install (and by that I mean install and use)  any programs at all. To make matters worse, I cannot go back to my Sharp ROM, because the installer believes I do not have at least 17 MB internal free (on a fresh flash of a 32/32 image). I am starting to get desperate. I need to either figure out how to successfully install packages, or figure out some way of getting back to my Sharp ROM.  

(preferably the former, cuz 3.5.1 looks sharp)
Title: 3.5.1 package manager ??
Post by: Irongeek on October 06, 2004, 12:09:39 pm
You can find it here:

http://www.openzaurus.org/official/unstabl....1.6-r0_arm.ipk (http://www.openzaurus.org/official/unstable/3.5.1/feed/opie-aqpkg_1.1.6-r0_arm.ipk)

but it looks like none of the GUIs work well, you have to use the command line tools ipkg and ipkg-link. Here's an example:



ipkg -d ram install pcre_4.4-r0_arm.ipk
ipkg-link add pcre
Title: 3.5.1 package manager ??
Post by: wolfger on October 06, 2004, 01:02:30 pm
ipkg install -root zddice_1.0.0_arm.ipk

that worked. after reboot, the icon appears in GUI, but doesn't work.

ipkg-link add zddice

"Package zddice not found."
Title: 3.5.1 package manager ??
Post by: Irongeek on October 06, 2004, 01:24:03 pm
zddice may not be the exact name ipkg-link is looking for, do a:

ipkg list

and see if you can find a package with a name like zddice.
Title: 3.5.1 package manager ??
Post by: Mickeyl on October 06, 2004, 01:41:04 pm
A package manager is a non trivial thing, especially when it needs to talk to some under construction native library or - even worse - needs to parse output from command line tools.

I'm sure the Opie package manager author (drw) would appreciate patches for either packager (but preferably opie-packagemanager since aqpkg is deprecated) via opie-devel@handhelds.org.
Title: 3.5.1 package manager ??
Post by: Woland on October 10, 2004, 11:47:01 pm
Quote
You can find it here:

http://www.openzaurus.org/official/unstabl....1.6-r0_arm.ipk (http://www.openzaurus.org/official/unstable/3.5.1/feed/opie-aqpkg_1.1.6-r0_arm.ipk)

but it looks like none of the GUIs work well, you have to use the command line tools ipkg and ipkg-link. Here's an example:



ipkg -d ram install pcre_4.4-r0_arm.ipk
ipkg-link add pcre
Code: [Select]
root@collie:~# ipkg install -d root opie-aqpkg_1.1.6-r0_arm.ipk
Installing opie-aqpkg (1.1.6-r0) to root...
ERROR: Cannot satisfy the following dependencies for opie-aqpkg:
         libstdc++6 (>= 3.4.2)
An error ocurred, return value: 1.
root@collie:~#


Damn, looks bad for me!
Title: 3.5.1 package manager ??
Post by: papercrane on October 11, 2004, 01:49:57 pm
You also need to install this:
http://www.openzaurus.org/official/unstabl....4.2-r0_arm.ipk (http://www.openzaurus.org/official/unstable/3.5.1/feed/libstdc++6_3.4.2-r0_arm.ipk)

Or you could just set up the feed and it will download and install automatically. ;-)
Title: 3.5.1 package manager ??
Post by: lardman on October 11, 2004, 05:38:25 pm
Is there a script out there somewhere which automagically creates a Packages file from a dir of ipks. That would be quite useful and would also alleviate some of these troubles until the package manger can be patched.


Si
Title: 3.5.1 package manager ??
Post by: CoreDump on October 12, 2004, 11:18:18 am
Download
http://www.hentges.net/tmp/ipkg-utils.tar.gz (http://www.hentges.net/tmp/ipkg-utils.tar.gz)

The script you are looking for is ipkg-make-index.
Title: 3.5.1 package manager ??
Post by: peter_s_conrad on October 20, 2004, 01:49:27 pm
Um,
papercrane said:
Quote
Or you could just set up the feed and it will download and install automatically. ;-)

but dansawyer said:
Quote
3.5.1 package manager does not seem to operate properly. It shows installed packages. However attempts to use the configure option and create a feed do not seem to succeed. No feed entry is created

So tell me, how do you set up a feed to install a library to satisfy a dependency to install a package manager to replace the one that doesn't let you set up a feed? Riddle me that...

Meanwhile, I managed to get opie-aqpkg installed but it still doesn't show my local packages (the ones on my SD card). So I'm one of the people who has been totally unable to install (and use) any application under OZ 3.5.1 so far.
Title: 3.5.1 package manager ??
Post by: lardman on October 20, 2004, 03:08:10 pm
:-D

Quote
So tell me, how do you set up a feed to install a library to satisfy a dependency to install a package manager to replace the one that doesn't let you set up a feed? Riddle me that...

Edit /etc/ipkg.conf by hand and add an appropriate 'src' line.


Si