| Summary: | app-backup/tsm-6.4.0.0: installs files in /usr/local | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Martin von Gagern <Martin.vGagern> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pacho |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/app-backup%3Atsm-6.4.0.0%3A20130115-143002.html | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Move stuff from /usr/local/ibm to /opt/ibm | ||
Ugly. Things come out of the RPMs this way; anything else is a deviation from supported locations. The /usr/local/ibm/gsk8_64/lib64/libgsk8* libs get symlinked to /usr/lib64, so I assume that they will be only loaded via those symlinks, and moving them should be no problem. The binaries in /usr/local/ibm/gsk8_64/bin/gsk8ver_64 apparently use the symlinks as well, so moving them is easy, too. /usr/local/ibm/gsk8_64/lib64/*/icc/icclib/* are a different matter, though. libicclib081.so contains the string "/icc/osslib/libcryptoIBM081.so.0.9.8" so apparently it loads that dynamically using some path information. I'm unsure how it derives the base of that name, though. And libicclib081 itself doesn't seem to be mentioned in any of the other files. At least not according to # qlist tsm | xargs grep -r -C3 icclib081 So perhaps these libraries are unneccessary in any case. I might remove them. I might check whether my backups still work. But as I don't encrypt my backups, it might well be that I'm not verifying all functionality. I'm unsure how to proceed. I would try to make an ebuild completely "/usr/local/ free" and, if it works for you, we can have both ebuilds for a time in the tree to let people verify if regressions appear Created attachment 335866 [details, diff] Move stuff from /usr/local/ibm to /opt/ibm (In reply to comment #2) > I would try to make an ebuild completely "/usr/local/ free" and, if it works > for you, we can have both ebuilds for a time in the tree to let people > verify if regressions appear Did that, works for me. Pacho, please commit that with a revbump, and a suitable commit message like the one from the comment. I considered adding a elog requesting feedback on this, but decided against it, as I've never seen anything like that done in main portage tree. Not sure if this is a regression :/ # revdep-rebuild * Configuring search environment for revdep-rebuild * Checking reverse dependencies * Packages containing binaries and libraries broken by a package update * will be emerged. * Collecting system binaries and libraries * Generated new 1_files.rr * Collecting complete LD_LIBRARY_PATH * Generated new 2_ldpath.rr * Checking dynamic linking consistency [ 100% ] * broken /opt/tivoli/tsm/client/ba/bin/cit/VMware/esx-4/cpuid (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libCcLogWrapper.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libInvHW.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libbase.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libcit.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libcitcfg.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libfs.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libssInv.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/libxmlproxy.so (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/wscancfg (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/wscanhw (no version information available) * broken /opt/tivoli/tsm/client/ba/bin/cit/bin/wscanhw.so (no version information available) * Generated new 3_broken.rr * Assigning files to packages * /opt/tivoli/tsm/client/ba/bin/cit/VMware/esx-4/cpuid -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libCcLogWrapper.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libInvHW.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libbase.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libcit.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libcitcfg.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libfs.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libssInv.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/libxmlproxy.so -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/wscancfg -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/wscanhw -> app-backup/tsm * /opt/tivoli/tsm/client/ba/bin/cit/bin/wscanhw.so -> app-backup/tsm * Generated new 4_raw.rr and 4_owners.rr * Cleaning list of packages to rebuild * Generated new 4_pkgs.rr * Assigning packages to ebuilds * Generated new 4_ebuilds.rr * Evaluating package order * Generated new 5_order.rr * All prepared. Starting rebuild emerge --complete-graph=y --oneshot --quiet-build=n --autounmask-write app-backup/tsm:0 Are they really broken? Should simply be ignored by revdep-rebuild? (In reply to comment #4) > Not sure if this is a regression :/ > # revdep-rebuild > […] > Are they really broken? Should simply be ignored by revdep-rebuild? Not sure. Looking at revdep-rebuild sources, it seems that this message is due to a similar message from ldd. However, on my system ldd does not print such a message for the files you named. And for example the cpuid binary runs fine. But on my system, revdep-rebuild is happy as well. Can you please ldd the cpuid binary on your system and see what it says? I get: # ldd /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid: /usr/lib32/libstdc++.so.5: no version information available (required by /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid) /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid: /usr/lib32/libstdc++.so.5: no version information available (required by /opt/tivoli/tsm/client/ba/bin/cit/bin/cpuid) linux-gate.so.1 (0xf772e000) libdl.so.2 => /lib32/libdl.so.2 (0x42c5a000) libpthread.so.0 => /lib32/libpthread.so.0 (0x42c60000) libstdc++.so.5 => /usr/lib32/libstdc++.so.5 (0x46271000) libm.so.6 => /lib32/libm.so.6 (0x42d98000) libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32/libgcc_s.so.1 (0xf76d8000) libc.so.6 => /lib32/libc.so.6 (0x42ad2000) /lib/ld-linux.so.2 (0x42ab0000) # equery b /usr/lib32/libstdc++.so.5 * Searching for /usr/lib32/libstdc++.so.5 ... sys-libs/libstdc++-v3-3.3.6 (/usr/lib32/libstdc++.so.5 -> libstdc++.so.5.0.7) sys-libs/libstdc++-v3-3.3.6 (/usr/lib32/libstdc++.so.5.0.7) (In reply to comment #6) > /usr/lib32/libstdc++.so.5: no version information available This is bug #304239, fixed by sys-libs/libstdc++-v3-3.3.6-r1, which I have installed so I didn't see this. +*tsm-6.4.0.0-r1 (16 Jan 2013) + + 16 Jan 2013; Pacho Ramos <pacho@gentoo.org> +tsm-6.4.0.0-r1.ebuild: + Move stuff from /usr/local to /opt, #452332 by Martin von Gagern + The problem was bug 452614 (In reply to comment #7) > (In reply to comment #6) > > /usr/lib32/libstdc++.so.5: no version information available > > This is bug #304239, fixed by sys-libs/libstdc++-v3-3.3.6-r1, which I have > installed so I didn't see this. We collided ;) |
Portage 2.2.0_alpha149 (default/linux/amd64/10.0, gcc-4.7.2-asneeded, glibc-2.17, 3.5.4-hardened-r1 x86_64) ================================================================= System uname: Linux-3.5.4-hardened-r1-x86_64-AMD_Opteron-TM-_Processor_6272-with-gentoo-2.2 Timestamp of tree: Sun, 30 Dec 2012 00:00:01 +0000 ld GNU ld (GNU Binutils) 2.23.1 app-shells/bash: 4.2_p39-r1 dev-java/java-config: 2.1.12-r1 dev-lang/python: 2.7.3-r3, 3.2.3-r2 dev-util/cmake: 2.8.10.2 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.6 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6, 1.12.6 sys-devel/binutils: 2.23.1 sys-devel/gcc: 4.7.2 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.7 (virtual/os-headers) sys-libs/glibc: 2.17 Repositories: gentoo tbamd64 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches" DISTDIR="/var/cache/portage/distfiles" FCFLAGS="-O2 -pipe -ggdb -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict test test-fail-continue unknown-features-warn unmerge-orphans userfetch userpriv usersandbox" FFLAGS="-O2 -pipe -ggdb -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.mirrors.hoobly.com/ http://gentoo.llarian.net/" LANG="en_US.utf8" LC_ALL="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j24" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/tmp" PORTDIR="/var/cache/tinderbox/tree" PORTDIR_OVERLAY="/root/overlay" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowex acl amd64 berkdb bzip2 cli cracklib crypt cups cxx doc dri emacs ffmpeg fortran gnutls gpm iconv icu intl introspection ipv6 mmx modules mudflap multilib ncurses nls nptl openmp pam pax_kernel pcre pdf plasma pppd qt3support readline semantic-desktop session snmp sse sse2 sse3 sse4 ssl ssse3 tcmalloc tcpd udev unicode vhosts zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON