Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168176 - linux-mod.eclass - tmpdir issue?
Summary: linux-mod.eclass - tmpdir issue?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 19:01 UTC by Alon Bar-Lev (RETIRED)
Modified: 2007-02-23 19:18 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 Alon Bar-Lev (RETIRED) gentoo-dev 2007-02-23 19:01:59 UTC
Hello,

While compiling loop-aes, I get the following message:
>>> Compiling source in /var/tmp/portage/sys-fs/loop-aes-3.1f/work/loop-AES-v3.1f ...
/var/gentoo/cvsroot/gentoo-x86/eclass/linux-mod.eclass: line 500: cd: tmp-d-kbuild: No such file or directory
 * Preparing loop module

I almost sure that this has nothing to do with the ebuild...
Maybe eclass should create the temp directory before trying to enter it?

Thanks!
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2007-02-23 19:03:59 UTC
ebuild bug. At least, version 3.1e has:
MODULE_NAMES="loop(block:tmp-d-kbuild)"
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2007-02-23 19:13:07 UTC
But why you try to chdir into this directory before compiling the package?
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2007-02-23 19:18:26 UTC
OK.
Thanks!

Took me a while to understand.
-    MODULE_NAMES="loop(block:tmp-d-kbuild)"
+    MODULE_NAMES="loop(block::tmp-d-kbuild)"