Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420469 - sys-apps/pacman-4.0.1 fails to install: @MKINSTALLDIRS@: No such file or directory
Summary: sys-apps/pacman-4.0.1 fails to install: @MKINSTALLDIRS@: No such file or dire...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 142852
  Show dependency tree
 
Reported: 2012-06-10 06:50 UTC by Ilya Gordeev
Modified: 2012-06-16 05:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,77.02 KB, text/plain)
2012-06-10 06:51 UTC, Ilya Gordeev
Details

Note You need to log in before you can comment on or make changes to this bug.
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.