Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73586 - SphinxTrain doesn't install/can't find installation scripts
Summary: SphinxTrain doesn't install/can't find installation scripts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
: 99430 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-06 13:47 UTC by laughingplant
Modified: 2005-07-21 01:54 UTC (History)
3 users (show)

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


Attachments
Fixes installation issue. Fixes compilation on GCC 3.4. Extract this archive into PORTDIR_OVERLAY/apps-accessibility. (SphinxTrain-0.9.1-r2.ebuild.tar.bz2,2.47 KB, application/x-bzip)
2005-05-01 10:19 UTC, Brett Edgar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description laughingplant 2004-12-06 13:47:20 UTC
>>> Install SphinxTrain-0.9.1-r1 into /var/tmp/portage/SphinxTrain-0.9.1-r1/image/ category app-accessibility
install: `bin.i686-pc-linux-gnu/scripts_pl' is a directory

!!! ERROR: app-accessibility/SphinxTrain-0.9.1-r1 failed.
!!! Function src_install, Line 29, Exitcode 3
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1.emerge -v SphinxTrain

Actual Results:  
Gives above error.

Expected Results:  
Install.

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1,sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium4 -mmmx -msse -msse2 -mfpmath=sse -ffast-math
-fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -mmmx -msse -msse2 -mfpmath=sse -ffast-math
-fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms userpriv
usersandbox"
GENTOO_MIRRORS="http://gentoo.ccccom.com ftp://mirrors.tds.net/gentoo
http://gentoo.seren.com/gentoo ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO
http://ftp.gentoo.or.kr/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa apm arts avi berkdb bidi bitmap-fonts cdr crypt dga divx4linux
dvb dvd dvdread encode esd f77 fam foomaticdb fortran gcj gdbm gif gnome gpm gtk
gtk2 imagemagick imlib java jpeg kde libg++ libwww live lzo mad mikmod mmx motif
mozilla mpeg ncurses nls nptl oggvorbis opengl oss pam pdflib perl pic plotutils
png python qt quicktime readline real rtc samba sdl spell sse ssl svga tcltk
tcpd tetex theora tiff truetype v4l v4l2 x86 xml2 xmms xprint xv xvid zlib"
Comment 1 Fabrizio Lanza 2004-12-15 12:33:56 UTC
I get the same error!
Comment 2 Robert Wolf 2005-03-29 10:05:46 UTC
Me too. Problem is that dobin bin.*/* selects also directory scripts_pl, which is the problem. My solution is to replace in SphinxTrain-0.9.1-r1.ebuild line

dobin bin.*/* || die

with 

find bin.* -type f -mindepth 1 -maxdepth 1 -exec dobin "{}" ';' || die

Now it works.
Comment 3 Erlend Pedersen :. 2005-04-30 15:53:14 UTC
Thanks -- Worked for me, too. Surely someone could stuff this fix into the ebuild?
Comment 4 Brett Edgar 2005-05-01 10:19:42 UTC
Created attachment 57752 [details]
Fixes installation issue.  Fixes compilation on GCC 3.4.  Extract this archive into PORTDIR_OVERLAY/apps-accessibility.
Comment 5 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-05-16 12:17:39 UTC
patch works great here *pokes accessibility herd* can we get this commited into unstable?
Comment 6 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-20 15:00:45 UTC
in portage.  thanks.
Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-21 01:54:22 UTC
*** Bug 99430 has been marked as a duplicate of this bug. ***