Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205909 - repoman warning for missing archive DEPENDs
Summary: repoman warning for missing archive DEPENDs
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL: https://github.com/TomWij/gentoo-port...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-15 03:26 UTC by Ryan Hill (RETIRED)
Modified: 2022-07-12 03:30 UTC (History)
0 users

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 Ryan Hill (RETIRED) gentoo-dev 2008-01-15 03:26:28 UTC
[2103] <@  dirtyepic> | how complicated would it be to add a check to repoman that looks for app-arch/unzip in DEPEND if the SRC_URI is a .zip?
[2103] <@     vapier> | might as well make it arbitrary
[2103] <@    antarus> | dirtyepic: trivial
[2103] <@     vapier> | .zip => app-arch/unzip; .lzma => app-arch/lzma-utils; .7z => app-arch/p7zip; etc...
[2104]              * | dirtyepic goes off to tinker
[2104] <@      solar> | just don't let those slip into RDEPEND please
[2104] <@     vapier> | then again, should this problem be handled by the package manager
[2105] <@     vapier> | during emerge, it reads the $A and sees what is unpacked and auto installs things
[2105] <@     vapier> | this would allow us to drop bzip2/gzip from system i would think
[2106] <@    antarus> | vapier: so the pm should scan SRC_URI and add stuff to depend itself? :)
[2106] <@     vapier> | "adding to DEPEND" isnt the right phrase, but yeah
[2108] <@    antarus> | vapier: I'm saying in the depend phase
[2109] <@     vapier> | Redhatter: http://gcc.gnu.org/ml/gcc-patches/2002-12/msg00526.html <- he hates mips
[2110] <+   spbecker> | what do you expect? his name is jakub
[2111] <@  dirtyepic> | antarus: you should have said "trivial if you know python"
[2112] <@     vapier> | Redhatter: i'll add for gcc-4.2.2/gcc-4.1.2
[2112] <@     vapier> | ok ?
[2113]            <-- | ai1010 has quit (Client Quit)
[2114] <@    antarus> | sorry I got disconnected
[2116] <@    antarus> | dirtyepic: file a bug and I'll get to it
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:14 UTC
repoman support has been removed per bug 835013.

Please file a new bug (or, I suppose, reopen this one) if you feel this check is still applicable to pkgcheck and doesn't already exist.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:30:23 UTC
pkgcheck has MissingUnpackerDep.