Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119619 - dev-tcltk/tclx fails to configure with bash-3.1
Summary: dev-tcltk/tclx fails to configure with bash-3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 132990
  Show dependency tree
 
Reported: 2006-01-19 16:47 UTC by Markus Ullmann (RETIRED)
Modified: 2006-11-11 10:13 UTC (History)
3 users (show)

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


Attachments
removes mismatched quote (quote-removal.patch,790 bytes, patch)
2006-02-07 18:11 UTC, Richard Benjamin Voigt
Details | Diff
minimal ebuild (tclx-8.4.ebuild,1003 bytes, text/plain)
2006-02-07 18:12 UTC, Richard Benjamin Voigt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Ullmann (RETIRED) gentoo-dev 2006-01-19 16:47:07 UTC
Same bash problem as in bug #117744
Comment 1 Richard Benjamin Voigt 2006-02-07 18:11:24 UTC
Created attachment 79183 [details, diff]
removes mismatched quote

here is a patch which corrects the problem
Comment 2 Richard Benjamin Voigt 2006-02-07 18:12:49 UTC
Created attachment 79184 [details]
minimal ebuild

Here's a minimal ebuild which works for me to apply the patch and install... however it doesn't support many USE flags.  But it's ready to install into a portage overlay.
Comment 3 Richard Benjamin Voigt 2006-02-07 18:14:45 UTC
Thanks to Pete Klemm who found the fix. 
 http://sourceware.org/ml/insight/2006-q1/msg00041.html 
 
Since the patch changes inputs to autoconf, the ebuild has to follow up with
 rm .configure && autoreconf
and I'm not sure whether this belongs in src_unpack or src_compile... I put it in src_unpack
Comment 4 SpanKY gentoo-dev 2006-02-27 16:37:30 UTC
8.3.5 should be fixed now
Comment 5 Patrizio Bassi 2006-03-04 01:47:31 UTC
actually it's not completly fixed in portage, please reopen


checking for ar... ar
checking for build with symbols... no
checking for sys/ioctl.h... yes
checking for sys/filio.h... no
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... ./configure: line 7349: syntax error near unexpected token `('
./configure: line 7349: `  case `(ac_space=' '; set | grep ac_space) 2>&1` in'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/tclx-8.3.5/work/tcl8.4.6/unix/config.log

!!! ERROR: dev-tcltk/tclx-8.3.5 failed.
Comment 6 Patrizio Bassi 2006-04-28 03:56:01 UTC
spanky can you reopen this? it's not fixed actually.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-05-11 02:42:22 UTC
Reopen.
Comment 8 SpanKY gentoo-dev 2006-05-11 21:01:55 UTC
different bug so open a new one
Comment 9 SpanKY gentoo-dev 2006-05-11 21:14:41 UTC
mmm, no it isnt ... some of the configure scripts have this bug twice over while some only have it once

should be fixed in cvs now
Comment 10 Patrizio Bassi 2006-05-12 02:47:07 UTC
i confirm it's fixed