View Single Post
Posts: 53 | Thanked: 9 times | Joined on Nov 2005
#8
Originally Posted by gigabites View Post
I agree on the repository hell. Why does it have to be so complicated and haphazard?
the idea of a package-system isn't bad. it way it is done here in maemo must simply get better. but many popular errors are simply caused by the graphical package manager, not by the repositorys (even when some of them are temporary down). there are popular systems as the debian/ubuntu repositorys which shows how uncomplicated it can be.

i find it curious too, that there are for example by far not all applications from maemo garage in the maemo.org repository.

Originally Posted by gigabites View Post
Yeh, as much as I love my n800, I hate the lame dependencey hell that has become "unix bureaucracy". Why can't .deb "packages" be self contained?
believe me. it is good the way it is. no deb package should contain all-necessary components. thats the reason why you split components into different packages. so, you can manually choose which parts gets updated. perhaps it should now where possibly to find the needed things (but there are security reason against it). but in the end, packages MUST stay alone, or one day you will have similar situation as you have on windows.

Originally Posted by gigabites View Post
The stupid apps manager refres craps out when one repository is down? How stupid is that? Also having to edit one rep at a time instead of a laundry list is just as a pain.

Also why the hell does an app become uninstallable with a missing lib, yet go into red pill mode, you can find the lib and install it? Why can't it just find the lib regardless what mode you are in?
you are right! the graphical frontend of the package-manager is simply crap.
it simply leaks with the following things.
- when just one respository is not availible the whole update process failes
- the mentioned thing with the lib you can't install in normal mode
- sometimes the package-manager just can't find all files in a repository. (server closed connection #bug) but console apt-get works flawless

greetz,
loki