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

Bug 420469

Summary: sys-apps/pacman-4.0.1 fails to install: @MKINSTALLDIRS@: No such file or directory
Product: Gentoo Linux Reporter: Ilya Gordeev <mirraz1>
Component: New packagesAssignee: Nathan Phillip Brink (binki) (RETIRED) <binki>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 142852    
Attachments: build.log

Description Ilya Gordeev 2012-06-10 06:50:47 UTC
>>> Install pacman-4.0.1 into /var/tmp/portage/sys-apps/pacman-4.0.1/image/ category sys-apps
>>> Working in BUILD_DIR: "/var/tmp/portage/sys-apps/pacman-4.0.1/work/pacman-4.0.1_build"
make -j3 DESTDIR=/var/tmp/portage/sys-apps/pacman-4.0.1/image/ install 
Making install in lib/libalpm
make[1]: Entering directory `/var/tmp/portage/sys-apps/pacman-4.0.1/work/pacman-4.0.1_build/lib/libalpm'
Making install in po
make[2]: Entering directory `/var/tmp/portage/sys-apps/pacman-4.0.1/work/pacman-4.0.1_build/lib/libalpm/po'
/bin/sh @MKINSTALLDIRS@ /var/tmp/portage/sys-apps/pacman-4.0.1/image//usr/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[2]: *** [install-data-yes] Error 127
make[2]: Leaving directory `/var/tmp/portage/sys-apps/pacman-4.0.1/work/pacman-4.0.1_build/lib/libalpm/po'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-apps/pacman-4.0.1/work/pacman-4.0.1_build/lib/libalpm'
make: *** [install-recursive] Error 1
 * ERROR: sys-apps/pacman-4.0.1 failed (install phase):
 *   emake failed


Reproducible: Always
Comment 1 Ilya Gordeev 2012-06-10 06:51:13 UTC
Created attachment 314853 [details]
build.log
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2012-06-16 05:29:11 UTC
+  16 Jun 2012; Nathan Phillip Brink <binki@gentoo.org> pacman-4.0.1.ebuild:
+  Fix inconsistency between m4/gettext.m4 and Makefile.in.in caused by
+  autopoint running. Fixes bug #420469 by Ilya Gordeev.

Thanks for reporting the bug and sorry for the delay of the fix.