Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364731 - dev-lang/gnu-smalltalk should DEPEND on app-arch/zip
Summary: dev-lang/gnu-smalltalk should DEPEND on app-arch/zip
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Luis Araujo (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 23:23 UTC by Wolfgang Dann
Modified: 2011-10-09 23:33 UTC (History)
1 user (show)

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


Attachments
Build.log (Build.log,4.64 KB, text/plain)
2011-07-03 21:34 UTC, Piotr Szymaniak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Dann 2011-04-24 23:23:02 UTC
configure phase fails if zip is not installed

Reproducible: Always

Steps to Reproduce:
1.emerge --unmerge zip
2.emerge gnu-smalltalk
3.
Actual Results:  
package fails to install

Expected Results:  
emerge zip && emerge gnu-smalltalk

list zip in dependencies
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-04-26 03:13:41 UTC
Confirmed.

>>> Compiling source in /var/tmp/portage/dev-lang/gnu-smalltalk-3.2.3/work/smalltalk-3.2.3 ...
 * econf: updating smalltalk-3.2.3/build-aux/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating smalltalk-3.2.3/build-aux/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --with-system-libsigsegv --with-system-libffi --with-system-libltdl --without-emacs --with-readline --without-gmp --without-tcl --without-tk --disable-gtk
configure: loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu

Build Tools:
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking whether ln works... yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for i686-pc-linux-gnu-windres... no
checking for windres... no
checking for install-info... /usr/bin/install-info
checking for zip... no
checking for timeout... timeout 60s
configure: error: Please install InfoZIP to use GNU Smalltalk.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/gnu-smalltalk-3.2.3/work/smalltalk-3.2.3/config.log
 * ERROR: dev-lang/gnu-smalltalk-3.2.3 failed (compile phase):
 *   econf failed
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 2620:  Called econf '--libdir=/usr/lib' '--with-system-libsigsegv' '--with-system-libffi' '--with-system-libltdl' '--without-emacs' '--with-readline' '--without-gmp' '--without-tcl' '--without-tk' '--disable-gtk'
 *     ebuild.sh, line  557:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of 'emerge --info =dev-lang/gnu-smalltalk-3.2.3',
 * the complete build log and the output of 'emerge -pqv =dev-lang/gnu-smalltalk-3.2.3'.
 * The complete build log is located at '/keeps/gentoo/emergelogs/bastiaan/dev-lang:gnu-smalltalk-3.2.3:20110426-031150.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/gnu-smalltalk-3.2.3/temp/environment'.
 * S: '/var/tmp/portage/dev-lang/gnu-smalltalk-3.2.3/work/smalltalk-3.2.3'
Comment 2 Piotr Szymaniak 2011-07-03 21:34:54 UTC
Created attachment 278977 [details]
Build.log

Same here…
Comment 3 Luis Araujo (RETIRED) gentoo-dev 2011-10-09 23:33:09 UTC
Updated gnu-smalltalk-3.2.4 package version submitted to the tree with this fix.

Thanks for reporting bug.