FS#10725 - makepkg fail to work when directory contains spaces in the name
Attached to Project:
Pacman
Opened by Ionut Biru (wonder) - Saturday, 21 June 2008, 21:48 GMT
Last edited by Allan McRae (Allan) - Thursday, 26 June 2008, 06:46 GMT
Opened by Ionut Biru (wonder) - Saturday, 21 June 2008, 21:48 GMT
Last edited by Allan McRae (Allan) - Thursday, 26 June 2008, 06:46 GMT
|
Details
Summary and Info:
makepkg fail to work when directory contains spaces in the name Steps to Reproduce: /home/wonder/packages/untitled folder/freetype2 makepkg fails at cd $startdir/freetype-${pkgver} if i put that in " " then that line will work but then will fail on compiling after configure make: Nothing to be done for `unix'. config.mk:36: /home/wonder/packages/untitled: No such file or directory config.mk:36: folder/freetype2-ubuntu/src/freetype-2.3.6/builds/freetype.mk: No such file or directory config.mk:57: /home/wonder/packages/untitled: No such file or directory config.mk:57: folder/freetype2-ubuntu/src/freetype-2.3.6/builds/unix/install.mk: No such file or directory builds/toplevel.mk:158: /home/wonder/packages/untitled: No such file or directory builds/toplevel.mk:158: folder/freetype2-ubuntu/src/freetype-2.3.6/builds/modules.mk: No such file or directory make: *** No rule to make target `folder/freetype2-ubuntu/src/freetype-2.3.6/builds/modules.mk'. Stop. |
This task depends upon
Closed by Allan McRae (Allan)
Thursday, 26 June 2008, 06:46 GMT
Reason for closing: Implemented
Additional comments about closing: Fix makepkg in git repo. PKGBUILD and upstream build files need to be fixed by their maintainers.
Thursday, 26 June 2008, 06:46 GMT
Reason for closing: Implemented
Additional comments about closing: Fix makepkg in git repo. PKGBUILD and upstream build files need to be fixed by their maintainers.
I think directories/filenames with space are in general not appreciated by lunix softwares.
I am closing this as all the internal makepkg support for directories with spaces is fixed in git. Not much we can do about the others.