Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143053 - emerge app-dicts/kasumi-2.0.1 fails; /bin/sh: @MKINSTALLDIRS@: No such file or directory
Summary: emerge app-dicts/kasumi-2.0.1 fails; /bin/sh: @MKINSTALLDIRS@: No such file o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on: 142852
Blocks:
  Show dependency tree
 
Reported: 2006-08-06 23:01 UTC by Rickard Närström
Modified: 2006-08-20 05:11 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rickard Närström 2006-08-06 23:01:57 UTC
----
Making install in po
make[1]: Entering directory `/var/tmp/portage/kasumi-2.0.1/work/kasumi-2.0.1/po'
/bin/sh @MKINSTALLDIRS@ /var/tmp/portage/kasumi-2.0.1/image//usr/share
/bin/sh: @MKINSTALLDIRS@: Filen eller katalogen finns inte
make[1]: *** [install-data-yes] Fel 127
make[1]: Leaving directory `/var/tmp/portage/kasumi-2.0.1/work/kasumi-2.0.1/po'
make: *** [install-recursive] Fel 1

!!! ERROR: app-dicts/kasumi-2.0.1 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_install
  ebuild.sh, line 1017:   Called src_install
  kasumi-2.0.1.ebuild, line 46:   Called die

!!! emake install failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
----

----
Portage 2.1.1_pre4-r3 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.17-suspend2-r2 i686)
=================================================================
System uname: 2.6.17-suspend2-r2 i686 Intel(R) Celeron(TM) CPU                1133MHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.12-r6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/init.d /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.du.se/pub/os/gentoo http://mirror.uni-c.dk/pub/gentoo/ ftp://ftp.linux.ee/pub/gentoo/distfiles/"
LANG="sv_SE.UTF-8"
LC_ALL="sv_SE.UTF-8"
LINGUAS="sv"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac alsa amarok anthy arts bash-completion berkdb bitmap-fonts bittorrent catalogs ccache cdda cddb cdparanoia cdr cdrom cjk cli crypt css cups dbus dhcp dlloader dnd dpms dri dvd dvdread elf elibc_glibc emboss encode fam ffmpeg flac flash fontconfig foomaticdb gdbm geoip gif gpm graphviz gtk2 hal i8x0 iconv id3 imlib immqt input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics isdnlog jabber jpeg kde kdm kernel_linux lame latex libg++ libwww linguas_sv lm_sensors mad matroska mikmod mime mmx mng mod mono mouse mp3 mp4 mpeg mpeg2 mplayer msn ncurses network nls no-old-linux nogecko-sdk nptl nptlonly nsplugin offensive ogg oggvorbis opengl oscar pam pci pcmcia pcre pdf perl png pnp pppd python qt qt3 qt4 quicktime readline real reiserfs rss samba screen sdl sdl-sound session shared speex spell sql sse ssl subtitles subversion svg svgz sysfs tabs tcpd tetex theora timidity transcode truetype truetype-fonts type1 type1-fonts udev unicode userland_GNU userlocales video_cards_i810 vim vim-pager vorbis win32codecs wv x264 xim xine xml xorg xrandr xscreensaver xv zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
----
Comment 1 hiyuh 2006-08-07 03:42:33 UTC
Reproduced my ~ppc env.
I guess it's autoconf-2.60's fault...
Comment 2 hiyuh 2006-08-07 04:11:35 UTC
in src_unpack(), to use "AT_M4DIR=${S}/m4 eautoreconf" (instead of "eautoreconf") should fix.
Comment 3 Rickard Närström 2006-08-07 05:00:52 UTC
(In reply to comment #2)
> in src_unpack(), to use "AT_M4DIR=${S}/m4 eautoreconf" (instead of
> "eautoreconf") should fix.
> 

Yes, that helped.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2006-08-20 05:07:56 UTC
BUGZ: Enter comment
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2006-08-20 05:11:10 UTC
What I really meant was 'fixed in portage'