Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110456 - gdal depends on libungif but should use and depend on giflib instead
Summary: gdal depends on libungif but should use and depend on giflib instead
Status: RESOLVED DUPLICATE of bug 85720
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 10:35 UTC by Andreas Plesch
Modified: 2005-10-25 11:09 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 Andreas Plesch 2005-10-25 10:35:55 UTC
bug# 85720 list gdal as fixed but as of  version 1.3.1 it still depends on  
libungif instead giflib which seems to be the preferred library. I changed  
the ebuild depends from:  
  
gif? (media-libs/libungif)  
  
to:  
  
gif? ( || ( media-libs/giflib media-libs/libungif ) )  
  
since I have giflib installed.   
  
It compiled and installed without problems but I did not actually use it.  
 

Reproducible: Always
Steps to Reproduce:
1.add gif to USE 
2.install giflib 
3.emerge gdal 
 
Actual Results:  
gdal is blocked by giflib since it wants to depend on libungif and not giflib.  

Expected Results:  
accept giflib as gif library. 

Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 
2.6.13-gentoo-r3 x86_64) 
================================================================= 
System uname: 2.6.13-gentoo-r3 x86_64 AMD Opteron(tm) Processor 252 
Gentoo Base System version 1.6.13 
dev-lang/python:     2.3.5-r2, 2.4.2 
sys-apps/sandbox:    1.2.12 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.20 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="amd64" 
AUTOCLEAN="yes" 
CBUILD="x86_64-pc-linux-gnu" 
CFLAGS="-march=opteron -O2 -pipe" 
CHOST="x86_64-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=opteron -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://128.213.5.34/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="amd64 X alsa arts avi berkdb bitmap-fonts cdr crypt cups curl dv dvd dvdr 
dvdread eds emacs emboss encode fam flash font-server foomaticdb fortran gd 
gdbm gif gpm gstreamer gtk gtk2 ieee1394 imagemagick imap imlib ipv6 jpeg kde 
lcms libwww live lzw lzw-tiff mad mjpeg motif mp3 mpeg ncurses nls nptl odbc 
ogg opengl pam pdflib perl plotutils png postgres ppds python qt quicktime 
readline samba sdl spell ssl tcpd tetex threads tiff truetype truetype-fonts 
type1-fonts udev usb userlocales vorbis wmf xinerama xml2 xpm xv zlib 
userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 10:59:08 UTC
Please, don't open duplicate bugs, the other bug is still open, just post there.

*** This bug has been marked as a duplicate of 85720 ***
Comment 2 Andreas Plesch 2005-10-25 11:09:27 UTC
(In reply to comment #1) 
> Please, don't open duplicate bugs, the other bug is still open, just post 
there. 
>  
> *** This bug has been marked as a duplicate of 85720 *** 
 
Sorry, I was not sure if bug# 85720 would be the appropriate place. I see that 
you left a note there.