SCIENTIFIC-LINUX-USERS Archives

April 2005

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Daniel Widyono <[log in to unmask]>
Reply To:
Daniel Widyono <[log in to unmask]>
Date:
Sun, 3 Apr 2005 21:39:43 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
FYI, I realize this is manual and doesn't scale, but:

	rpm -e librsvg2-2.2.3-2
	yum install librsvg2
	/usr/bin/update-gdk-pixbuf-loaders i686-redhat-linux-gnu

The last line is the sole failure in the post-install-scriptlet (which refers
to i386-redhat-linux-gnu).

This allowed me to proceed without errors.  I checked the spec file, it has:

%post
/sbin/ldconfig
%{_bindir}/update-gdk-pixbuf-loaders %{_arch}-%{_host_vendor}-%{_host_os}

So %{_arch} turns into i386, while the build target during rpmbuild is
i686-redhat-linux-gnu.  I don't know how they'll _want_ to fix this, but
there you have it.  Personally I'd change %{_arch}, but I don't know to what
it should be changed.

Dan W.

ATOM RSS1 RSS2