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: clfs-commits@…
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:2 by Joe Ciccone, 15 years ago

Resolution: fixed
Status: newclosed

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.