Opened 21 years ago
Closed 19 years ago
#1482 closed enhancement (fixed)
NEW: except-5.40.0
Reported by: | IOOI-SqAR | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
except-5.40.0
the portfile can be found here: INLINE
Description: Expect is a tool for automating interactive applications and testing. Employed by for instance DejaGnu.
Homepage: http://expect.nist.gov/
Comments: 3 test out of 15 still fail, the author of except Don Libes <libes@…> is already informed about this.
================INLINE CONTENT================ # $Id: $ PortSystem 1.0 name expect version 5.40.0 platforms darwin categories devel maintainers iooi@… description an automating and testing tool long_description Expect is a tool for automating interactive applications \
such as telnet, ftp, passwd, fsck, rlogin, tip, etc. \ Expect is also useful for testing these same applications. \ And by adding Tk, you can also wrap interactive applications in X11 GUIs.
homepage http://expect.nist.gov/ master_sites http://expect.nist.gov/src/ \
checksums md5 c79799a1c4ae2f51d8267110f6e37a8d
depends_build lib:libtcl8.4:tcl
worksrcdir ${name}-5.40
# This port also needs to have tcl extracted in order to build pre-configure { portexec tcl build } configure.args --disable-shared \
--with-tcl="${prefix}/lib" \ --with-tclinclude="${portpath}/../../lang/tcl/work/tcl8.4.5/generic/"
test.run yes test.cmd make test.target test -- iooi
Change History (3)
comment:1 Changed 21 years ago by IOOI-SqAR
comment:2 Changed 20 years ago by waqar@…
There is a problem with checksum and the build.
[waqar@morphine expect]$ port build
---> Fetching expect
---> Verifying checksum(s) for expect
---> Extracting expect
---> Configuring expect
Error: Dependency tcl not found
Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/darwinports/
dports/devel/expect/work/expect-5.40" && ./configure --prefix=/opt/local --disable-shared --with-
tcl="/opt/local/lib" --with-tclinclude="/opt/darwinports/dports/devel/expect/../../lang/tcl/work/
tcl8.4.5/generic/"" returned error 1
Command output: configuring Expect 5.40.0
checking for autoconf... yes
checking configure up to date... yes
checking host system type... Invalid configuration powerpc-apple-darwin7.7.0': system
darwin7.7.0'
not recognized
checking target system type... Invalid configuration `powerpc-apple-darwin7.7.0': system `darwin7.7.0' not recognized
checking build system type... Invalid configuration powerpc-apple-darwin7.7.0': system
darwin7.7.0'
not recognized
checking shell to use within Make... checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for building with threads... no (default) checking for Tcl configuration... configure: error: /opt/local/lib directory doesn't contain tclConfig.sh
[waqar@morphine expect]$
comment:3 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
submitted incl. bump to 5.43.0, included tcl-sources, sharing dist_subdir with tcl & tcltk
Typo in the summary: should read: NEW: expect-5.40.0