On 11/18/2011 12:26 PM, Karl wrote:
> I have a small library RPM which built OK on Fedora 13 but is broken on Fedora
> 16. Rpmbuild reports that the shared library in the package is required by
> the package itself. There is no "Provides" line, and when I try to install
> the RPM it reports:
>
>
On Friday, November 18, 2011 11:09:55 PM Michael Schwendt wrote:
> > + install -m 644 x11/libglv.so.0.3
> > /home/karl/src/rpm/BUILDROOT/libglv0-0.3.1-1.x86_64/usr/lib64
>
> Should be mode 0755.
That fixes the problem. Thanks for the help.
-Karl
--
users mailing list
users@lists.fedorapro
On Fri, 18 Nov 2011 13:00:08 -0800, K (Karl) wrote:
> There is no change in behavior with the redhat-rpm-config installed.
>
> I also notice there is no difference in output using the rpmbuild -vv option.
>
>
Then your packaging is broken.
> + install -m 644 x11/libglv.so.0.3
> /home/karl/s
There is no change in behavior with the redhat-rpm-config installed.
I also notice there is no difference in output using the rpmbuild -vv option.
Is there some other way to see what rpmbuild is actually executing?
-Karl
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or
On Fri, 18 Nov 2011 12:21:54 -0800, K (Karl) wrote:
> > Is this with or without package "redhat-rpm-config" installed?
> > If without it, could be a bug -> http://bugz.fedoraproject.org/rpm
>
>
> There is no redhat-rpm-config package on my system.
Try to reproduce _after_ installing redhat-rpm-
On Friday, November 18, 2011 12:16:49 PM Michael Schwendt wrote:
> Is this with or without package "redhat-rpm-config" installed?
> If without it, could be a bug -> http://bugz.fedoraproject.org/rpm
There is no redhat-rpm-config package on my system.
-Karl
--
users mailing list
users@lists.fe
On Fri, 18 Nov 2011 02:26:20 -0800, K (Karl) wrote:
> I have a small library RPM which built OK on Fedora 13 but is broken on
> Fedora
> 16. Rpmbuild reports that the shared library in the package is required by
> the package itself. There is no "Provides" line, and when I try to install
> t