Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135949 - libhttpd-persistent configure is broken: file not found
Summary: libhttpd-persistent configure is broken: file not found
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: Sparc Linux
: High major (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-07 11:12 UTC by Shaun Prince
Modified: 2006-11-07 11:28 UTC (History)
1 user (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 Shaun Prince 2006-06-07 11:12:09 UTC
<SNIP>
from protocol.c:41:
/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.5/include/g++-v3/sparc-unknown-linux-gnu/bits/c++config.h:35:29: bits/os_defines.h: No such file or directory
</SNIP>

<SNIP>
/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.5/include/g++-v3/bits/locale_facets.h:132:31: bits/ctype_base.h: No such file or directory
</SNIP>

<SNIP>
/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.5/include/g++-v3/bits/locale_facets.h:146: error: invalid use of undefined type `struct std::ctype_base'
</SNIP>

sparc:~# emerge --info
Portage 2.0.54-r2 (default-linux/sparc/sparc32/2006.0/2.4, gcc-3.4.5, glibc-2.3.5-r3, 2.4.32-sparc-r4 sparc)
=================================================================
System uname: 2.4.32-sparc-r4 sparc sun4m
Gentoo Base System version 1.6.14
ccache version 2.3 [disabled]
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.4.26-r1
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CBUILD="sparc-unknown-linux-gnu"
CFLAGS="-mcpu=hypersparc -O3 -pipe"
CHOST="sparc-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=hypersparc -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="sparc apache2 berkdb bitmap-fonts bzip2 cli crypt cups dba dlloader dri expat fbcon foomaticdb fortran gd gdbm gif gstreamer gtk gtk2 imlib isdnlog jpeg libwww motif ncurses nls oss pam pcre perl png pppd python readline reflection session spell spl ssl tcpd truetype truetype-fonts type1-fonts xml xorg zlib userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-07 11:18:38 UTC
Please, don't restrict bugs without any reason...
Comment 2 Gustavo Zacarias (RETIRED) gentoo-dev 2006-10-23 06:24:21 UTC
This looks like a sparc32-ism to me. We currently don't support sparc32, but you could try using a 2.6 kernel with 2.6 headers since it seems headers-related while also upgrading to the latest gcc-3.4.6-r1.
2.6 works for hypers in theory but not SMP iirc, and really should be much better than 2.4 for those.
Comment 3 Gustavo Zacarias (RETIRED) gentoo-dev 2006-11-07 11:28:46 UTC
Reopen when you've got more info about this, thanks.
Also try not to use -O3 it's kinda icky and very much untested lately for sparc32.