After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167517 - [PATCH] building a rpm from the cvs source failes
[PATCH] building a rpm from the cvs source failes
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-15 20:42 UTC by Michaël Arnauts
Modified: 2006-01-27 17:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (480 bytes, patch)
2005-02-15 20:43 UTC, Michaël Arnauts
none Details | Review
updated patch (1.19 KB, patch)
2005-02-15 22:03 UTC, Michaël Arnauts
none Details | Review

Description Michaël Arnauts 2005-02-15 20:42:40 UTC
I tried creating rpm's from cvs today, and I noticed that it failed to find
gstreamer-faac... what should be gstreamer-plugins-faac...

This patch fixes that (it is my first patch, so I don't know if it is correctly
created, but I think it should work)
Comment 1 Michaël Arnauts 2005-02-15 20:43:00 UTC
Created attachment 37507 [details] [review]
patch
Comment 2 Michaël Arnauts 2005-02-15 22:03:03 UTC
hmmm, in the end, i get this:
Requires: gstreamer-plugins = 0.8.7.1 libc.so.6 libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3) libdl.so.2 libglib-2.0.so.0 libgmodule-2.0.so.0
libgobject-2.0.so.0 libgstreamer-0.8.so.1 libgthread-2.0.so.0 libm.so.6
libpthread.so.0 libxml2.so.2 libxvidcore.so.4 libz.so.1
Obsoletes: gstreamer-xvid
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/gstreamer-plugins-0.8.7.1-root
error: Installed (but unpackaged) file(s) found:
   /usr/lib/gstreamer-0.8/libgstdvdlpcmdec.so
   /usr/lib/gstreamer-0.8/libgstrfbsrc.so


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/lib/gstreamer-0.8/libgstdvdlpcmdec.so
   /usr/lib/gstreamer-0.8/libgstrfbsrc.so

so i think these files should be added to the patch also, will update patch...
Comment 3 Michaël Arnauts 2005-02-15 22:03:27 UTC
Created attachment 37511 [details] [review]
updated patch
Comment 4 Ronald Bultje 2005-02-25 08:29:03 UTC
Christian, care to look at this please?
Comment 5 Christian Fredrik Kalager Schaller 2005-03-03 14:24:43 UTC
Already merged the fixes for this in CVS. Thanks for the report.
Comment 6 Michaël Arnauts 2005-03-03 15:45:04 UTC
i see the added files, but shouldn't the
@USE_FAAC_TRUE@%post -n  gstreamer-faac
be
@USE_FAAC_TRUE@%post -n  gstreamer-plugins-faac
Comment 7 Christian Fredrik Kalager Schaller 2005-03-03 15:57:35 UTC
ah, your right. Fixed in CVS now :) thanks
Comment 8 Michaël Arnauts 2005-03-03 16:06:19 UTC
these are some other missing files :)

%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
%{_libdir}/gstreamer-%{majorminor}/libgstgconfelements.so
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
%{_libdir}/gstreamer-%{majorminor}/libgstdivxdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdivxenc.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{majorminor}/libgstmplex.so
%{_libdir}/gstreamer-%{majorminor}/libgstmusepack.so

i think there are more, but i don't have the dependencies to try them
Comment 9 Christian Fredrik Kalager Schaller 2005-03-03 16:17:17 UTC
ok, please give a patch for these with needed @USE_ statements, as I don't have
these which I why they have never been added
Comment 10 Michaël Arnauts 2005-03-03 16:26:18 UTC
hmm, i don't know how to include those with @USE_, i just have a local patch
that adds them to the list without dependencies... (what is wrong, i know, but i
have installed a whole bunch of dependencies, so it works...). I guess someone
who knows a bit more about spec-files should do this... perhaps uraeus at gnome
dot org (random name from changlog) or some other people who changed the file in
the past can do this?
Comment 11 Andy Wingo 2005-07-16 10:24:29 UTC
Christian what's up with this?
Comment 12 Andy Wingo 2006-01-27 17:22:11 UTC
Ping, Christian?
Comment 13 Christian Fredrik Kalager Schaller 2006-01-27 17:50:37 UTC
Not an issue with 0.10 spec files. Some of them might be speced already in latest 0.8 also. Closing as a wontfix.