Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80393 - FAILED: app-dicts/edictionary-1.2
Summary: FAILED: app-dicts/edictionary-1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High normal
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 14:24 UTC by Hector Parra
Modified: 2008-02-29 21:12 UTC (History)
0 users

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


Attachments
patch for older install scripts (like on OSX) (edictionary-1.2-osx.patch,542 bytes, patch)
2005-08-26 12:30 UTC, Fabian Groffen
Details | Diff
the modified ebuild to get it running on OSX (ebuild.diff,982 bytes, patch)
2005-08-26 12:31 UTC, Fabian Groffen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Parra 2005-02-01 14:24:10 UTC
option -D passed to 'install'.

Installing as /var/tmp/portage/edictionary-1.2/image//usr/bin/edict
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64

!!! ERROR: app-dicts/edictionary-1.2 failed.
!!! Function src_install, Line 23, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Lina Pezzella (RETIRED) gentoo-dev 2005-02-09 13:15:10 UTC
Yup. The newer version of fileutils found on my gentoo linux box has this lovely feature.
OSX does not. Create a g-util? or better yet...wait until pathspec? Ideas anyone?
Comment 2 Fabian Groffen gentoo-dev 2005-08-26 12:30:23 UTC
Created attachment 66935 [details, diff]
patch for older install scripts (like on OSX)

or just patch the Makefile.

It only wants to install a perl file and the -D option is some sort of equal to
mkdir -p which IS available on OSX

Review requested
Comment 3 Fabian Groffen gentoo-dev 2005-08-26 12:31:43 UTC
Created attachment 66937 [details, diff]
the modified ebuild to get it running on OSX

the changes made to the ebuild
Comment 4 Fabian Groffen gentoo-dev 2008-02-29 21:12:14 UTC
works in prefix, feels useless though.