Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28179 - media-libs/esdl-0.93.0526 won't emerge successfully
Summary: media-libs/esdl-0.93.0526 won't emerge successfully
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-08 04:38 UTC by Erlend Hamberg
Modified: 2004-04-06 10:27 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erlend Hamberg 2003-09-08 04:38:10 UTC
emerge exits with this error when I try to emerge media-libs/esdl-0.93.0526:

>>> Install esdl-0.93.0526 into /var/tmp/portage/esdl-0.93.0526/image/ category
media-libs
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `echo Found erlang at
{error_logger,{{2003,9,8},{13,31,33}},'inet_parse:~p:~p: erroneous line,
SKIPPED~n',['/etc/hosts'|'\r']}
{error_logger,{{2003,9,8},{13,31,33}},'inet_parse:~p:~p: erroneous line,
SKIPPED~n',['/etc/hosts'|'\016']} Eshell V5.2.3.3  (abort with ^G) /usr/lib/erlang'
make: *** [install] Error 2

!!! ERROR: media-libs/esdl-0.93.0526 failed.
!!! Function src_install, Line 28, Exitcode 2
!!! (no error message)
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2003-09-11 19:23:29 UTC
Well, I cannot reproduce this problem, so I'll need more info.

But first, if you use NVidia drivers, you might try the following sequence first in order to emerge esdl:
opengl-update xfree
emerge esdl
opengl-update nvidia
Although your problem does not look like related, but its an easy thing to try..

Errors like that are sometimes triggered by "race conditions", so are you on smp box? Try setting MAKEOPTS to -j1. Try also removing "-pipe" from your C[XX]FLAGS if you have it.
In any case, I need the output of your emerge info in order to be able to do anything. Pleease provide it unless above tricks solve the problem for you (in which case I would like a report on what worked ;))..

George
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2003-09-11 19:55:09 UTC
Anyway, there is an update upstream, so I've made an ebuild for a new version.
Please test it (and see if this one works for you).

George
Comment 3 SpanKY gentoo-dev 2004-02-21 04:46:17 UTC
esdl-0.94.0125 is now in portage, please try that out and re-open if it doesnt fix your problems :)