Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144722 - dev-perl/IO-Socket-SSL-0.99.9 doesn't really install but ebuild succeeds
Summary: dev-perl/IO-Socket-SSL-0.99.9 doesn't really install but ebuild succeeds
Status: RESOLVED DUPLICATE of bug 144552
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-22 00:51 UTC by Manuel Herzog
Modified: 2006-08-22 01:02 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 Manuel Herzog 2006-08-22 00:51:35 UTC
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]
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-22 01:02:17 UTC

*** This bug has been marked as a duplicate of 144552 ***