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

Bug 145607

Summary: dev-libs/libgalago-0.3.3 install failure: @MKINSTALLDIRS@: No such file or directory
Product: Gentoo Linux Reporter: Ed Catmur <ed>
Component: Current packagesAssignee: Saleem Abdulrasool (RETIRED) <compnerd>
Status: RESOLVED FIXED    
Severity: normal CC: djay, gentopia, lars, tetromino
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 142852    
Bug Blocks:    
Attachments: fixed ebuild

Description Ed Catmur 2006-08-30 07:55:03 UTC
Making install in po
make[1]: Entering directory `/var/tmp/portage/libgalago-0.3.3/work/libgalago-0.3.3/po'
/bin/sh `case "@MKINSTALLDIRS@" in /*) echo "@MKINSTALLDIRS@" ;; *) echo "@MKINSTALLDIRS@" ;; esac` /var/tmp/portage/libgalago-0.3.3/image//usr/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/libgalago-0.3.3/work/libgalago-0.3.3/po'
make: *** [install-recursive] Error 1
!!! ERROR: dev-libs/libgalago-0.3.3 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_install
  ebuild.sh, line 1017:   Called src_install
  libgalago-0.3.3.ebuild, line 40:   Called die
!!! install failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Lars Strojny 2006-09-01 01:57:46 UTC
I can confirm this issue.
Comment 2 Alex Bogak 2006-09-07 06:34:08 UTC
I can confirm this as well
Comment 3 Alex Bogak 2006-09-07 10:27:28 UTC
Created attachment 96293 [details]
fixed ebuild

OK, it seems "MKINSTALLDIRS" is not defined in configure scripts, so I added it for install process.

Fixed ebuild is attached.
Comment 4 SpanKY gentoo-dev 2006-09-23 05:01:35 UTC
Comment on attachment 96293 [details]
fixed ebuild

no, see Bug 145607
Comment 5 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-18 13:14:02 UTC
Can you reproduce this still?
Comment 6 Ed Catmur 2006-12-18 18:00:14 UTC
Seems fixed in more recent releases.