Discussion:
[users] Installing SL6 with rpmforge corrupts rpm database
Orion Poplawski
2011-05-20 22:27:17 UTC
Permalink
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
install after the package install process the rpm database is corrupted, e.g.:

# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....

I am only installing transcode and unrar, which brings in the following other
rpmforge package (plus some more sl packages):

Installing proj-4.7.0-1.el6.rf.x86_64
Installing lame-3.98.4-1.el6.rf.x86_64
Installing geos-3.2.2-1.el6.rf.x86_64
Installing geos-devel-3.2.2-1.el6.rf.x86_64
Installing a52dec-0.7.4-8.el6.rf.x86_64
Installing x264-0.0.0-0.4.20101111.el6.rf.x86_64
Installing faac-1.26-1.el6.rf.x86_64
Installing librtmp-2.3-1.el6.rf.x86_64
Installing SDL_gfx-2.0.22-1.el6.rf.x86_64
Installing libfixbuf-0.9.0-1.el6.rf.x86_64
Installing yaf-1.3.2-1.el6.rf.x86_64
Installing opencore-amr-0.1.2-1.el6.rf.x86_64
Installing fortune-1.0-37.2.el6.rf.x86_64
Installing faad2-2.7-1.el6.rf.x86_64
Installing orc-0.4.11-1.el6.rf.x86_64
Installing schroedinger-1.0.10-1.el6.rf.x86_64
Installing facter-1.5.8-1.el6.rf.noarch
Installing ffmpeg-libpostproc-0.6.1-1.el6.rf.x86_64
Installing ffmpeg-0.6.1-1.el6.rf.x86_64
Installing dropbox-1.1.27-1.el6.rf.x86_64
Installing environment-modules-3.2.8a-1.el6.rf.x86_64
Installing unrar-4.0.7-1.el6.rf.x86_64
Installing libquicktime-1.2.1-1.el6.rf.x86_64
Installing mjpegtools-1.9.0-1.el6.rf.x86_64
Installing wxGTK-2.8.12-1.el6.rf.x86_64
Installing transcode-1.1.5-2.el6.rf.x86_64

Anyways, I'm at a loss at the moment.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-21 16:10:07 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....
Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Alfred Ganz
2011-05-22 12:44:36 UTC
Permalink
Dag, Orion,
Date: Sat, 21 May 2011 18:10:07 +0200 (CEST)
Subject: Re: [users] Installing SL6 with rpmforge corrupts rpm
database

Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
results in:
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported

AG
--
----------------------------------------------------------------------
Alfred Ganz alfred-ganz:at:agci.com
AG Consulting, Inc. (203) 624-9667
440 Prospect Street # 11
New Haven, CT 06511
----------------------------------------------------------------------
Dag Wieers
2011-05-23 00:30:58 UTC
Permalink
Post by Alfred Ganz
Dag, Orion,
Post by Dag Wieers
Is it possible you did not install the RPMforge key, which is part
of the rpmforge-release package ?
DSA/SHA1 Signature, key ID 192a7d7d: BAD
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported
Lazy me. Good catch !

Question now is, why ? :)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 00:30:58 UTC
Permalink
Post by Alfred Ganz
Dag, Orion,
Post by Dag Wieers
Is it possible you did not install the RPMforge key, which is part
of the rpmforge-release package ?
DSA/SHA1 Signature, key ID 192a7d7d: BAD
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported
Lazy me. Good catch !

Question now is, why ? :)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 00:30:58 UTC
Permalink
Post by Alfred Ganz
Dag, Orion,
Post by Dag Wieers
Is it possible you did not install the RPMforge key, which is part
of the rpmforge-release package ?
DSA/SHA1 Signature, key ID 192a7d7d: BAD
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported
Lazy me. Good catch !

Question now is, why ? :)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 00:30:58 UTC
Permalink
Post by Alfred Ganz
Dag, Orion,
Post by Dag Wieers
Is it possible you did not install the RPMforge key, which is part
of the rpmforge-release package ?
DSA/SHA1 Signature, key ID 192a7d7d: BAD
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported
Lazy me. Good catch !

Question now is, why ? :)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 00:30:58 UTC
Permalink
Post by Alfred Ganz
Dag, Orion,
Post by Dag Wieers
Is it possible you did not install the RPMforge key, which is part
of the rpmforge-release package ?
DSA/SHA1 Signature, key ID 192a7d7d: BAD
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported
Lazy me. Good catch !

Question now is, why ? :)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Orion Poplawski
2011-05-23 15:27:55 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
This is the problem (I think):

# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
_codecs_jp.so()(64bit)
_codecs_kr.so()(64bit)
_codecs_tw.so()(64bit)
_ctypes.so()(64bit)
_dbus_bindings.so()(64bit)
_dbus_glib_bindings.so()(64bit)
_functools.so()(64bit)
_hashlib.so()(64bit)
_heapq.so()(64bit)
_librsync.so()(64bit)
_locale.so()(64bit)
_lsprof.so()(64bit)
_multibytecodec.so()(64bit)
_ncrypt.so()(64bit)
_random.so()(64bit)
_socket.so()(64bit)
_speedups.so()(64bit)
_sqlite3.so()(64bit)
_ssl.so()(64bit)
_struct.so()(64bit)
_weakref.so()(64bit)
array.so()(64bit)
binascii.so()(64bit)
bz2.so()(64bit)
cPickle.so()(64bit)
cStringIO.so()(64bit)
collections.so()(64bit)
datetime.so()(64bit)
dropbox = 1.1.27
dropbox = 1.1.27-1.el6.rf
dropbox(x86-64) = 1.1.27-1.el6.rf
fastpath.so()(64bit)
fcntl.so()(64bit)
grp.so()(64bit)
itertools.so()(64bit)
libbz2.so.1.0()(64bit)
libcrypto.so.0.9.8()(64bit)
libcrypto.so.0.9.8(OPENSSL_0.9.8)(64bit)
libpng12.so.0()(64bit)
libpng12.so.0(PNG12_0)(64bit)
libpopt.so.0()(64bit)
librsync.so.1()(64bit)
libsqlite3.so.0()(64bit)
libssl.so.0.9.8()(64bit)
libssl.so.0.9.8(OPENSSL_0.9.8)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4.2)(64bit)
libstdc++.so.6(GLIBCXX_3.4.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.5)(64bit)
libstdc++.so.6(GLIBCXX_3.4.6)(64bit)
libstdc++.so.6(GLIBCXX_3.4.7)(64bit)
libstdc++.so.6(GLIBCXX_3.4.8)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
libwx_baseud-2.8.so.0()(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_net-2.8.so.0()(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_xml-2.8.so.0()(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_adv-2.8.so.0()(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_core-2.8.so.0()(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_qa-2.8.so.0()(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.9)(64bit)
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.0)(64bit)
libz.so.1(ZLIB_1.2.0.2)(64bit)
libz.so.1(ZLIB_1.2.0.8)(64bit)
libz.so.1(ZLIB_1.2.2)(64bit)
libz.so.1(ZLIB_1.2.2.3)(64bit)
libz.so.1(ZLIB_1.2.2.4)(64bit)
math.so()(64bit)
netifaces.so()(64bit)
operator.so()(64bit)
parser.so()(64bit)
pyexpat.so()(64bit)
resource.so()(64bit)
select.so()(64bit)
strop.so()(64bit)
termios.so()(64bit)
time.so()(64bit)
unicodedata.so()(64bit)
wx._controls_.so()(64bit)
wx._core_.so()(64bit)
wx._gdi_.so()(64bit)
wx._misc_.so()(64bit)
wx._windows_.so()(64bit)
zlib.so()(64bit)

The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Jeff Johnson
2011-05-23 15:40:20 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
The above are digital signature failures, not filtering problems.

You can try adding --nosignature, and I suspect you will then
see a digest failure.

You can then add --nodigest, and then you may see a "header sanity check"
failure.

You can then try disabling the "header sanity check" with --nohdrchk
and attempt to proceed with all integrity checks disabled if you wish.

To identify the root cause of the problem (e.g. DSA may be broken, or SHA1
might be broken, and the sanity check can catch some but not all brokenness
with details).

Otherwise, rpm --rebuilddb will discard those headers, and you need to
identify what needs replacing.

Sometimes rpm -qa -vv helps do that. Also comparing rpm -qa with /var/log/rpmpkgs
can sometimes identify the damage.

But filtering dependencies simply isn't going to help "fix" the errors above.

hth

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/2ae6aaa6/attachment.bin
Orion Poplawski
2011-05-23 16:30:30 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo
line fixes the problem. The problem is that dropbox is getting installed
instead of a couple key system libraries at install time (and does not
actually provide those libraries), preventing a number of things from working
properly, including apparently the rpm database.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Jeff Johnson
2011-05-23 16:35:31 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo line fixes the problem. The problem is that dropbox is getting installed instead of a couple key system libraries at install time (and does not actually provide those libraries), preventing a number of things from working properly, including apparently the rpm database.
You haven't "fixed", or even diagnosed, merely avoided, a problem.

Whatever works for you.

73 de Jeff

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/8899bfc8/attachment.bin
Jeff Johnson
2011-05-23 16:35:31 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo line fixes the problem. The problem is that dropbox is getting installed instead of a couple key system libraries at install time (and does not actually provide those libraries), preventing a number of things from working properly, including apparently the rpm database.
You haven't "fixed", or even diagnosed, merely avoided, a problem.

Whatever works for you.

73 de Jeff

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/8899bfc8/attachment-0001.bin
Jeff Johnson
2011-05-23 16:35:31 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo line fixes the problem. The problem is that dropbox is getting installed instead of a couple key system libraries at install time (and does not actually provide those libraries), preventing a number of things from working properly, including apparently the rpm database.
You haven't "fixed", or even diagnosed, merely avoided, a problem.

Whatever works for you.

73 de Jeff

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/8899bfc8/attachment-0002.bin
Jeff Johnson
2011-05-23 16:35:31 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo line fixes the problem. The problem is that dropbox is getting installed instead of a couple key system libraries at install time (and does not actually provide those libraries), preventing a number of things from working properly, including apparently the rpm database.
You haven't "fixed", or even diagnosed, merely avoided, a problem.

Whatever works for you.

73 de Jeff

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/8899bfc8/attachment-0003.bin
Jeff Johnson
2011-05-23 16:35:31 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo line fixes the problem. The problem is that dropbox is getting installed instead of a couple key system libraries at install time (and does not actually provide those libraries), preventing a number of things from working properly, including apparently the rpm database.
You haven't "fixed", or even diagnosed, merely avoided, a problem.

Whatever works for you.

73 de Jeff

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110523/8899bfc8/attachment.p7s>
Orion Poplawski
2011-05-23 16:30:30 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo
line fixes the problem. The problem is that dropbox is getting installed
instead of a couple key system libraries at install time (and does not
actually provide those libraries), preventing a number of things from working
properly, including apparently the rpm database.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-23 16:30:30 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo
line fixes the problem. The problem is that dropbox is getting installed
instead of a couple key system libraries at install time (and does not
actually provide those libraries), preventing a number of things from working
properly, including apparently the rpm database.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-23 16:30:30 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo
line fixes the problem. The problem is that dropbox is getting installed
instead of a couple key system libraries at install time (and does not
actually provide those libraries), preventing a number of things from working
properly, including apparently the rpm database.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-23 16:30:30 UTC
Permalink
Post by Jeff Johnson
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
But filtering dependencies simply isn't going to help "fix" the errors above.
It can and does. Adding --excludepkgs=dropbox to my rpmforge kickstart repo
line fixes the problem. The problem is that dropbox is getting installed
instead of a couple key system libraries at install time (and does not
actually provide those libraries), preventing a number of things from working
properly, including apparently the rpm database.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-23 17:43:51 UTC
Permalink
Post by Orion Poplawski
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
-snip-
Post by Orion Poplawski
The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
Great ! (And awkward)

It's good you have pinpointed it to this, because the error is confusing
me (and others). It would still be useful to understand why RPM would
give that error in this case. Especially since the (private) libraries are
not in the library path.

The faulty dropbox package is entirely my fault, I had enable AutoReqProv
in order to inspect what requirements/provides the package exposes (as I
didn't create the initial versions) but forgot to disable it afterwards.

I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM
:-/

Thanks again for persisting, despite common sense^Wmisguidance :-)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Orion Poplawski
2011-05-23 17:54:55 UTC
Permalink
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!

There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-23 18:24:16 UTC
Permalink
Post by Orion Poplawski
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!
There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather
than giving a specific error that is incorrect. But maybe I have my
expectations wired incorrectly ;-)

The dropbox RPM by the way has some other issues that make it impractical
for common use :-/
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Jeff Johnson
2011-05-23 18:42:42 UTC
Permalink
There is no awkward rpm problem. If you install a system with missing system libraries such as libpopt (due to the faulty provides in dropbox), you are bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather than giving a specific error that is incorrect. But maybe I have my expectations wired incorrectly ;-)
Exactly. The ELF loader will complain about missing libraries and symbols
that cannot be found, forget what RPM does.

All of which is subject to diagnosis, not filtering some dependencies
in a package and going fixed!

Whatever ... I know what my code does (SIGBUS), won't bother with yours
to remove the awkwardness.

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/d3869ffb/attachment.bin
Jeff Johnson
2011-05-23 18:42:42 UTC
Permalink
There is no awkward rpm problem. If you install a system with missing system libraries such as libpopt (due to the faulty provides in dropbox), you are bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather than giving a specific error that is incorrect. But maybe I have my expectations wired incorrectly ;-)
Exactly. The ELF loader will complain about missing libraries and symbols
that cannot be found, forget what RPM does.

All of which is subject to diagnosis, not filtering some dependencies
in a package and going fixed!

Whatever ... I know what my code does (SIGBUS), won't bother with yours
to remove the awkwardness.

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/d3869ffb/attachment-0001.bin
Jeff Johnson
2011-05-23 18:42:42 UTC
Permalink
There is no awkward rpm problem. If you install a system with missing system libraries such as libpopt (due to the faulty provides in dropbox), you are bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather than giving a specific error that is incorrect. But maybe I have my expectations wired incorrectly ;-)
Exactly. The ELF loader will complain about missing libraries and symbols
that cannot be found, forget what RPM does.

