Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78971 - dev-libs/cryptlib-3.1_beta05 ebuild installs wrong documentation
Summary: dev-libs/cryptlib-3.1_beta05 ebuild installs wrong documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 10:27 UTC by Alexander Rittler
Modified: 2005-01-21 15:17 UTC (History)
0 users

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


Attachments
simple patch (proposed_patch.diff,530 bytes, patch)
2005-01-21 10:33 UTC, Alexander Rittler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Rittler 2005-01-21 10:27:58 UTC
When installed with the "doc" USE-flag the cryptlib ebuild fetches "ftp://ftp.franken.de/pub/crypt/cryptlib/beta/manual.pdf", which actually describes "The BlueJ Environment" (an IDE?).
The _real_ documentation for dev-libs/cryptlib can be found at "ftp://ftp.franken.de/pub/crypt/cryptlib/manual.pdf" (w/o the 'beta') and consists of a 300+ page / 2.1MB pdf.


Reproducible: Always
Steps to Reproduce:
1.USE="doc" emerge dev-libs/cryptlib
2.
3.

Actual Results:  
under /usr/share/doc/cryptlib-3.1_beta05 a file manual.pdf is installed which
contains "The BlueJ Environment Reference Manual Version 0.1".

Expected Results:  
under the same directory, a _different_ manual.pdf should have been installed
entitled "cryptlib Security Toolkit Version 3.1" (as of December 2003)

USE flags contain "doc"

--
output from emerge info:
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.6.10-hardened-r1 i686)
=================================================================
System uname: 2.6.10-hardened-r1 i686 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r2
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /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/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apache2 bash-completion berkdb crypt cscope ctype cups doc
erandom ethereal evo fam fbcon fftw flash font-server foomaticdb gnome gtk gtk2
hardened hardenedphp innodb ipv6 java jikes kerberos ldap memlimit mhash mmap
mmx moznodev moznomail mysql mysqli ncurses nls nptl odbc offensive pam pcntl
pcre pdflib perl php pic ppds readline recode sasl snmp sockets spell sse ssl
sysvipc tcltk tcpd tetex truetype truetype-fonts type1-fonts unicode usb
xinerama xml xml2 xsl zlib linguas_de_DE.iso885915@euro"
Comment 1 Alexander Rittler 2005-01-21 10:33:44 UTC
Created attachment 49120 [details, diff]
simple patch
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-01-21 15:17:50 UTC
fixed -thankyou.