[Bug 450371] Review Request: pokegen - Strategy/RPG game engine

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 6 14:50:28 UTC 2008


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=450371


Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |mtasaka at ioa.s.u-tokyo.ac.jp




--- Comment #17 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2008-08-06 10:50:26 EDT ---
For -12:

* Scriptlets
---------------------------------------------------
# env LANG=C rpm -Fvh *i386*rpm
Preparing...                ########################################### [100%]
   1:pokegen                ########################################### [100%]
/sbin/ldconfig: relative path `2' used to build cache
error: %post(pokegen-0.0.2-0.12.20080804svn236.fc10.i386) scriptlet failed,
exit status 1
---------------------------------------------------
  - "%post -p /sbin/ldconfig" can be used when only /sbin/ldconfig is called
    on %post. If other commands are executed like this, don't use "-p
/sbin/ldconfig"
    and simply use:
---------------------------------------------------
%post
/sbin/ldconfig
update-desktop-database &> /dev/null || :
.............
---------------------------------------------------

! rpmlint
  - rpmlint shows there are still some unused direct dependencies on
    installed libraries.
    You can check this also by
---------------------------------------------------
$ ldd -u /usr/lib/libpokebattle.so.0
Unused direct dependencies:

        /usr/lib/libpokemod.so.0
        /usr/lib/libphonon.so.4
        /usr/lib/libkrosscore.so.4
        /usr/lib/libQtGui.so.4
        /usr/lib/libQtXml.so.4
        /lib/libm.so.6
---------------------------------------------------
    , for example. While this is _not_ a blocker, you may want to fix this.

-- 
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 package-review mailing list