Help... GPGME won't compile
Robert Schiele
robert.schiele@t-online.de
Sat Aug 30 11:59:02 2003
--cQXOx3fnlpmgJsTP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Fri, Aug 29, 2003 at 09:06:46PM -0400, John Aldrich wrote:
> FWIW, I'm using stock RH9.0, with all the updates.
Ok, I have investigated this distribution release and I think there is an
exception handling missing in /usr/lib/rpm/check-files.
I think applying the following patch to your system by doing
# cd /
# patch -p0 < redhat9-check-files.patch
should fix the problem.
--- ./usr/lib/rpm/check-files~ 2003-08-30 11:48:51.000000000 +0200
+++ ./usr/lib/rpm/check-files 2003-08-30 11:50:00.000000000 +0200
@@ -18,7 +18,7 @@
LC_ALL=3DC sort > $FILES_RPM
=20
for f in `diff "$FILES_DISK" "$FILES_RPM" | grep "^< " | cut -c3-`; do
- echo $f | sed -e "s#^$RPM_BUILD_ROOT# #g"
+ test $RPM_BUILD_ROOT/usr/share/info/dir !=3D "$f" && echo $f | sed -e "s#=
^$RPM_BUILD_ROOT# #g"
done
=20
rm -f $FILES_DISK
Robert
--=20
Robert Schiele Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de
--cQXOx3fnlpmgJsTP
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iD8DBQE/UHXSxcDFxyGNGNcRAr5rAJ413RBpBGxHks/V6tFE6wB/6uIftwCfUi9I
oeLfMQSJGV7yAJlYhxRu7Ao=
=X5cG
-----END PGP SIGNATURE-----
--cQXOx3fnlpmgJsTP--