Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113354 - when trying to install webmin. i get a makefile error
Summary: when trying to install webmin. i get a makefile error
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 06:39 UTC by Robbie Garrett
Modified: 2005-11-23 06:45 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 Robbie Garrett 2005-11-23 06:39:31 UTC
* Using ExtUtils::MakeMaker
Checking for OpenSSL-0.9.6j or 0.9.7b or newer...
You have OpenSSL-0.9.7e installed in /usr
*** Could not figure out which C compiler was used to compile /usr/bin/openssl.
It is essentiall that OpenSSL, perl, and Net::SSLeay are compiled with the same
compiler and flags. Mixing and matching compilers is not supported. at
Makefile.PL line 140.
Checking if your kit is complete...
Looks good
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay
make: Warning: File `Makefile.PL' has modification time 1.9e+07 s in the future
Makefile out-of-date with respect to Makefile.PL
/usr/lib/perl5/5.8.6/i386-linux/Config.pm
/usr/lib/perl5/5.8.6/i386-linux/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl5.8.6 Makefile.PL "/usr" "/usr" "PREFIX=/usr" "INSTALLDIRS=vendor"
"DESTDIR=/var/tmp/portage/Net-SSLeay-1.25/image/"
Checking for OpenSSL-0.9.6j or 0.9.7b or newer...
You have OpenSSL-0.9.7e installed in /usr
*** Could not figure out which C compiler was used to compile /usr/bin/openssl.
It is essentiall that OpenSSL, perl, and Net::SSLeay are compiled with the same
compiler and flags. Mixing and matching compilers is not supported. at
Makefile.PL line 140.
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make: *** [Makefile] Error 1

Reproducible: Always
Steps to Reproduce:
1.emerge webmin
2.
3.

Actual Results:  
gave the error described in details

Expected Results:  
for it to install webmin
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-23 06:45:07 UTC
emerge --info output missing; besides - did you really compile openssl, perl,
and Net-SSLeay are with the same compiler and flags, as the error message suggests?