Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49189 - emerging mtx 1.2.17 fails
Summary: emerging mtx 1.2.17 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 11:35 UTC by Ryan Bebeau
Modified: 2004-05-11 07:58 UTC (History)
0 users

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


Attachments
Fix to the mtx ebuild (mtx-1.2.17.patch,373 bytes, patch)
2004-04-27 11:47 UTC, Ryan Bebeau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Bebeau 2004-04-27 11:35:50 UTC
Cannot emerge mtx 1.2.17 because of a small error in the ebuild.

Reproducible: Always
Steps to Reproduce:
1. emerge mtx
2. 
3.

Actual Results:  
/usr/sbin/ebuild.sh: /usr/portage/sys-apps/mtx/mtx-1.2.17.ebuild: line 31:
syntax error: unexpected end of file

!!! ERROR: sys-apps/mtx-1.2.17 failed.
!!! Function , Line 1291, Exitcode 1
!!! error sourcing ebuild

Expected Results:  
Should have emerged successfully

The reason for the emerge error is because the last two lines of the ebuild are
truncated.





Portage 2.0.50-r6 (hardened-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9,
2.4.24-hardened-r3)
=================================================================
System uname: 2.4.24-hardened-r3 i686 Intel(R) Xeon(TM) CPU 1.50GHz
Gentoo Base System version 1.4.9
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox sfperms strict"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
USE="apache2 crypt hardened innodb maildir mmx mysql ncurses nocardbus odbc pam
perl pic python readline samba sse ssl tcpd x86 zlib"
Comment 1 Ryan Bebeau 2004-04-27 11:47:19 UTC
Created attachment 30170 [details, diff]
Fix to the mtx ebuild
Comment 2 Ryan Bebeau 2004-05-11 07:58:26 UTC
Ok, closing this bug since it seems like the ebuild was fixed.