Mailinglist Archive: opensuse-bugs (15876 mails)
| < Previous | Next > |
[Bug 301337] SDL_perl seems to be broken
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 17 Aug 2007 08:36:29 -0600 (MDT)
- Message-id: <20070817143629.BACC1245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=301337#c3
michal zugec <mzugec@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
--- Comment #3 from michal zugec <mzugec@xxxxxxxxxx> 2007-08-17 08:36:29 MST ---
Can you read something from here:
working 10.2:
rpm -ql SDL_perl | xargs grep TTFInit
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/SDL/TTFont.pm: if (
SDL::TTFInit() < 0);
Binary file
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so
matches
rock:/home/mzugec/work/perl-SDL# nm
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so
| grep TTFInit
0005bc10 T XS_SDL_TTFInit
problematic 10.3:
rpm -ql SDL_perl | xargs grep TTFInit
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/SDL/TTFont.pm: if (
SDL::TTFInit() < 0);
mzugec@rock:~/work/perl-SDL> nm
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so
| grep TTFInit
nm:
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so:
no symbols
It seems method TTFInit() isn't compiled in SDL_perl.so
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
michal zugec <mzugec@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
--- Comment #3 from michal zugec <mzugec@xxxxxxxxxx> 2007-08-17 08:36:29 MST ---
Can you read something from here:
working 10.2:
rpm -ql SDL_perl | xargs grep TTFInit
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/SDL/TTFont.pm: if (
SDL::TTFInit() < 0);
Binary file
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so
matches
rock:/home/mzugec/work/perl-SDL# nm
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so
| grep TTFInit
0005bc10 T XS_SDL_TTFInit
problematic 10.3:
rpm -ql SDL_perl | xargs grep TTFInit
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/SDL/TTFont.pm: if (
SDL::TTFInit() < 0);
mzugec@rock:~/work/perl-SDL> nm
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so
| grep TTFInit
nm:
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/auto/SDL_perl/SDL_perl.so:
no symbols
It seems method TTFInit() isn't compiled in SDL_perl.so
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |