[Bug 526444] Review Request: MyGUI - Fast, simple and flexible GUI

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 18 02:32:46 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526444





--- Comment #20 from Guido Grazioli <guido.grazioli at gmail.com>  2009-11-17 21:32:44 EDT ---
No problem, i'm still learning; about the dangling symlinks, i can confirm that
if i add file based requires:
Requires:  %{_datadir}/fonts/dejavu/DejaVuSans.ttf
Requires:  %{_datadir}/fonts/dejavu/DejaVuSans-ExtraLight.ttf
i get no more warnings. I read somewhere in the wiki that adding file based
requires is unsafe, am i wrong? Alternatives?

--
About the other warning:

[makerpm at localhost SPECS]$ ldd -d -r /usr/lib64/libMyGUIEngine.so.3.0.0
undefined symbol: dlsym    (/usr/lib64/libMyGUIEngine.so.3.0.0)
undefined symbol: uuid_generate   (/usr/lib64/libMyGUIEngine.so.3.0.0)
undefined symbol: dlopen   (/usr/lib64/libMyGUIEngine.so.3.0.0)
undefined symbol: dlclose  (/usr/lib64/libMyGUIEngine.so.3.0.0)
 linux-vdso.so.1 =>  (0x00007fffa3bff000)
 libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x0000003fe6e00000)
 libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003ff1000000)
 libm.so.6 => /lib64/libm.so.6 (0x0000003fe3600000)
 libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003fed800000)
 libc.so.6 => /lib64/libc.so.6 (0x0000003fe3200000)
 /lib64/ld-linux-x86-64.so.2 (0x0000003fe2c00000)

they miss -ldl, but -luuid is there; can be a problem with the move of uuid.h
from e2fsprog-devel to libuuid-devel ? 

--
.desktop files: you have a good point here. In the guidelines we have that each
package that contains a gui must have a corresponding desktop entry; however,
adding an icon for each demo and each tool - even if in a specific submenu
entry - seems chaotic in my opinion. Would it be feasible to add only a desktop
entry for LayoutEditor, which is the only really (well, in the future) useful
tool? In that case, "Graphics" or "Development"?

-- 
Summaries and descriptions: ok! I just copied some sentences i found in their
site, willing to fix them later, but i forgot it..

-- 
Moving code templates to -devel and make -tools require -devel: ok, seems
reasonable

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




More information about the Fedora-package-review mailing list