Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329093 - sci-chemistry/molden-4.8-r1 fails not finding gccmakedep
Summary: sci-chemistry/molden-4.8-r1 fails not finding gccmakedep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 10:55 UTC by Bjoern Thorwirth
Modified: 2010-07-20 11:06 UTC (History)
0 users

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


Attachments
Pathch wich fixes the ebuild on my machine (molden-4.8-r2.patch,384 bytes, patch)
2010-07-20 11:05 UTC, Bjoern Thorwirth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Thorwirth 2010-07-20 10:55:54 UTC
the ebuild replaces makedepend wit gccmakedep which can't be found on system. removing the line from the ebuild fixes behaviour.

Reproducible: Always

Actual Results:  
make -C surf depend
make[1]: Entering directory `/var/tmp/portage/sci-chemistry/molden-4.8-r1/work/molden4.8/surf'
making dependencies...
make[1]: gccmakedep: Kommando nicht gefunden
make[1]: *** [depend] Fehler 127
make[1]: Leaving directory `/var/tmp/portage/sci-chemistry/molden-4.8-r1/work/molden4.8/surf'
make: *** [surf/surf] Fehler 2
 * ERROR: sci-chemistry/molden-4.8-r1 failed:
 *   molden emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  47:  Called src_compile
 *   environment, line 3821:  Called die
 * The specific snippet of code:
 *       emake -j1 "${args[@]}" || die "molden emake failed";
 * 
 * If you need support, post the output of 'emerge --info =sci-chemistry/molden-4.8-r1',
 * the complete build log and the output of 'emerge -pqv =sci-chemistry/molden-4.8-r1'.
 * The complete build log is located at '/var/log/portage/sci-chemistry:molden-4.8-r1:20100720-102742.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-chemistry/molden-4.8-r1/temp/environment'.
 * S: '/var/tmp/portage/sci-chemistry/molden-4.8-r1/work/molden4.8'

>>> Failed to emerge sci-chemistry/molden-4.8-r1, Log file:
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2010-07-20 11:03:18 UTC
+  20 Jul 2010; Justin Lecher <jlec@gentoo.org> molden-4.7-r1.ebuild,
+  molden-4.8-r1.ebuild:
+  Added gccmakedep to DEPEND, #329093
+
Comment 2 Bjoern Thorwirth 2010-07-20 11:05:15 UTC
Created attachment 239541 [details, diff]
Pathch wich fixes the ebuild on my machine
Comment 3 Bjoern Thorwirth 2010-07-20 11:06:30 UTC
Ok .. thanks for the fast response :)