All of which is subject to diagnosis, not filtering some dependencies
in a package and going fixed!

Whatever ... I know what my code does (SIGBUS), won't bother with yours
to remove the awkwardness.

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/d3869ffb/attachment-0002.bin
Jeff Johnson
2011-05-23 18:42:42 UTC
Permalink
There is no awkward rpm problem. If you install a system with missing system libraries such as libpopt (due to the faulty provides in dropbox), you are bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather than giving a specific error that is incorrect. But maybe I have my expectations wired incorrectly ;-)
Exactly. The ELF loader will complain about missing libraries and symbols
that cannot be found, forget what RPM does.

All of which is subject to diagnosis, not filtering some dependencies
in a package and going fixed!

Whatever ... I know what my code does (SIGBUS), won't bother with yours
to remove the awkwardness.

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/d3869ffb/attachment-0003.bin
Jeff Johnson
2011-05-23 18:42:42 UTC
Permalink
There is no awkward rpm problem. If you install a system with missing system libraries such as libpopt (due to the faulty provides in dropbox), you are bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather than giving a specific error that is incorrect. But maybe I have my expectations wired incorrectly ;-)
Exactly. The ELF loader will complain about missing libraries and symbols
that cannot be found, forget what RPM does.

All of which is subject to diagnosis, not filtering some dependencies
in a package and going fixed!

Whatever ... I know what my code does (SIGBUS), won't bother with yours
to remove the awkwardness.

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110523/d3869ffb/attachment.p7s>
Dag Wieers
2011-05-23 18:24:16 UTC
Permalink
Post by Orion Poplawski
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!
There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather
than giving a specific error that is incorrect. But maybe I have my
expectations wired incorrectly ;-)

The dropbox RPM by the way has some other issues that make it impractical
for common use :-/
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 18:24:16 UTC
Permalink
Post by Orion Poplawski
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!
There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather
than giving a specific error that is incorrect. But maybe I have my
expectations wired incorrectly ;-)

The dropbox RPM by the way has some other issues that make it impractical
for common use :-/
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 18:24:16 UTC
Permalink
Post by Orion Poplawski
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!
There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather
than giving a specific error that is incorrect. But maybe I have my
expectations wired incorrectly ;-)

The dropbox RPM by the way has some other issues that make it impractical
for common use :-/
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Dag Wieers
2011-05-23 18:24:16 UTC
Permalink
Post by Orion Poplawski
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!
There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
Well, I would have expect RPM to complain about missing libraries, rather
than giving a specific error that is incorrect. But maybe I have my
expectations wired incorrectly ;-)

The dropbox RPM by the way has some other issues that make it impractical
for common use :-/
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Orion Poplawski
2011-05-23 17:54:55 UTC
Permalink
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!

There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-23 17:54:55 UTC
Permalink
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!

There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-23 17:54:55 UTC
Permalink
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!

There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-23 17:54:55 UTC
Permalink
Post by Dag Wieers
I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM :-/
Thanks!

There is no awkward rpm problem. If you install a system with missing system
libraries such as libpopt (due to the faulty provides in dropbox), you are
bound to get bad stuff happening.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Jeff Johnson
2011-05-23 15:40:20 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
The above are digital signature failures, not filtering problems.

You can try adding --nosignature, and I suspect you will then
see a digest failure.

You can then add --nodigest, and then you may see a "header sanity check"
failure.

You can then try disabling the "header sanity check" with --nohdrchk
and attempt to proceed with all integrity checks disabled if you wish.

To identify the root cause of the problem (e.g. DSA may be broken, or SHA1
might be broken, and the sanity check can catch some but not all brokenness
with details).

Otherwise, rpm --rebuilddb will discard those headers, and you need to
identify what needs replacing.

Sometimes rpm -qa -vv helps do that. Also comparing rpm -qa with /var/log/rpmpkgs
can sometimes identify the damage.

But filtering dependencies simply isn't going to help "fix" the errors above.

