Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145607 - dev-libs/libgalago-0.3.3 install failure: @MKINSTALLDIRS@: No such file or directory
Summary: dev-libs/libgalago-0.3.3 install failure: @MKINSTALLDIRS@: No such file or di...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 142852
Blocks:
  Show dependency tree
 
Reported: 2006-08-30 07:55 UTC by Ed Catmur
Modified: 2006-12-18 18:00 UTC (History)
4 users (show)

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


Attachments
fixed ebuild (libgalago-0.3.3.ebuild,1.05 KB, text/plain)
2006-09-07 10:27 UTC, Alex Bogak
Details

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