Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236286 - pcmcia-cs-pnptools: lspnp and setpnp not built
Summary: pcmcia-cs-pnptools: lspnp and setpnp not built
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 19:35 UTC by Martin Doucha
Modified: 2013-01-19 21:48 UTC (History)
3 users (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 Martin Doucha 2008-08-31 19:35:06 UTC
emerge pcmcia-cs-pnptools doesn't build lspnp and setpnp. Compilation succeeds but dosbin reports that debug-tools/lspnp and debug-tools/setpnp do not exist. Only man pages and pnp.ids are actually installed.

Reproducible: Always
Comment 1 Martin Doucha 2008-08-31 19:35:54 UTC
emerge --info
Portage 2.2_rc8 (default-linux/x86/2007.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r5 i686)
=================================================================
System uname: Linux-2.6.25-gentoo-r5-i686-Genuine_Intel-R-_CPU_T2300_@_1.66GHz-with-glibc2.0
Timestamp of tree: Sun, 31 Aug 2008 18:45:05 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python:     2.4.4-r14, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.62-r1
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.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r4
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe"
CHOST="i686-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 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=prescott -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="cs_CZ.UTF-8"
LDFLAGS=""
LINGUAS="cs en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=300"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl acpi alsa arts bash-completion bzip2 cairo cdparanoia cdr cjk cli cpudetection cracklib crypt cups curl dbus dri dvd dvdr dvdread eds emboss encode evo fam fbcon ffmpeg gdbm gif gnutls gpm gstreamer gtk hal iconv ieee1394 isdnlog java javascript jpeg jpeg2k kde lm_sensors logrotate mad midi mikmod mmx mmxext mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcmcia pcre pdf perl png pppd python qt3 qt3support qt4 quicktime readline real reflection rtc sdl session spell spl sse sse2 ssl svg svga tcpd tga theora tiff truetype unicode vcd vorbis wifi win32codecs x264 x86 xml xorg xscreensaver 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="cs en" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTDIR_OVERLAY
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-02-23 09:54:47 UTC
I can confirm this; I'll add || die statements since the package seems to be pointless without the two of them, and it better die than being kept dead-man-walking.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-02-17 13:47:56 UTC
Opened one and a half year ago, no fix after I added the die, no response to mobile team.

QA, kill?
Comment 4 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-05-26 10:30:26 UTC
IMHO all of pcmcia-cs can be treecleaned...
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-06 12:47:26 UTC
Treecleaners, may I ask for your help here? It's a bunch of packages to take care of ...
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2011-07-01 10:55:32 UTC
No activity for two years. pcmcia-cs* packages will be removed in a month
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2011-08-01 19:06:06 UTC
gone
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2013-01-19 21:48:16 UTC
Someone forgot to remove also virtual/pcmcia since only sys-apps/pcmciautils was left in tree. It involved converting dependency in atmel-firmware and capi4k. Now this bug is really fixed.