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

Bug 464604

Summary: sys-apps/diffutils-3.3 - /bin/sh: line 5: @mkdir_p@: command not found
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: jer
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2013-04-04 15:28:48 UTC
sys-apps/diffutils-3.3 fails to install locales due to unexpanded @mkdir_p@.
This bug does not occur in sys-apps/diffutils-3.2.

Making install in po
make[1]: Entering directory `/var/tmp/portage/sys-apps/diffutils-3.3/work/diffutils-3.3/po'
/bin/sh: line 5: @mkdir_p@: command not found
/usr/bin/install: cannot create regular file '/var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/cs/LC_MESSAGES/diffutils.mo': No such file or directory
installing cs.gmo as /var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/cs/LC_MESSAGES/diffutils.mo
/bin/sh: line 5: @mkdir_p@: command not found
/usr/bin/install: cannot create regular file '/var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/fr/LC_MESSAGES/diffutils.mo': No such file or directory
installing fr.gmo as /var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/fr/LC_MESSAGES/diffutils.mo
/bin/sh: line 5: @mkdir_p@: command not found
/usr/bin/install: cannot create regular file '/var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/pl/LC_MESSAGES/diffutils.mo': No such file or directory
installing pl.gmo as /var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/pl/LC_MESSAGES/diffutils.mo
/bin/sh: line 5: @mkdir_p@: command not found
/usr/bin/install: cannot create regular file '/var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/ru/LC_MESSAGES/diffutils.mo': No such file or directory
installing ru.gmo as /var/tmp/portage/sys-apps/diffutils-3.3/image//usr/share/locale/ru/LC_MESSAGES/diffutils.mo
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-04-04 15:43:43 UTC
Yes.
Comment 2 SpanKY gentoo-dev 2013-04-04 18:17:56 UTC
should be all set now in the tree; thanks for the report!

Commit message: Hack around bad upstream packaging w/gettext
http://sources.gentoo.org/sys-apps/diffutils/diffutils-3.3.ebuild?r1=1.1&r2=1.2