Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100836 - x11-libs/xforms 1.0.90 should DEPEND on media-libs/jpeg
Summary: x11-libs/xforms 1.0.90 should DEPEND on media-libs/jpeg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 13:44 UTC by Peter Gordon (RETIRED)
Modified: 2005-07-30 21:22 UTC (History)
0 users

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 Peter Gordon (RETIRED) gentoo-dev 2005-07-30 13:44:49 UTC
I'm installing xforms (as a dependency for pcmcia-cs) and it fails with the
following error:

config.status: creating lib/config.h
config.status: executing depfiles commands

Configuration
  Host type:                      i686-pc-linux-gnu
  Special build flags:             warnings
  C Compiler:                     i686-pc-linux-gnu-gcc
  C Compiler flags:               -Os -march=pentium4 -fomit-frame-pointer -pipe
-funit-at-a-time -Wall
  Linker flags:                   

**** The following problems have been detected by configure.
**** Please check the messages below before running 'make'.
**** (see the section 'Problems' in the INSTALL file)

** Cannot find libjpeg. Please check that the jpeg library
   is correctly installed on your system.

It continues to compile ok but after a few minutes dies out with many compile
errors about undefined jpeg functions.

If I install media-libs/jpeg, then xforms compiles and installs correctly.

Reproducible: Always
Steps to Reproduce:
1. emerge  --sync
2. emerge xforms
3. 




Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.11 i686)
=================================================================
System uname: 2.6.11 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium4 -fomit-frame-pointer -pipe -funit-at-a-time"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -fomit-frame-pointer -pipe -funit-at-a-time"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://distfiles.gentoo.org
ftp://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="C"
LC_ALL="C"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 X a52 acpi alsa artworkextra bash-completion berkdb bzip2 cdr chroot
cjk crypt cscope cups curl dbus directfb dlloader dvd ecc encode erandom fbcon
flac gdbm glibc-omitfp gnome gnutls gpm gstreamer gtk gtk2 hal howl hpn ipv6
javascript jpeg justify logrotate mad mmx mozilla moznocompose moznoirc
moznomail mozsvg mozxmlterm mpeg ncurses nls nodrm nptl nptlonly ogg oggvorbis
opengl pam pam_console pcmcia pcre perl php pic png pwdb python readline samba
sdk sdl skey slang slp spell sse ssl svga tcpd theora tiff truetype
truetype-fonts type1-fonts unicode usb vim-with-x vorbis xforms xml xml2 xprint
xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2005-07-30 21:22:43 UTC
Confirmed and fixed in cvs.
Thanks for reporting!