Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159825 - media-gfx/mkgallery missing sys-devel/bc dependency
Summary: media-gfx/mkgallery missing sys-devel/bc dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (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: 2007-01-03 03:21 UTC by davide.angelocola
Modified: 2007-01-03 04:06 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 davide.angelocola 2007-01-03 03:21:07 UTC
mkgallery 1.1 needs bc as dependency:
$ mkgallery name -t "some title"
/usr/bin/mkgallery: line 221: bc: command not found
/usr/bin/mkgallery: line 223: bc: command not found
/usr/bin/mkgallery: line 224: [: -gt: unary operator expected
/usr/bin/mkgallery: line 231: bc: command not found
/usr/bin/mkgallery: line 232: bc: command not found
/usr/bin/mkgallery: line 232: [: -lt: unary operator expected
/usr/bin/mkgallery: line 243: [: =: unary operator expected
img0289.jpg img0291.jpg img0292.jpg img0293.jpg img0294.jpg img0296.jpg img0298.jpg img0299.jpg img0300.jpg img0302.jpg img0303.jpg

---

$ emerge --info
Portage 2.1.2_rc4-r5 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r2-dfa x86_64)
=================================================================
System uname: 2.6.19-gentoo-r2-dfa x86_64 Intel(R) Core(TM)2 CPU         T5600  @ 1.83GHz
Gentoo Base System version 1.12.8
Last Sync: Wed, 03 Jan 2007 09:50:01 +0000
ccache version 2.4 [disabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.19
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -fomit-frame-pointer -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=nocona -fomit-frame-pointer -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict userfetch"
GENTOO_MIRRORS="ftp://ftp.unina.it/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acpi alsa amd64 berkdb bluetooth bzip2 cddb cdparanoia cdr crypt cups dbus doc dv dvb dvd dvdr dvdread emacs encode examples ffmpeg fftw flac gcc64 gdbm gif hal iconv ieee1394 imap imlib ipod jpeg kde kdeenablefinal kdehiddenvisibility mad matroska mp3 mpeg mplayer musepack musicbrainz ncurses nptl nptlonly nsplugin nvidia offensive ogg opengl pdf png qt3 quicktime readline rtc samba sasl spell ssl startup-notification svg theora threads truetype udev unicode usb v4l vcd vorbis wmf xanim xinerama xpm xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 davide.angelocola 2007-01-03 03:34:16 UTC
emerging bc fixes the problem so adding RDEPEND="sys-devel/bc" to the ebuild probably is a good idea.
Comment 2 Charlie Shepherd (RETIRED) gentoo-dev 2007-01-03 04:06:54 UTC
Thanks, fixed in CVS.