Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332439 - sci-chemistry/gamess-20100325.2 missing dependency on pkg-config
Summary: sci-chemistry/gamess-20100325.2 missing dependency on pkg-config
Status: RESOLVED FIXED
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: 2010-08-12 15:11 UTC by Malcolm Galland
Modified: 2010-08-12 16:14 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge --info.txt,3.44 KB, text/plain)
2010-08-12 15:16 UTC, Malcolm Galland
Details
emerge -pqv (emerge-pqv.txt,137 bytes, text/plain)
2010-08-12 15:17 UTC, Malcolm Galland
Details
build.log (build.log,325.87 KB, text/plain)
2010-08-12 15:17 UTC, Malcolm Galland
Details
enviroment file (environment,128.04 KB, text/plain)
2010-08-12 15:17 UTC, Malcolm Galland
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Malcolm Galland 2010-08-12 15:11:04 UTC
When emergeing sci-chemistry/gamess-20100325.2 on a x86 platform I get the following error:

>>> Install gamess-20100325.2 into /var/tmp/portage/sci-chemistry/gamess-20100325.2/image/ category sci-chemistry
!!! dobin: gamess.00.x does not exist
 * ERROR: sci-chemistry/gamess-20100325.2 failed:
 *   Failed installing binaries
 *
 * Call stack:
 *     ebuild.sh, line  54:  Called src_install
 *   environment, line 3403:  Called die
 * The specific snippet of code:
 *       dobin ${PN}.00.x rungms || die "Failed installing binaries";
 *
 * If you need support, post the output of 'emerge --info =sci-chemistry/gamess-20100325.2',
 * the complete build log and the output of 'emerge -pqv =sci-chemistry/gamess-20100325.2'.
 * The complete build log is located at '/var/tmp/portage/sci-chemistry/gamess-20100325.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-chemistry/gamess-20100325.2/temp/environment'.
 * S: '/var/tmp/portage/sci-chemistry/gamess-20100325.2/work/gamess'
 * QA Notice: file does not exist:
 *
 *      dobin: gamess.00.x does not exist

Reproducible: Always

Steps to Reproduce:
1.add sci-chemistry/gamess  to package.keywords
2.emerge -tav sci-chemistry/gamess
3.die "Failed installing binaries"

Actual Results:  
die "Failed installing binaries"

Expected Results:  
compile correctly :)
Comment 1 Malcolm Galland 2010-08-12 15:16:35 UTC
Created attachment 242587 [details]
emerge --info
Comment 2 Malcolm Galland 2010-08-12 15:17:00 UTC
Created attachment 242589 [details]
emerge -pqv
Comment 3 Malcolm Galland 2010-08-12 15:17:17 UTC
Created attachment 242591 [details]
build.log
Comment 4 Malcolm Galland 2010-08-12 15:17:36 UTC
Created attachment 242593 [details]
enviroment file
Comment 5 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-08-12 15:49:37 UTC
Could you try the following:
1) emerge -1 dev-util/pkgconfig
2) emerge gamess
If it fails again please attach new build log, thanks!
Best regards,
Kacper Kowalik
Comment 6 Malcolm Galland 2010-08-12 16:06:32 UTC
Thanks, works great.

What did I just do?

Malcolm


(In reply to comment #5)
> Could you try the following:
> 1) emerge -1 dev-util/pkgconfig
> 2) emerge gamess
> If it fails again please attach new build log, thanks!
> Best regards,
> Kacper Kowalik
> 

Comment 7 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-08-12 16:14:30 UTC
Ebuild had a missing dependency, it's fixed in portage now:

+  12 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
+  gamess-20100325.2.ebuild:
+  Add missing depend on dev-util/pkgconfig wrt bug 332439. Thanks to Malcolm
+  Galland <MalcolmGalland@letu.edu> for reporting.

As a sidenote: please do not CC developers yourself (like x86 Arch), also severity "critical" is used when e.g. something renders your box unusable which is not the case. Do not close bugs as fixed until solution hits the portage.
Thanks!