hth

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/2ae6aaa6/attachment-0001.bin
Dag Wieers
2011-05-23 17:43:51 UTC
Permalink
Post by Orion Poplawski
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
-snip-
Post by Orion Poplawski
The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
Great ! (And awkward)

It's good you have pinpointed it to this, because the error is confusing
me (and others). It would still be useful to understand why RPM would
give that error in this case. Especially since the (private) libraries are
not in the library path.

The faulty dropbox package is entirely my fault, I had enable AutoReqProv
in order to inspect what requirements/provides the package exposes (as I
didn't create the initial versions) but forgot to disable it afterwards.

I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM
:-/

Thanks again for persisting, despite common sense^Wmisguidance :-)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Jeff Johnson
2011-05-23 15:40:20 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
The above are digital signature failures, not filtering problems.

You can try adding --nosignature, and I suspect you will then
see a digest failure.

You can then add --nodigest, and then you may see a "header sanity check"
failure.

You can then try disabling the "header sanity check" with --nohdrchk
and attempt to proceed with all integrity checks disabled if you wish.

To identify the root cause of the problem (e.g. DSA may be broken, or SHA1
might be broken, and the sanity check can catch some but not all brokenness
with details).

Otherwise, rpm --rebuilddb will discard those headers, and you need to
identify what needs replacing.

Sometimes rpm -qa -vv helps do that. Also comparing rpm -qa with /var/log/rpmpkgs
can sometimes identify the damage.

But filtering dependencies simply isn't going to help "fix" the errors above.

hth

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/2ae6aaa6/attachment-0002.bin
Dag Wieers
2011-05-23 17:43:51 UTC
Permalink
Post by Orion Poplawski
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
-snip-
Post by Orion Poplawski
The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
Great ! (And awkward)

It's good you have pinpointed it to this, because the error is confusing
me (and others). It would still be useful to understand why RPM would
give that error in this case. Especially since the (private) libraries are
not in the library path.

The faulty dropbox package is entirely my fault, I had enable AutoReqProv
in order to inspect what requirements/provides the package exposes (as I
didn't create the initial versions) but forgot to disable it afterwards.

I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM
:-/

Thanks again for persisting, despite common sense^Wmisguidance :-)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Jeff Johnson
2011-05-23 15:40:20 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
The above are digital signature failures, not filtering problems.

You can try adding --nosignature, and I suspect you will then
see a digest failure.

You can then add --nodigest, and then you may see a "header sanity check"
failure.

You can then try disabling the "header sanity check" with --nohdrchk
and attempt to proceed with all integrity checks disabled if you wish.

To identify the root cause of the problem (e.g. DSA may be broken, or SHA1
might be broken, and the sanity check can catch some but not all brokenness
with details).

Otherwise, rpm --rebuilddb will discard those headers, and you need to
identify what needs replacing.

Sometimes rpm -qa -vv helps do that. Also comparing rpm -qa with /var/log/rpmpkgs
can sometimes identify the damage.

But filtering dependencies simply isn't going to help "fix" the errors above.

hth

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110523/2ae6aaa6/attachment-0003.bin
Dag Wieers
2011-05-23 17:43:51 UTC
Permalink
Post by Orion Poplawski
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
-snip-
Post by Orion Poplawski
The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
Great ! (And awkward)

It's good you have pinpointed it to this, because the error is confusing
me (and others). It would still be useful to understand why RPM would
give that error in this case. Especially since the (private) libraries are
not in the library path.

The faulty dropbox package is entirely my fault, I had enable AutoReqProv
in order to inspect what requirements/provides the package exposes (as I
didn't create the initial versions) but forgot to disable it afterwards.

I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM
:-/

Thanks again for persisting, despite common sense^Wmisguidance :-)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Jeff Johnson
2011-05-23 15:40:20 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
The above are digital signature failures, not filtering problems.

You can try adding --nosignature, and I suspect you will then
see a digest failure.

You can then add --nodigest, and then you may see a "header sanity check"
failure.

You can then try disabling the "header sanity check" with --nohdrchk
and attempt to proceed with all integrity checks disabled if you wish.

To identify the root cause of the problem (e.g. DSA may be broken, or SHA1
might be broken, and the sanity check can catch some but not all brokenness
with details).

Otherwise, rpm --rebuilddb will discard those headers, and you need to
identify what needs replacing.

Sometimes rpm -qa -vv helps do that. Also comparing rpm -qa with /var/log/rpmpkgs
can sometimes identify the damage.

But filtering dependencies simply isn't going to help "fix" the errors above.

hth

73 de Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4645 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110523/2ae6aaa6/attachment.p7s>
Dag Wieers
2011-05-23 17:43:51 UTC
Permalink
Post by Orion Poplawski
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
-snip-
Post by Orion Poplawski
The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
Great ! (And awkward)

It's good you have pinpointed it to this, because the error is confusing
me (and others). It would still be useful to understand why RPM would
give that error in this case. Especially since the (private) libraries are
not in the library path.

The faulty dropbox package is entirely my fault, I had enable AutoReqProv
in order to inspect what requirements/provides the package exposes (as I
didn't create the initial versions) but forgot to disable it afterwards.

I have updated the SPEC file and will replace the packages this evening so
this is fixed tomorrow. But that leaves us with an awkward problem in RPM
:-/

Thanks again for persisting, despite common sense^Wmisguidance :-)
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Orion Poplawski
2011-05-20 22:27:17 UTC
Permalink
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
install after the package install process the rpm database is corrupted, e.g.:

# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....

I am only installing transcode and unrar, which brings in the following other
rpmforge package (plus some more sl packages):

