Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168364 - dev-tcltk/tls-1.4.1 configure error
Summary: dev-tcltk/tls-1.4.1 configure error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 19:38 UTC by Lóránt Farkas
Modified: 2007-02-26 09:56 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 Lóránt Farkas 2007-02-25 19:38:39 UTC
when trying emerge dev-tcltk/tls-1.4.1 I get:
>>> Emerging (1 of 2) dev-tcltk/tls-1.4.1 to /
 * tls1.4.1-src.tar.gz MD5 ;-) ...                                                                              [ ok ]
 * tls1.4.1-src.tar.gz RMD160 ;-) ...                                                                       [ ok ]
 * tls1.4.1-src.tar.gz SHA1 ;-) ...                                                                             [ ok ]
 * tls1.4.1-src.tar.gz SHA256 ;-) ...                                                                        [ ok ]
 * tls1.4.1-src.tar.gz size ;-) ...                                                                              [ ok ]
 * checking ebuild checksums ;-) ..                                                                     [ ok ]
 * checking auxfile checksums ;-) ...                                                                    [ ok ]
 * checking miscfile checksums ;-) ...                                                                 [ ok ]
 * checking tls1.4.1-src.tar.gz ;-) ...                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking tls1.4.1-src.tar.gz to /var/tmp/portage/dev-tcltk/tls-1.4.1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-tcltk/tls-1.4.1/work/tls1.4 ...
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-ssl-dir=/usr --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon64 -O2 -pipe ) works... yes
checking whether the C compiler (gcc -march=athlon64 -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking if libgcc is needed to resolve openssl symbols... no
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for Cygwin environment... no
checking for object suffix... o
checking for mingw32 environment... no
checking for executable suffix... no
checking for Tcl configuration... configure: warning: Can't find Tcl configuration definitions
make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: dev-tcltk/tls-1.4.1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 1267:   Called src_compile
  tls-1.4.1.ebuild, line 20:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-tcltk/tls-1.4.1/temp/build.log'.


Fixed after add the parameter --with-tcl=/usr/lib64 to econf in the ebuild.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-25 19:51:33 UTC
Don't resolve bugs that are not fixed anywhere in CVS. Thanks.
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2007-02-26 09:56:55 UTC
fixed the bug by just marking 1.5.0 stable which works already without change