Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16821 - gtranslator 0.43's ebuild is borked out
Summary: gtranslator 0.43's ebuild is borked out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-04 08:43 UTC by André Lemos
Modified: 2003-03-05 18:45 UTC (History)
0 users

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


Attachments
Corrected ebuild (gtranslator-0.43.ebuild,1.60 KB, text/plain)
2003-03-04 08:49 UTC, André Lemos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description André Lemos 2003-03-04 08:43:28 UTC
------------------------------------------------------------------
-- gtranslator compilation options
 
gtranslator version       :     0.43
 
bind po & co. files       :     yes
 
GAL & GnomeVFS version    :     0.22 & 1.0.5
 
CFLAGS                    :     -march=pentium3 -O3 -pipe -Wall -Wunused
 
debug friendly build      :     no
 
Scrollkeeper integration  :     yes
------------------------------------------------------------------
-- For suggestions, problems & bug reports for gtranslator please
    use http://bugzilla.gnome.org/enter_bug.cgi?product=gtranslator
 
+ --disable-nls
/usr/sbin/ebuild.sh: line 40: --disable-nls: command not found
+ diefunc src_compile 40 127 './configure failed'
+ local funcname=src_compile lineno=40 exitcode=127
+ shift 3
+ echo
 
+ echo '!!! ERROR: app-text/gtranslator-0.43 failed.'
!!! ERROR: app-text/gtranslator-0.43 failed.
+ echo '!!! Function src_compile, Line 40, Exitcode 127'
!!! Function src_compile, Line 40, Exitcode 127
+ echo '!!! ./configure failed'
!!! ./configure failed
+ echo
 
+ exit 1
Comment 1 André Lemos 2003-03-04 08:49:30 UTC
Created attachment 8955 [details]
Corrected ebuild

sugested gtranslator-0.43-r1.ebuild
Comment 2 Markus Bertheau (RETIRED) gentoo-dev 2003-03-05 18:18:37 UTC
Remove line 41 (the empty line between

                --prefix=/usr \
and
                ${myopts} || die "./configure failed"

in /usr/portage/app-text/gtranslator-0.43.ebuild

and merge. It's going to be fixed in cvs in no time. Thanks for the report.
Comment 3 Markus Bertheau (RETIRED) gentoo-dev 2003-03-05 18:45:08 UTC
It's actually line 39, not line 41.