Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32183 - systemimager-server-bin dependencies does not exist as ebuild
Summary: systemimager-server-bin dependencies does not exist as ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: José Alberto Suárez López (RETIRED)
URL:
Whiteboard:
Keywords:
: 32806 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-28 03:01 UTC by klavs klavsen
Modified: 2004-02-27 11:01 UTC (History)
2 users (show)

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


Attachments
ebuild script for systemconfigurator (systemconfigurator-2.0.7.ebuild,1.04 KB, text/plain)
2003-11-03 17:06 UTC, Ben Ross
Details
corrected ebuild script for systemimager-server-bin (systemimager-server-bin-3.0.1.ebuild,1.89 KB, text/plain)
2003-11-03 17:11 UTC, Ben Ross
Details

Note You need to log in before you can comment on or make changes to this bug.
Description klavs klavsen 2003-10-28 03:01:35 UTC
Hi guys,

systemimager-server-bin depends on systemconfigurator which does not exist as an ebuild :(

# emerge app-admin/systemimager-server-bin -p -v

These are the packages that I would merge, in order:

Calculating dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy "app-admin/systemconfigurator".

!!! Error calculating dependencies. Please correct.

I really like this backup/restore tool, and would very much like to use it (as it enables me to make a pxe/network restore/install to my machines if necessary (nice :)
Comment 1 Ben Ross 2003-11-03 17:06:29 UTC
Created attachment 20209 [details]
ebuild script for systemconfigurator

Here is a suggested ebuild script for systemconfigurator, to be put in the
ebuild: app-admin/systemconfigurator. It works for me if the source RPM is
already in the distfiles directory, I haven't tested whether it will
automatically download the RPM.
Comment 2 Ben Ross 2003-11-03 17:09:23 UTC
Also, there is a problem with the systemimager-client-bin ebuild - the digest
contains a the systemimager-server RPM rather than the systemimager-client.
Doing:

ebuild systemimager-client-bin-3.0.1.ebuild digest

fixes the problem.

Also there are problems with the systemimager-server ebuild script - some
extra incorrect directories were being created. I will attach my modified
ebuild script.
Comment 3 Ben Ross 2003-11-03 17:11:44 UTC
Created attachment 20210 [details]
corrected ebuild script for systemimager-server-bin

This ebuild for systemimager-server-bin fixes some of the commands in the
src_install() function so that extra unneeded directories are not created.
Comment 4 José Alberto Suárez López (RETIRED) gentoo-dev 2003-11-05 06:41:15 UTC
sorry, an error in the ebuil, the depend must be 'dev-perl/systemconfigurator"
sorry, i will fix in a while.
Comment 5 José Alberto Suárez López (RETIRED) gentoo-dev 2004-01-19 03:37:49 UTC
*** Bug 32806 has been marked as a duplicate of this bug. ***
Comment 6 José Alberto Suárez López (RETIRED) gentoo-dev 2004-02-27 11:01:15 UTC
fixed & added a new app-admin/systemconfigurator from the source, that need testing