Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67466 - games.eclass uses mymktemp which doesn't exists
Summary: games.eclass uses mymktemp which doesn't exists
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 14:25 UTC by Tuomas Suutari
Modified: 2004-10-13 15:11 UTC (History)
0 users

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


Attachments
Changes mymktemp to emktemp (portage-games-eclass-fix.diff,379 bytes, patch)
2004-10-13 14:26 UTC, Tuomas Suutari
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tuomas Suutari 2004-10-13 14:25:28 UTC
I emerged doom3-demo, but it didn't install the wrapper script at all.
I think this happens because something has changed function name(s) in eutils.eclass. (mymktemp -> emktemp)??

emerge complained:
-------
>>> Install doom3-demo-1.1.1282 into /var/tmp/portage/doom3-demo-1.1.1282/image/ category games-fps
/usr/sbin/ebuild.sh: line 1: mymktemp: command not found
/usr/sbin/ebuild.sh: line 203: : No such file or directory
chmod: invalid argument: `'
cp: cannot stat `': No such file or directory
>>> dobin: making /var/tmp/portage/doom3-demo-1.1.1282/temp/doom3-demo executable...
install: cannot stat `/var/tmp/portage/doom3-demo-1.1.1282/temp/doom3-demo': No such file or directory
man:
>>> Completed installing into /var/tmp/portage/doom3-demo-1.1.1282/image/
------


Reproducible: Always
Steps to Reproduce:
1. emerge doom3-demo
2. doom3-demo
3.

Actual Results:  
-/bin/bash: doom3-demo: command not found 

Expected Results:  
doom3 demo starts
Comment 1 Tuomas Suutari 2004-10-13 14:26:51 UTC
Created attachment 41765 [details, diff]
Changes mymktemp to emktemp

Fixes the bug at least for me
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-10-13 15:11:09 UTC
Already fixed.