Re: package failure - dvdstyler on f15

2011-11-11 Thread Steve Roylance

On 11/12/2011 06:22 AM, Richard Shaw wrote:

Ok, I had a second so took a look.

For some reason (perhaps the version of xmlto is new or has a bug) the
temp directory was not empty so the rmdir command failed. The
remaining file was an empty .proc file that looks to be created by
xmlto.

I created a quick patch and also downloaded the latest 2.0 version.

SRPM: http://dl.dropbox.com/u/34775202/dvdstyler/dvdstyler-2.0-1.fc15.src.rpm
RPM (x86_64): 
http://dl.dropbox.com/u/34775202/dvdstyler/dvdstyler-2.0-1.fc15.x86_64.rpm

A bug should be opened[1] for this so the maintainer can fix it officially.

Richard

[1] https://bugzilla.rpmfusion.org/

hi

put an entry in  https://bugzilla.rpmfusion.org/ and tried 2.0 from the 
f16 repository and tested it and works.  Built from the src.rpm


Steve


Re: package failure - dvdstyler on f15

2011-11-11 Thread Richard Shaw
Ok, I had a second so took a look.

For some reason (perhaps the version of xmlto is new or has a bug) the
temp directory was not empty so the rmdir command failed. The
remaining file was an empty .proc file that looks to be created by
xmlto.

I created a quick patch and also downloaded the latest 2.0 version.

SRPM: http://dl.dropbox.com/u/34775202/dvdstyler/dvdstyler-2.0-1.fc15.src.rpm
RPM (x86_64): 
http://dl.dropbox.com/u/34775202/dvdstyler/dvdstyler-2.0-1.fc15.x86_64.rpm

A bug should be opened[1] for this so the maintainer can fix it officially.

Richard

[1] https://bugzilla.rpmfusion.org/


Re: package failure - dvdstyler on f15

2011-11-11 Thread Richard Shaw
On Fri, Nov 11, 2011 at 1:18 AM, Steve Roylance
 wrote:
> hi
>
> this package fails both to compile or run on Fedora 15
> removed package, cleaned yum cache, installed package
>  no effect
> downloaded scr.rpm fails to build
> Steve
> log follows
> --
> $ dvdstyler
>
> (d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
> attached to GtkMenuItem
>
> (d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
> attached to GtkMenuItem
>
> (d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
> attached to GtkMenuItem
>
> (d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
> attached to GtkMenuItem
> dvdstyler: symbol lookup error: dvdstyler: undefined symbol:
> _ZN13wxSVGDocument6RenderEiiPK9wxSVGRectb

If you run the symbol through c++filt it gives you something more
human readable:

$ c++filt _ZN13wxSVGDocument6RenderEiiPK9wxSVGRectb
wxSVGDocument::Render(int, int, wxSVGRect const*, bool)

A programmer could better say, but it looks like a linker issue to me.

Richard


[Bug 1539] Review request: pithos - A Pandora client for the GNOME Desktop

2011-11-11 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1539

--- Comment #12 from Richard  2011-11-11 15:50:41 CET ---
I'm assuming this if for F16+? I tried to build under F15 but it failed. It was
not able to import a local module, which is strange.

Is the version of python that different in F16?

Also, you need to use desktop-file-install to correct the desktop file[1]:

+ desktop-file-install --delete-original
--dir=/builddir/build/BUILDROOT/pithos-0.3.13-2.fc16.x86_64/usr/share/applications
pithos.desktop
/builddir/build/BUILDROOT/pithos-0.3.13-2.fc16.x86_64/usr/share/applications/pithos.desktop:
error: (will be fatal in the future): value "GNOME" in key "Categories" in
group "Desktop Entry" requires another category to be present among the
following categories: GTK

Perhaps it needs --add-category="GTK" ??? 

I would look through other .desktop files you have installed and see what makes
sense.

Other than that, I don't see any issues. I think you're about ready for a full
review.

Richard

[1]
http://fedoraproject.org/wiki/Packaging:Guidelines#desktop-file-install_usage

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.