Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113256 - Removing qpkg breaks ebuils that depend on it, like www-apps/mambo
Summary: Removing qpkg breaks ebuils that depend on it, like www-apps/mambo
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 115604 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-22 08:58 UTC by Nilton Volpato
Modified: 2005-12-15 00:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nilton Volpato 2005-11-22 08:58:10 UTC
I could not install mambo, because it uses qpkg, and qpkg isn't available
anymore in PATH. I had to include qpkg dir in PATH for the ebuild to work!

The problem is that webapp-config relies on qpkg. See this excerpt.

---
 * Running //usr/sbin/webapp-config -I -h localhost -u root -d /mambo mambo
4.5.2.3-r1
//usr/sbin/webapp-config: line 2052: qpkg: command not found

Fatal error:   Please emerge mambo-4.5.2.3-r1 first
Fatal error(s) - aborting
---

Reproducible: Always
Steps to Reproduce:
Comment 1 Nilton Volpato 2005-11-22 09:00:53 UTC
Correction: Including /usr/lib/gentoolkit/bin/ in PATH didn't work. I had to put
a symlink in /usr/bin for qpkg.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-11-22 09:03:10 UTC
(In reply to comment #0)
> The problem is that webapp-config relies on qpkg. See this excerpt.

Uhm, install some up-to-date version of webapp-config. Fixed a long time ago. 
Comment 3 Nilton Volpato 2005-11-22 09:38:36 UTC
Well, then all ebuilds that use webapp-config should depend on
>=app-admin/webapp-config-1.11, or something, don't?

So if someone would install this, it would require to install an updated version
of webapp-config.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-11-22 09:44:18 UTC
(In reply to comment #3)
> So if someone would install this, it would require to install an updated version
> of webapp-config.

No... there should be no ebuilds whatsoever depending directly on webapp-config;
inherit webapp eclass is the right way to do this. Anyway, this bug is about
non-existent webapp-config version, please update your system before reporting
bugs. 

Closing. 
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-12-15 00:50:49 UTC
*** Bug 115604 has been marked as a duplicate of this bug. ***