Opened 15 years ago
Closed 15 years ago
#228 closed task (fixed)
coreutils: too many arguments to function 'gen_tempname'
Reported by: | yermandu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | coreutils 7.6, mktemp, gen_tempname | Cc: |
Description
I am compiling the Step 6.14 book from http://cross-lfs.org/view/svn/x86/temp-system/coreutils.html And i receive the follow error:
CC mkstemp.o mkstemp.c: In function 'rpl_mkstemp': mkstemp.c:43: error: too many arguments to function 'gen_tempname' make[4]: *** [mkstemp.o] Error 1 make[4]: Leaving directory `/pub/lfs/sources/coreutils-7.6/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/pub/lfs/sources/coreutils-7.6/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/pub/lfs/sources/coreutils-7.6/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/pub/lfs/sources/coreutils-7.6' make: *** [all] Error 2
I allready app the patch coreutils-7.6-uname-1.patch and receive the same error.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
That patch is unnecessary. A simple config.cache entry will suffice.
gl_cv_func_working_mkstemp=yes
Chris Added it in 34ff2e61 on 2009-09-22 20:34:42 -0400
Note:
See TracTickets
for help on using tickets.
This is fixed upstream: http://www.mail-archive.com/bug-coreutils@gnu.org/msg17816.html
I put a patch here: http://www.linuxfromscratch.org/~robert/new/patches/coreutils-7.6-tempname.diff