Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137921 - emerge of net-misc/openssh-4.3_p2-r2 fails during configure due to missing [ in configure.ac
Summary: emerge of net-misc/openssh-4.3_p2-r2 fails during configure due to missing [ ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Highest major (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://bugzilla.mindrot.org/show_bug....
Whiteboard:
Keywords:
: 137940 (view as bug list)
Depends on:
Blocks: 137964
  Show dependency tree
 
Reported: 2006-06-25 04:01 UTC by Adam Potter
Modified: 2006-06-27 02:53 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 Adam Potter 2006-06-25 04:01:24 UTC
Emerge of net-misc/openssh-4.3_p2-r2 fails during configure step, giving:
----
checking for (overly) strict mkstemp... no
./configure: line 16377: syntax error near unexpected token `]]'
./configure: line 16377: `]])'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/openssh-4.3_p2-r2/work/openssh-4.3p2/config.log

!!! ERROR: net-misc/openssh-4.3_p2-r2 failed.
Call stack:
  ebuild.sh, line 1540:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  openssh-4.3_p2-r2.ebuild, line 112:   Called econf '--with-ldflags=' '--disable-strip' '--sysc
onfdir=/etc/ssh' '--libexecdir=/usr/lib/misc' '--datadir=/usr/share/openssh' '--disable-suid-ssh
' '--with-privsep-path=/var/empty' '--with-privsep-user=sshd' '--with-md5-passwords' '--without-
libedit' '--without-kerberos5' '--with-tcp-wrappers' '--without-skey' '--without-opensc' '--with
-pam'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
----

contents of "emerge --info":

Gentoo Base System version 20060624
Portage 2.1.1_pre1-r2 (default-bsd/fbsd/6.1/x86, gcc-3.4.6, freebsd-lib-6.1-r0, 6.1-RELEASE-p1 i386)
=================================================================
System uname: 6.1-RELEASE-p1 i386 i386
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59d
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  6.1
ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd"
AUTOCLEAN="yes"
CBUILD="i686-gentoo-freebsd6.1"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-gentoo-freebsd6.1"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy collision-protect distlocks metadata-transfer sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/portage-alt-overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86-fbsd X cups gdbm gif ipv6 jpeg ncurses ogg oss pam perl png python readline ssl tcltk tcpd truetype unicode usb xml xorg xv zlib elibc_FreeBSD kernel_FreeBSD userland_BSD"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Adam Potter 2006-06-25 04:18:34 UTC
Added link to config.log file that was produced after error.
http://home.alltel.net/capkanada/config.log.txt
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-06-25 12:02:03 UTC
This is *not* a problem of Gentoo/*BSD, I can reproduce the same on Gentoo/Linux... let's rejoice that the new autoconf version broke stuff.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-25 20:32:00 UTC
*** Bug 137940 has been marked as a duplicate of this bug. ***
Comment 4 SpanKY gentoo-dev 2006-06-26 18:01:28 UTC
this is a bug in the configure script ... it's missing an open [
Comment 5 SpanKY gentoo-dev 2006-06-26 18:07:45 UTC
fixed configure script in cvs