Installing proj-4.7.0-1.el6.rf.x86_64
Installing lame-3.98.4-1.el6.rf.x86_64
Installing geos-3.2.2-1.el6.rf.x86_64
Installing geos-devel-3.2.2-1.el6.rf.x86_64
Installing a52dec-0.7.4-8.el6.rf.x86_64
Installing x264-0.0.0-0.4.20101111.el6.rf.x86_64
Installing faac-1.26-1.el6.rf.x86_64
Installing librtmp-2.3-1.el6.rf.x86_64
Installing SDL_gfx-2.0.22-1.el6.rf.x86_64
Installing libfixbuf-0.9.0-1.el6.rf.x86_64
Installing yaf-1.3.2-1.el6.rf.x86_64
Installing opencore-amr-0.1.2-1.el6.rf.x86_64
Installing fortune-1.0-37.2.el6.rf.x86_64
Installing faad2-2.7-1.el6.rf.x86_64
Installing orc-0.4.11-1.el6.rf.x86_64
Installing schroedinger-1.0.10-1.el6.rf.x86_64
Installing facter-1.5.8-1.el6.rf.noarch
Installing ffmpeg-libpostproc-0.6.1-1.el6.rf.x86_64
Installing ffmpeg-0.6.1-1.el6.rf.x86_64
Installing dropbox-1.1.27-1.el6.rf.x86_64
Installing environment-modules-3.2.8a-1.el6.rf.x86_64
Installing unrar-4.0.7-1.el6.rf.x86_64
Installing libquicktime-1.2.1-1.el6.rf.x86_64
Installing mjpegtools-1.9.0-1.el6.rf.x86_64
Installing wxGTK-2.8.12-1.el6.rf.x86_64
Installing transcode-1.1.5-2.el6.rf.x86_64

Anyways, I'm at a loss at the moment.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-21 16:10:07 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....
Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Alfred Ganz
2011-05-22 12:44:36 UTC
Permalink
Dag, Orion,
Date: Sat, 21 May 2011 18:10:07 +0200 (CEST)
Subject: Re: [users] Installing SL6 with rpmforge corrupts rpm
database

Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
results in:
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported

AG
--
----------------------------------------------------------------------
Alfred Ganz alfred-ganz:at:agci.com
AG Consulting, Inc. (203) 624-9667
440 Prospect Street # 11
New Haven, CT 06511
----------------------------------------------------------------------
Orion Poplawski
2011-05-23 15:27:55 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
This is the problem (I think):

# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
_codecs_jp.so()(64bit)
_codecs_kr.so()(64bit)
_codecs_tw.so()(64bit)
_ctypes.so()(64bit)
_dbus_bindings.so()(64bit)
_dbus_glib_bindings.so()(64bit)
_functools.so()(64bit)
_hashlib.so()(64bit)
_heapq.so()(64bit)
_librsync.so()(64bit)
_locale.so()(64bit)
_lsprof.so()(64bit)
_multibytecodec.so()(64bit)
_ncrypt.so()(64bit)
_random.so()(64bit)
_socket.so()(64bit)
_speedups.so()(64bit)
_sqlite3.so()(64bit)
_ssl.so()(64bit)
_struct.so()(64bit)
_weakref.so()(64bit)
array.so()(64bit)
binascii.so()(64bit)
bz2.so()(64bit)
cPickle.so()(64bit)
cStringIO.so()(64bit)
collections.so()(64bit)
datetime.so()(64bit)
dropbox = 1.1.27
dropbox = 1.1.27-1.el6.rf
dropbox(x86-64) = 1.1.27-1.el6.rf
fastpath.so()(64bit)
fcntl.so()(64bit)
grp.so()(64bit)
itertools.so()(64bit)
libbz2.so.1.0()(64bit)
libcrypto.so.0.9.8()(64bit)
libcrypto.so.0.9.8(OPENSSL_0.9.8)(64bit)
libpng12.so.0()(64bit)
libpng12.so.0(PNG12_0)(64bit)
libpopt.so.0()(64bit)
librsync.so.1()(64bit)
libsqlite3.so.0()(64bit)
libssl.so.0.9.8()(64bit)
libssl.so.0.9.8(OPENSSL_0.9.8)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4.2)(64bit)
libstdc++.so.6(GLIBCXX_3.4.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.5)(64bit)
libstdc++.so.6(GLIBCXX_3.4.6)(64bit)
libstdc++.so.6(GLIBCXX_3.4.7)(64bit)
libstdc++.so.6(GLIBCXX_3.4.8)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
libwx_baseud-2.8.so.0()(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_net-2.8.so.0()(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_xml-2.8.so.0()(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_adv-2.8.so.0()(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_core-2.8.so.0()(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_qa-2.8.so.0()(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.9)(64bit)
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.0)(64bit)
libz.so.1(ZLIB_1.2.0.2)(64bit)
libz.so.1(ZLIB_1.2.0.8)(64bit)
libz.so.1(ZLIB_1.2.2)(64bit)
libz.so.1(ZLIB_1.2.2.3)(64bit)
libz.so.1(ZLIB_1.2.2.4)(64bit)
math.so()(64bit)
netifaces.so()(64bit)
operator.so()(64bit)
parser.so()(64bit)
pyexpat.so()(64bit)
resource.so()(64bit)
select.so()(64bit)
strop.so()(64bit)
termios.so()(64bit)
time.so()(64bit)
unicodedata.so()(64bit)
wx._controls_.so()(64bit)
wx._core_.so()(64bit)
wx._gdi_.so()(64bit)
wx._misc_.so()(64bit)
wx._windows_.so()(64bit)
zlib.so()(64bit)

The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-20 22:27:17 UTC
Permalink
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
install after the package install process the rpm database is corrupted, e.g.:

# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....

I am only installing transcode and unrar, which brings in the following other
rpmforge package (plus some more sl packages):

Installing proj-4.7.0-1.el6.rf.x86_64
Installing lame-3.98.4-1.el6.rf.x86_64
Installing geos-3.2.2-1.el6.rf.x86_64
Installing geos-devel-3.2.2-1.el6.rf.x86_64
Installing a52dec-0.7.4-8.el6.rf.x86_64
Installing x264-0.0.0-0.4.20101111.el6.rf.x86_64
Installing faac-1.26-1.el6.rf.x86_64
Installing librtmp-2.3-1.el6.rf.x86_64
Installing SDL_gfx-2.0.22-1.el6.rf.x86_64
Installing libfixbuf-0.9.0-1.el6.rf.x86_64
Installing yaf-1.3.2-1.el6.rf.x86_64
Installing opencore-amr-0.1.2-1.el6.rf.x86_64
Installing fortune-1.0-37.2.el6.rf.x86_64
Installing faad2-2.7-1.el6.rf.x86_64
Installing orc-0.4.11-1.el6.rf.x86_64
Installing schroedinger-1.0.10-1.el6.rf.x86_64
Installing facter-1.5.8-1.el6.rf.noarch
Installing ffmpeg-libpostproc-0.6.1-1.el6.rf.x86_64
Installing ffmpeg-0.6.1-1.el6.rf.x86_64
Installing dropbox-1.1.27-1.el6.rf.x86_64
Installing environment-modules-3.2.8a-1.el6.rf.x86_64
Installing unrar-4.0.7-1.el6.rf.x86_64
Installing libquicktime-1.2.1-1.el6.rf.x86_64
Installing mjpegtools-1.9.0-1.el6.rf.x86_64
Installing wxGTK-2.8.12-1.el6.rf.x86_64
Installing transcode-1.1.5-2.el6.rf.x86_64

Anyways, I'm at a loss at the moment.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-21 16:10:07 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....
Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Alfred Ganz
2011-05-22 12:44:36 UTC
Permalink
Dag, Orion,
Date: Sat, 21 May 2011 18:10:07 +0200 (CEST)
Subject: Re: [users] Installing SL6 with rpmforge corrupts rpm
database

Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
results in:
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported

AG
--
----------------------------------------------------------------------
Alfred Ganz alfred-ganz:at:agci.com
AG Consulting, Inc. (203) 624-9667
440 Prospect Street # 11
New Haven, CT 06511
----------------------------------------------------------------------
Orion Poplawski
2011-05-23 15:27:55 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
This is the problem (I think):

# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
_codecs_jp.so()(64bit)
_codecs_kr.so()(64bit)
_codecs_tw.so()(64bit)
_ctypes.so()(64bit)
_dbus_bindings.so()(64bit)
_dbus_glib_bindings.so()(64bit)
_functools.so()(64bit)
_hashlib.so()(64bit)
_heapq.so()(64bit)
_librsync.so()(64bit)
_locale.so()(64bit)
_lsprof.so()(64bit)
_multibytecodec.so()(64bit)
_ncrypt.so()(64bit)
_random.so()(64bit)
_socket.so()(64bit)
_speedups.so()(64bit)
_sqlite3.so()(64bit)
_ssl.so()(64bit)
_struct.so()(64bit)
_weakref.so()(64bit)
array.so()(64bit)
binascii.so()(64bit)
bz2.so()(64bit)
cPickle.so()(64bit)
cStringIO.so()(64bit)
collections.so()(64bit)
datetime.so()(64bit)
dropbox = 1.1.27
dropbox = 1.1.27-1.el6.rf
dropbox(x86-64) = 1.1.27-1.el6.rf
fastpath.so()(64bit)
fcntl.so()(64bit)
grp.so()(64bit)
itertools.so()(64bit)
libbz2.so.1.0()(64bit)
libcrypto.so.0.9.8()(64bit)
libcrypto.so.0.9.8(OPENSSL_0.9.8)(64bit)
libpng12.so.0()(64bit)
libpng12.so.0(PNG12_0)(64bit)
libpopt.so.0()(64bit)
librsync.so.1()(64bit)
libsqlite3.so.0()(64bit)
libssl.so.0.9.8()(64bit)
libssl.so.0.9.8(OPENSSL_0.9.8)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4.2)(64bit)
libstdc++.so.6(GLIBCXX_3.4.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.5)(64bit)
libstdc++.so.6(GLIBCXX_3.4.6)(64bit)
libstdc++.so.6(GLIBCXX_3.4.7)(64bit)
libstdc++.so.6(GLIBCXX_3.4.8)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
libwx_baseud-2.8.so.0()(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_net-2.8.so.0()(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_xml-2.8.so.0()(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_adv-2.8.so.0()(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_core-2.8.so.0()(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_qa-2.8.so.0()(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.9)(64bit)
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.0)(64bit)
libz.so.1(ZLIB_1.2.0.2)(64bit)
libz.so.1(ZLIB_1.2.0.8)(64bit)
libz.so.1(ZLIB_1.2.2)(64bit)
libz.so.1(ZLIB_1.2.2.3)(64bit)
libz.so.1(ZLIB_1.2.2.4)(64bit)
math.so()(64bit)
netifaces.so()(64bit)
operator.so()(64bit)
parser.so()(64bit)
pyexpat.so()(64bit)
resource.so()(64bit)
select.so()(64bit)
strop.so()(64bit)
termios.so()(64bit)
time.so()(64bit)
unicodedata.so()(64bit)
wx._controls_.so()(64bit)
wx._core_.so()(64bit)
wx._gdi_.so()(64bit)
wx._misc_.so()(64bit)
wx._windows_.so()(64bit)
zlib.so()(64bit)

The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-20 22:27:17 UTC
Permalink
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
install after the package install process the rpm database is corrupted, e.g.:

# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....

I am only installing transcode and unrar, which brings in the following other
rpmforge package (plus some more sl packages):

Installing proj-4.7.0-1.el6.rf.x86_64
Installing lame-3.98.4-1.el6.rf.x86_64
Installing geos-3.2.2-1.el6.rf.x86_64
Installing geos-devel-3.2.2-1.el6.rf.x86_64
Installing a52dec-0.7.4-8.el6.rf.x86_64
Installing x264-0.0.0-0.4.20101111.el6.rf.x86_64
Installing faac-1.26-1.el6.rf.x86_64
Installing librtmp-2.3-1.el6.rf.x86_64
Installing SDL_gfx-2.0.22-1.el6.rf.x86_64
Installing libfixbuf-0.9.0-1.el6.rf.x86_64
Installing yaf-1.3.2-1.el6.rf.x86_64
Installing opencore-amr-0.1.2-1.el6.rf.x86_64
Installing fortune-1.0-37.2.el6.rf.x86_64
Installing faad2-2.7-1.el6.rf.x86_64
Installing orc-0.4.11-1.el6.rf.x86_64
Installing schroedinger-1.0.10-1.el6.rf.x86_64
Installing facter-1.5.8-1.el6.rf.noarch
Installing ffmpeg-libpostproc-0.6.1-1.el6.rf.x86_64
Installing ffmpeg-0.6.1-1.el6.rf.x86_64
Installing dropbox-1.1.27-1.el6.rf.x86_64
Installing environment-modules-3.2.8a-1.el6.rf.x86_64
Installing unrar-4.0.7-1.el6.rf.x86_64
Installing libquicktime-1.2.1-1.el6.rf.x86_64
Installing mjpegtools-1.9.0-1.el6.rf.x86_64
Installing wxGTK-2.8.12-1.el6.rf.x86_64
Installing transcode-1.1.5-2.el6.rf.x86_64

Anyways, I'm at a loss at the moment.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-21 16:10:07 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....
Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Alfred Ganz
2011-05-22 12:44:36 UTC
Permalink
Dag, Orion,
Date: Sat, 21 May 2011 18:10:07 +0200 (CEST)
Subject: Re: [users] Installing SL6 with rpmforge corrupts rpm
database

Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
results in:
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported

AG
--
----------------------------------------------------------------------
Alfred Ganz alfred-ganz:at:agci.com
AG Consulting, Inc. (203) 624-9667
440 Prospect Street # 11
New Haven, CT 06511
----------------------------------------------------------------------
Orion Poplawski
2011-05-23 15:27:55 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
This is the problem (I think):

# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
_codecs_jp.so()(64bit)
_codecs_kr.so()(64bit)
_codecs_tw.so()(64bit)
_ctypes.so()(64bit)
_dbus_bindings.so()(64bit)
_dbus_glib_bindings.so()(64bit)
_functools.so()(64bit)
_hashlib.so()(64bit)
_heapq.so()(64bit)
_librsync.so()(64bit)
_locale.so()(64bit)
_lsprof.so()(64bit)
_multibytecodec.so()(64bit)
_ncrypt.so()(64bit)
_random.so()(64bit)
_socket.so()(64bit)
_speedups.so()(64bit)
_sqlite3.so()(64bit)
_ssl.so()(64bit)
_struct.so()(64bit)
_weakref.so()(64bit)
array.so()(64bit)
binascii.so()(64bit)
bz2.so()(64bit)
cPickle.so()(64bit)
cStringIO.so()(64bit)
collections.so()(64bit)
datetime.so()(64bit)
dropbox = 1.1.27
dropbox = 1.1.27-1.el6.rf
dropbox(x86-64) = 1.1.27-1.el6.rf
fastpath.so()(64bit)
fcntl.so()(64bit)
grp.so()(64bit)
itertools.so()(64bit)
libbz2.so.1.0()(64bit)
libcrypto.so.0.9.8()(64bit)
libcrypto.so.0.9.8(OPENSSL_0.9.8)(64bit)
libpng12.so.0()(64bit)
libpng12.so.0(PNG12_0)(64bit)
libpopt.so.0()(64bit)
librsync.so.1()(64bit)
libsqlite3.so.0()(64bit)
libssl.so.0.9.8()(64bit)
libssl.so.0.9.8(OPENSSL_0.9.8)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4.2)(64bit)
libstdc++.so.6(GLIBCXX_3.4.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.5)(64bit)
libstdc++.so.6(GLIBCXX_3.4.6)(64bit)
libstdc++.so.6(GLIBCXX_3.4.7)(64bit)
libstdc++.so.6(GLIBCXX_3.4.8)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
libwx_baseud-2.8.so.0()(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_net-2.8.so.0()(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_xml-2.8.so.0()(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_adv-2.8.so.0()(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_core-2.8.so.0()(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_qa-2.8.so.0()(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.9)(64bit)
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.0)(64bit)
libz.so.1(ZLIB_1.2.0.2)(64bit)
libz.so.1(ZLIB_1.2.0.8)(64bit)
libz.so.1(ZLIB_1.2.2)(64bit)
libz.so.1(ZLIB_1.2.2.3)(64bit)
libz.so.1(ZLIB_1.2.2.4)(64bit)
math.so()(64bit)
netifaces.so()(64bit)
operator.so()(64bit)
parser.so()(64bit)
pyexpat.so()(64bit)
resource.so()(64bit)
select.so()(64bit)
strop.so()(64bit)
termios.so()(64bit)
time.so()(64bit)
unicodedata.so()(64bit)
wx._controls_.so()(64bit)
wx._core_.so()(64bit)
wx._gdi_.so()(64bit)
wx._misc_.so()(64bit)
wx._windows_.so()(64bit)
zlib.so()(64bit)

The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Orion Poplawski
2011-05-20 22:27:17 UTC
Permalink
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
install after the package install process the rpm database is corrupted, e.g.:

# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....

I am only installing transcode and unrar, which brings in the following other
rpmforge package (plus some more sl packages):

Installing proj-4.7.0-1.el6.rf.x86_64
Installing lame-3.98.4-1.el6.rf.x86_64
Installing geos-3.2.2-1.el6.rf.x86_64
Installing geos-devel-3.2.2-1.el6.rf.x86_64
Installing a52dec-0.7.4-8.el6.rf.x86_64
Installing x264-0.0.0-0.4.20101111.el6.rf.x86_64
Installing faac-1.26-1.el6.rf.x86_64
Installing librtmp-2.3-1.el6.rf.x86_64
Installing SDL_gfx-2.0.22-1.el6.rf.x86_64
Installing libfixbuf-0.9.0-1.el6.rf.x86_64
Installing yaf-1.3.2-1.el6.rf.x86_64
Installing opencore-amr-0.1.2-1.el6.rf.x86_64
Installing fortune-1.0-37.2.el6.rf.x86_64
Installing faad2-2.7-1.el6.rf.x86_64
Installing orc-0.4.11-1.el6.rf.x86_64
Installing schroedinger-1.0.10-1.el6.rf.x86_64
Installing facter-1.5.8-1.el6.rf.noarch
Installing ffmpeg-libpostproc-0.6.1-1.el6.rf.x86_64
Installing ffmpeg-0.6.1-1.el6.rf.x86_64
Installing dropbox-1.1.27-1.el6.rf.x86_64
Installing environment-modules-3.2.8a-1.el6.rf.x86_64
Installing unrar-4.0.7-1.el6.rf.x86_64
Installing libquicktime-1.2.1-1.el6.rf.x86_64
Installing mjpegtools-1.9.0-1.el6.rf.x86_64
Installing wxGTK-2.8.12-1.el6.rf.x86_64
Installing transcode-1.1.5-2.el6.rf.x86_64

Anyways, I'm at a loss at the moment.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Dag Wieers
2011-05-21 16:10:07 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature,
key ID 192a7d7d: BAD
....
Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
--
-- dag wieers, dag at wieers.com, http://dag.wieers.com/
-- dagit linux solutions, info at dagit.net, http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
Alfred Ganz
2011-05-22 12:44:36 UTC
Permalink
Dag, Orion,
Date: Sat, 21 May 2011 18:10:07 +0200 (CEST)
Subject: Re: [users] Installing SL6 with rpmforge corrupts rpm
database

Is it possible you did not install the RPMforge key, which is part of the
rpmforge-release package ?

It specifically says:

DSA/SHA1 Signature, key ID 192a7d7d: BAD

which to me sounds as if the RPMforge key was never imported.
How about it is the SL key that is missing?
gpg --keyserver hkp://keys.gnupg.net --recv-keys 192a7d7d
results in:
gpg: requesting key 192A7D7D from hkp server keys.gnupg.net
gpg: key 192A7D7D: public key "Scientific Linux (RPM signing \
key for Scientific Linux) <scientific-linux-devel at fnal.gov>" imported

AG
--
----------------------------------------------------------------------
Alfred Ganz alfred-ganz:at:agci.com
AG Consulting, Inc. (203) 624-9667
440 Prospect Street # 11
New Haven, CT 06511
----------------------------------------------------------------------
Orion Poplawski
2011-05-23 15:27:55 UTC
Permalink
Post by Orion Poplawski
I'm still looking into this, but I figured I'd post what I have since it is
completely reproducible. If I enable the rpmforge repo when doing my SL6
# rpm -qa
error: rpmdbNextIterator: skipping h# 769 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 259 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 518 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
error: rpmdbNextIterator: skipping h# 8 Header V4 DSA/SHA1 Signature, key ID
192a7d7d: BAD
....
I am only installing transcode and unrar, which brings in the following other
Installing dropbox-1.1.27-1.el6.rf.x86_64
This is the problem (I think):

# repoquery --provides dropbox
_bisect.so()(64bit)
_codecs_cn.so()(64bit)
_codecs_hk.so()(64bit)
_codecs_iso2022.so()(64bit)
_codecs_jp.so()(64bit)
_codecs_kr.so()(64bit)
_codecs_tw.so()(64bit)
_ctypes.so()(64bit)
_dbus_bindings.so()(64bit)
_dbus_glib_bindings.so()(64bit)
_functools.so()(64bit)
_hashlib.so()(64bit)
_heapq.so()(64bit)
_librsync.so()(64bit)
_locale.so()(64bit)
_lsprof.so()(64bit)
_multibytecodec.so()(64bit)
_ncrypt.so()(64bit)
_random.so()(64bit)
_socket.so()(64bit)
_speedups.so()(64bit)
_sqlite3.so()(64bit)
_ssl.so()(64bit)
_struct.so()(64bit)
_weakref.so()(64bit)
array.so()(64bit)
binascii.so()(64bit)
bz2.so()(64bit)
cPickle.so()(64bit)
cStringIO.so()(64bit)
collections.so()(64bit)
datetime.so()(64bit)
dropbox = 1.1.27
dropbox = 1.1.27-1.el6.rf
dropbox(x86-64) = 1.1.27-1.el6.rf
fastpath.so()(64bit)
fcntl.so()(64bit)
grp.so()(64bit)
itertools.so()(64bit)
libbz2.so.1.0()(64bit)
libcrypto.so.0.9.8()(64bit)
libcrypto.so.0.9.8(OPENSSL_0.9.8)(64bit)
libpng12.so.0()(64bit)
libpng12.so.0(PNG12_0)(64bit)
libpopt.so.0()(64bit)
librsync.so.1()(64bit)
libsqlite3.so.0()(64bit)
libssl.so.0.9.8()(64bit)
libssl.so.0.9.8(OPENSSL_0.9.8)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.1)(64bit)
libstdc++.so.6(GLIBCXX_3.4.2)(64bit)
libstdc++.so.6(GLIBCXX_3.4.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.5)(64bit)
libstdc++.so.6(GLIBCXX_3.4.6)(64bit)
libstdc++.so.6(GLIBCXX_3.4.7)(64bit)
libstdc++.so.6(GLIBCXX_3.4.8)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
libwx_baseud-2.8.so.0()(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_net-2.8.so.0()(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_net-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_baseud_xml-2.8.so.0()(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_baseud_xml-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_adv-2.8.so.0()(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_adv-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_core-2.8.so.0()(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_core-2.8.so.0(WXUD_2.8.9)(64bit)
libwx_gtk2ud_qa-2.8.so.0()(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.1)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.2)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.4)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.5)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.7)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.8)(64bit)
libwx_gtk2ud_qa-2.8.so.0(WXUD_2.8.9)(64bit)
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.0)(64bit)
libz.so.1(ZLIB_1.2.0.2)(64bit)
libz.so.1(ZLIB_1.2.0.8)(64bit)
libz.so.1(ZLIB_1.2.2)(64bit)
libz.so.1(ZLIB_1.2.2.3)(64bit)
libz.so.1(ZLIB_1.2.2.4)(64bit)
math.so()(64bit)
netifaces.so()(64bit)
operator.so()(64bit)
parser.so()(64bit)
pyexpat.so()(64bit)
resource.so()(64bit)
select.so()(64bit)
strop.so()(64bit)
termios.so()(64bit)
time.so()(64bit)
unicodedata.so()(64bit)
wx._controls_.so()(64bit)
wx._core_.so()(64bit)
wx._gdi_.so()(64bit)
wx._misc_.so()(64bit)
wx._windows_.so()(64bit)
zlib.so()(64bit)

The .so provides need to get filtered - they are private libraries. But it
causes all kinds of problems as dropbox is getting chosen over the real
packages like libpng12.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion at cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Loading...