Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61187 - openvpn: configure doesn't recognise the i386-pc-linux-uclibc compiler in a uclibc env
Summary: openvpn: configure doesn't recognise the i386-pc-linux-uclibc compiler in a u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 67772
  Show dependency tree
 
Reported: 2004-08-21 12:29 UTC by Christian Zoffoli (RETIRED)
Modified: 2004-10-16 22:32 UTC (History)
2 users (show)

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


Attachments
fixes the compiler detection in a uclibc env (openvpn-uclibc-configure.chris.patch,521 bytes, patch)
2004-08-21 12:30 UTC, Christian Zoffoli (RETIRED)
Details | Diff
updated ebuild (openvpn-1.5.0-r1.ebuild,1.34 KB, application/octet-stream)
2004-08-21 12:31 UTC, Christian Zoffoli (RETIRED)
Details
updated ebuild (openvpn-1.5.0-r1.ebuild,1.33 KB, application/octet-stream)
2004-08-22 05:47 UTC, Christian Zoffoli (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Zoffoli (RETIRED) gentoo-dev 2004-08-21 12:29:42 UTC
When I try to compile the package in a uclibc env the configure script hangs

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




Portage 2.0.50-r9 (x86, gcc-3.3.4, glibc-0.9.26-r5, 2.6.8-rc2)
=================================================================
System uname: 2.6.8-rc2 i686 Pentium III (Coppermine)
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -pipe"
CHOST="i386-pc-linux-uclibc"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /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/bind /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://mirror.switch.ch/mirror/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://10.0.4.11/gentoo-portage"
USE="berkdb ncurses python readline ssl tcpd uclibc x86 zlib"
Comment 1 Christian Zoffoli (RETIRED) gentoo-dev 2004-08-21 12:30:12 UTC
Created attachment 37888 [details, diff]
fixes the compiler detection in a uclibc env
Comment 2 Christian Zoffoli (RETIRED) gentoo-dev 2004-08-21 12:31:09 UTC
Created attachment 37889 [details]
updated ebuild
Comment 3 solar (RETIRED) gentoo-dev 2004-08-21 17:03:14 UTC
vs. patching config.sub/.guess (unwriten policy we try to avoid) try a simple 

'inherit gnuconfig' and in the src_unpack() function add 'gnuconfig_update'
Comment 4 Christian Zoffoli (RETIRED) gentoo-dev 2004-08-22 05:47:41 UTC
Created attachment 37935 [details]
updated ebuild
Comment 5 Christian Zoffoli (RETIRED) gentoo-dev 2004-08-22 06:01:47 UTC
reply to #3

ok ...I've changed the ebuild, in the future I'll use your suggestion

Thanks
Comment 6 Thomas Eckert 2004-10-12 04:15:55 UTC
the version from comment #4 works fine for me.
[ Portage 2.0.50-r11 (x86, gcc-3.3.4, glibc-0.9.26-r5, 2.4.27) ]
Comment 7 solar (RETIRED) gentoo-dev 2004-10-16 21:33:39 UTC
I'll take this.
Comment 8 solar (RETIRED) gentoo-dev 2004-10-16 21:41:18 UTC
openvpn-1.5.0-r1 and openvpn-1.6.0 now call gnuconfig_update