Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142980 - app-arch/ipkg-utils missing dependencies and ugliness
Summary: app-arch/ipkg-utils missing dependencies and ugliness
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-06 07:21 UTC by James Rowe
Modified: 2006-08-06 07:59 UTC (History)
0 users

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


Attachments
ipkg-utils-missing_deps.patch (ipkg-utils-missing_deps.patch,2.22 KB, patch)
2006-08-06 07:22 UTC, James Rowe
Details | Diff
ipkg-utils-cleanse_useless.patch (ipkg-utils-cleanse_useless.patch,2.51 KB, patch)
2006-08-06 07:23 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2006-08-06 07:21:17 UTC
ipkg-utils fails to declare a couple of dependencies used by the
ipkg-upload script, the first attached patch fixes this.

Thanks


James
Comment 1 James Rowe 2006-08-06 07:22:18 UTC
Created attachment 93585 [details, diff]
ipkg-utils-missing_deps.patch

Seemant,

  I strongly believe the curl and gnupg deps need to be conditional on the
minimal flag, because on many installs where ipkg-utils are useful they are
neither common nor small.  For example, on our n770 images both are within
10% of the size of the GUI web browser package and you wouldn't want to
build packages for uploading on there either :).

  Still learning though, if you think it is inappropriate please kick the
patches back.

Thanks as always


James
Comment 2 James Rowe 2006-08-06 07:23:44 UTC
Created attachment 93586 [details, diff]
ipkg-utils-cleanse_useless.patch

  This second patch reverts my eagerness to use a patch over sed, while
rethinking this it makes a lot more sense to just use a single sed call and
drop the patch.  It is also removing the redundant make install too, I must
have been suffering from some kind of sed reduction induced red mist to have
missed it the first time round.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-06 07:26:27 UTC
This should also set RDEPEND explicitely...
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2006-08-06 07:44:26 UTC
Thanks James, in cvs.  We should talk about the mentoring dealy thing stuff soonish :)
Comment 5 James Rowe 2006-08-06 07:59:07 UTC
  Bah, I was just in the middle of writing the comment for the updated patch
wrt to Jakub's comment :)