Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70272 - emerge floatflt fails due to typo in SRC_URI section of floatflt-1.31a.ebuild
Summary: emerge floatflt fails due to typo in SRC_URI section of floatflt-1.31a.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 70421 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-06 08:30 UTC by Ulrich Serfling
Modified: 2004-11-08 22:29 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 Ulrich Serfling 2004-11-06 08:30:41 UTC
When I try to emerge floatflt, emerge wants to get the file 'floatfltt.tar.gz' from the SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/". 

That file does _not_ exist (-- but the file 'floatflt.tar.gz' does).



Reproducible: Always
Steps to Reproduce:
1.emerge -pvD floatflt
2.emerge -vD floatflt
3.

Actual Results:  
emerge tries to download the file floatfltt.tar.gz:
<cite>

Calculating dependencies ...done!
>>> emerge (1 of 1) dev-tex/floatflt-1.31a to /
>>> Downloading ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/
floatfltt.tar.gz
--17:03:39--  ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/
floatfltt.tar.gz
           => `/usr/portage/distfiles/floatfltt.tar.gz'
Resolving linux.rz.ruhr-uni-bochum.de... 134.147.32.57
Connecting to linux.rz.ruhr-uni-bochum.de[134.147.32.57]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /gentoo-mirror/distfiles ... done.
==> PASV ... done.    ==> RETR floatfltt.tar.gz ... 
No such file `floatfltt.tar.gz'.

No digest file available and download failed.

</cite>

This happens with every mirror.

Expected Results:  
emerge should have tried to download the file 'floatflt.tar.gz'

Reason for the bug is a typo (the letter 't' after '${PN}') in the SRC_URI-
section of the floatflt-1.31a.ebuild:
SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/${PN}t.tar.
gz"

It should read:
SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/${PN}.tar.gz"

emerge info:

Portage 2.0.51-r2 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1, 
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 AMD Athlon(TM) XP1800+
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.
3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /
usr/lib/mozilla/defaults/pref /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=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://linux.
rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://ftp.gentoo.mesh-solutions.
com/gentoo/ http://gentoo.mirror.icd.hu/ http://ftp.snt.utwente.nl/pub/os/linux/
gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="3dnow 3dnowex X acpi acpi4linux alsa apache2 apm arts avi berkdb bitmap-
fonts cdr chroot clisp cmucl crypt cups dvd encode esd evo f2c f77 fam fbcon 
fftw flac foomaticdb gb gcj gcl gdbm gif gimpprint ginac gnome gphoto2 gpm 
graphviz gtk gtk2 guile imagemagick imlib java jpeg junit kde latex lcms libg++ 
libwww mad md5sum mikmod mime mmx mng motif mozilla moznocompose moznoirc 
moznomail moznoxft mp3 mpeg mpi mule ncurses netcdf nls offensive oggvorbis 
opengl oss pam pdflib perl plotutils png ppds python qhull qt quicktime readline 
ruby scanner sdl slang spell sse ssl svga tcltk tcpd tetex tiff transcode 
truetype usb wmf x86 xemacs xml xml2 xmms xv xvid zlib linguas_de linguas_us"
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-06 21:55:12 UTC
Thanks for the bug report. I accidentally broke it several weeks ago :(
Fixed in CVS.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-08 22:29:24 UTC
*** Bug 70421 has been marked as a duplicate of this bug. ***