Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129902 - isdn4k-utils: missing dependency
Summary: isdn4k-utils: missing dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Briesenick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 23:19 UTC by Klaas van Gend
Modified: 2006-09-10 08:36 UTC (History)
1 user (show)

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 Klaas van Gend 2006-04-13 23:19:16 UTC
To build the latest isdn4k-utils on my system, I needed to install the rman package - it was used during the build:

rman -f HTML < xmonisdn._man \
  > xmonisdn.1x-html && mv -f xmonisdn.1x-html xmonisdn.1x.html
/bin/sh: rman: command not found
make[2]: *** [xmonisdn.1x.html] Error 127
make[2]: Leaving directory `/var/tmp/portage/isdn4k-utils-3.9_pre20060124/work/isdn4k-utils-CVS-2006-01-24/xmonisdn'
make[1]: *** [xmonisdn] Error 2
make[1]: Leaving directory `/var/tmp/portage/isdn4k-utils-3.9_pre20060124/work/isdn4k-utils-CVS-2006-01-24/xmonisdn'
make: *** [subtargets] Error 2

!!! ERROR: net-dialup/isdn4k-utils-3.9_pre20060124 failed.




my emerge --info:

ans klaas # emerge --info
Portage 2.1_pre7-r5 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 VIA Nehemiah
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer"
CHOST="i686-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/share/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/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apm asf audiofile avi berkdb bitmap-fonts browserplugin bzip2 cdparanoia cle266 crypt cups curl dbus divx4linux dri dvd dvdr dvdread eds emboss encode fam ffmpeg flac font-server foomaticdb gdbm gif gpm gstreamer gtk2 hal imagemagick imlib insecure-drivers ipv6 isdnlog java jpeg jpeg2k kde lcd lcms libg++ libwww lm_sensors mad mikmod mmx mng motif mp3 mpeg musicbrainz ncurses nls ogg oggvorbis opengl pam pdflib perl png ppds pppd python qt quicktime readline real samba sdl soap spell sse ssl tcpd tetex theora tiff truetype truetype-fonts type1-fonts unichromei usb vidix vorbis win32codecs wmf xine xml2 xmms xprint xrandr xv xvid zeroconf zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev input_devices_void input_devices_joystick kernel_linux userland_GNU video_cards_via"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Klaas van Gend 2006-04-13 23:34:10 UTC
emerging rman and then a retry at emerging isdn4k-utils did solve the problem.
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2006-04-14 06:42:38 UTC
huh? I don't have 'rman' installed, but it works nonetheless. I will check it, and if really necessary, I will add the dependency.
Comment 3 Andreas Klauer 2006-04-15 15:25:27 UTC
Another missing dependency: libpcap, which is only required when the ipppd use flag is enabled. ipppd module would cancel out during configure (pcap headers not found, disabling module). Had to emerge libpcap manually to make it work.
Comment 4 Stefan Briesenick (RETIRED) gentoo-dev 2006-04-15 15:36:55 UTC
strange. no one else recognized this before... and isdn4k-utils is one of the older packages.

Ok, I will add the dependencies ASAP.
Comment 5 Stefan Briesenick (RETIRED) gentoo-dev 2006-09-10 08:36:01 UTC
finally fixed in CVS.