| Summary: | dev-perl/IO-Socket-SSL-0.99.9 doesn't really install but ebuild succeeds | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Manuel Herzog <manuel> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
It doesn't install, because there is no makefile also no Makefile.PL in this Path("/tmp/portage/IO-Socket-SSL-0.99.9/work"). It is in "/data/gentoo/tmp/portage/IO-Socket-SSL-0.99.9/work/IO-Socket-SSL-0.99.9" So i need to go in this last path, and do [code] # make Makefile.PL # make # make install [/code] But what really is amazing, that emerge doesn't throw any errors: [code] # emerge -1 IO-Socket-SSL Calculating dependencies... done! >>> Emerging (1 of 1) dev-perl/IO-Socket-SSL-0.99.9 to / * IO-Socket-SSL-0.999.tar.gz MD5 ;-) ... [ ok ] * IO-Socket-SSL-0.999.tar.gz RMD160 ;-) ... [ ok ] * IO-Socket-SSL-0.999.tar.gz SHA1 ;-) ... [ ok ] * IO-Socket-SSL-0.999.tar.gz SHA256 ;-) ... [ ok ] * IO-Socket-SSL-0.999.tar.gz size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking IO-Socket-SSL-0.999.tar.gz ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking IO-Socket-SSL-0.999.tar.gz to /data/gentoo/tmp/portage/IO-Socket-SSL-0.99.9/work >>> Source unpacked. >>> Compiling source in /data/gentoo/tmp/portage/IO-Socket-SSL-0.99.9 ... * No Make or Build file detected... >>> Source compiled. >>> Test phase [not enabled]: dev-perl/IO-Socket-SSL-0.99.9 >>> Install IO-Socket-SSL-0.99.9 into /data/gentoo/tmp/portage/IO-Socket-SSL-0.99.9/image/ category dev-perl * Cleaning out stray man files >>> Completed installing IO-Socket-SSL-0.99.9 into /data/gentoo/tmp/portage/IO-Socket-SSL-0.99.9/image/ man: >>> Merging dev-perl/IO-Socket-SSL-0.99.9 to / >>> Safely unmerging already-installed instance... No package files given... Grabbing a set. >>> Regenerating /etc/ld.so.cache... >>> Original instance of package unmerged safely. * Man pages are not installed for most modules now. * Please use perldoc instead. >>> Regenerating /etc/ld.so.cache... >>> dev-perl/IO-Socket-SSL-0.99.9 merged. [/code]