FS#23545 - [makepkg] cannot create temp file for here-document
Attached to Project:
Pacman
Opened by tiziano (monotiz) - Friday, 01 April 2011, 09:32 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 06 April 2011, 17:35 GMT
Opened by tiziano (monotiz) - Friday, 01 April 2011, 09:32 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 06 April 2011, 17:35 GMT
|
Details
Description:
I can't compile with makepkg. The error is: /usr/bin/makepkg: line 289: cannot create temp file for here-document: Successo /usr/bin/makepkg: line 293: cannot create temp file for here-document: Successo This is my /tmp permission: drwxrwxrwt 9 root root 12288 1 apr 11.25 tmp I tried to unistall and re-install the base-devel meta-pkg. Steps to reproduce: trying for compile with yaourt or makepkg I obtain this error. |
This task depends upon
Closed by Dan McGee (toofishes)
Wednesday, 06 April 2011, 17:35 GMT
Reason for closing: Fixed
Additional comments about closing: 3.5.2, commit a164c8405a0fb08cc
Wednesday, 06 April 2011, 17:35 GMT
Reason for closing: Fixed
Additional comments about closing: 3.5.2, commit a164c8405a0fb08cc
local needle=$(tr '[:upper:]' '[:lower:]' <<< $1); shift
opt=$(tr '[:upper:]' '[:lower:]' <<< $opt)
which are actually removed from the next version of makepkg. So this will solve itself....
Anyway, I think this is unrelated to makepkg. This error is generally a sign of a filesystem permissions issue (although the "Success" message is confusing me). I would like to see the output of "df" and "cat /proc/mounts".