Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172674 - net-misc/socat-1.6.0 released
Summary: net-misc/socat-1.6.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL: http://www.dest-unreach.org/socat/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 14:02 UTC by Simon Cooper
Modified: 2007-04-07 21:43 UTC (History)
0 users

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 Simon Cooper 2007-03-29 14:02:02 UTC
As per the website, socat-1.6.0 was released on the 6th. The configure script may have been changed; copying over the 1.4.3.1 ebuild and removing the version-specific patches produce the following:

>>> Compiling source in /var/tmp/portage/net-misc/socat-1.6.0.0 ...

!!! ERROR: net-misc/socat-1.6.0.0 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3139:   Called src_compile
  socat-1.6.0.0.ebuild, line 29:   Called econf '--enable-openssl' '--enable-readline' '--disable-ip6' '--enable-libwrap'
  ebuild.sh, line 580:   Called die

!!! no configure script found
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2007-03-31 00:46:45 UTC
Actually, the configure problem comes from this line:

S="${WORKDIR}/socat-${PV:0:3}"

Socat now extracts to ${P} instead of socat-${PV:0:3}.
Remove the line and the ebuild will be able to cd to the right directory and run the configure script. It will then compile and install fine.
Comment 2 Raphael Marichez (Falco) (RETIRED) gentoo-dev 2007-04-07 21:43:27 UTC
thanks; socat-1.6 was bumped by dragonheart yesterday