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

Petr Pisar <ppi...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
            Summary|perl-SDL: FTBFS in Fedora   |perl-SDL-2.548-26.fc43
                   |rawhide/f42                 |FTBFS:
                   |                            |lib/SDL_perl.c:654:13:
                   |                            |error: conflicting types
                   |                            |for ‘boot_SDL’
           Assignee|hdego...@redhat.com         |ppi...@redhat.com
            Version|rawhide                     |42
           Doc Type|---                         |If docs needed, set a value



--- Comment #4 from Petr Pisar <ppi...@redhat.com> ---
From a build log:

gcc -Isrc -I/usr/lib64/perl5/CORE '-DVERSION="2.548"' '-DXS_VERSION="2.548"'
-fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL '-D_GNU_SOURCE=1' -D_REENTRANT
-I/usr/include/smpeg -I/usr/include -I/usr/include -I/usr/local/include
-DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -O2 '-flto=auto'
-ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall
-Wno-complain-wrong-lang '-Werror=format-security'
'-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3' -Wp,-D_GLIBCXX_ASSERTIONS
'-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1' -fstack-protector-strong
'-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1' -m64 '-march=x86-64'
'-mtune=generic' -fasynchronous-unwind-tables -fstack-clash-protection
-fcf-protection '-mtls-dialect=gnu2' -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include
-D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -g -o lib/SDL_perl.o
lib/SDL_perl.c
[...]
In file included from lib/SDL_perl.xs:32:
lib/SDL_perl.c:654:13: error: conflicting types for ‘boot_SDL’; have
‘void(PerlInterpreter *, CV *)’ {aka ‘void(struct interpreter *, struct cv *)’}
  654 | XS_EXTERNAL(boot_SDL); /* prototype to pass -Wmissing-prototypes */
      |             ^~~~~~~~
/usr/lib64/perl5/CORE/XSUB.h:149:34: note: in definition of macro ‘XS_EXTERNAL’
  149 | #  define XS_EXTERNAL(name) void name(pTHX_ CV* cv
__attribute__unused__)
      |                                  ^~~~
lib/SDL_perl.xs:147:6: note: previous declaration of ‘boot_SDL’ with type
‘void(void)’
  147 | void boot_SDL();
      |      ^~~~~~~~
lib/SDL_perl.c:655:13: error: conflicting types for ‘boot_SDL’; have
‘void(PerlInterpreter *, CV *)’ {aka ‘void(struct interpreter *, struct cv *)’}
  655 | XS_EXTERNAL(boot_SDL)
      |             ^~~~~~~~
/usr/lib64/perl5/CORE/XSUB.h:149:34: note: in definition of macro ‘XS_EXTERNAL’
  149 | #  define XS_EXTERNAL(name) void name(pTHX_ CV* cv
__attribute__unused__)
      |                                  ^~~~
lib/SDL_perl.xs:147:6: note: previous declaration of ‘boot_SDL’ with type
‘void(void)’
  147 | void boot_SDL();
      |      ^~~~~~~~


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2341036

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202341036%23c4

-- 
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to