Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 73586
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jeremy Huddleston (RETIRED) <eradicator@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: laughingplant <hsggebhardt@ucdavis.edu>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
SphinxTrain-0.9.1-r2.ebuild.tar.bz2 Fixes installation issue. Fixes compilation on GCC 3.4. Extract this archive into PORTDIR_OVERLAY/apps-accessibility. application/x-bzip Brett Edgar 2005-05-01 10:19 0000 2.47 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73586 depends on: Show dependency tree
Bug 73586 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-06 13:47 0000
>>> 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 From Fabrizio Lanza 2004-12-15 12:33:56 0000 -------
I get the same error!

------- Comment #2 From Robert Wolf 2005-03-29 10:05:46 0000 -------
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 From Erlend Pedersen :. 2005-04-30 15:53:14 0000 -------
Thanks -- Worked for me, too. Surely someone could stuff this fix into the
ebuild?

------- Comment #4 From Brett Edgar 2005-05-01 10:19:42 0000 -------
Created an attachment (id=57752) [details]
Fixes installation issue.  Fixes compilation on GCC 3.4.  Extract this archive
into PORTDIR_OVERLAY/apps-accessibility.

------- Comment #5 From Alec Warner 2005-05-16 12:17:39 0000 -------
patch works great here *pokes accessibility herd* can we get this commited into
unstable?

------- Comment #6 From Jeremy Huddleston (RETIRED) 2005-07-20 15:00:45 0000 -------
in portage.  thanks.

------- Comment #7 From Jeremy Huddleston (RETIRED) 2005-07-21 01:54:22 0000 -------
*** Bug 99430 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug