Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 177191

Summary: app-text/hspell-1.0-r1 with make flags "-j3" fails due to bad temporary filenames
Product: Gentoo Linux Reporter: Moshe Schwartz <schwartz.moshe>
Component: Current packagesAssignee: Alon Bar-Lev (RETIRED) <alonbl>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Moshe Schwartz 2007-05-05 15:50:45 UTC
While emerging hspell version 1.0-r1 the make failed with:
gzip -9 < hebrew.wgz.prefixes.tmp >hebrew.wgz.prefixes
/bin/sh: hebrew.wgz.prefixes.tmp: No such file or directory
make: *** [dmask.c] Error 1 

This happened more than once with make flags "-j3" while without parallelization, the bug did not occur. I believe this is due to a fixed name used for a temporary file which several make threads create and delete.

Reproducible: Always
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-05 17:27:59 UTC
I don't see how this is possible.
This file is used only in one step... Each step should be one thread.
Can you please attach complete output?
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2007-05-08 19:59:48 UTC
hspell is not required anymore, use aspell with hebrew dictionary.
See bug#177546.

I will remove hspell from tree now.