Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Leont
Copy link
Contributor

@Leont Leont commented Jun 29, 2020

This fixes #17908

This should be merged to blead and backported to 5.32.1 once @bingos has confirmed that this fixes the issue.

Minix has a #define for si_signo to _info._signo, despite not having
a struct siginfo; this caused compilation errors.
@bingos
Copy link
Contributor

bingos commented Jun 29, 2020

Looks good:

monty# ./perl -Ilib -V
Summary of my perl5 (revision 5 version 33 subversion 0) configuration:
  Commit id: bdffd22c3169603b2023c4d44369016295710437
  Platform:
    osname=minix
    osvers=3.4.0
    archname=i386-minix
    uname='minix monty 3.4.0 minix 3.4.0 (generic) i386 '
    config_args='-des -Uinstallusrbinperl -Uuseithreads -Uusemymalloc -Dldflags=-Wl,-rpath,/usr/pkg/lib -fstack-protector-strong -L/usr/pkg/lib -Dlibpth=/usr/pkg/lib /usr/include/clang-3.6 /usr/lib /lib -Dusedevel'
    hint=previous
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=undef
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fno-strict-aliasing -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2'
    optimize='-O'
    cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong'
    ccversion=''
    gccversion='4.2.1 Compatible Clang 3.6 (branches/release_36 237755)'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=1234
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=12
    longdblkind=3
    ivtype='long'
    ivsize=4
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=4
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-Wl,-rpath,/usr/pkg/lib -fstack-protector-strong -L/usr/pkg/lib -L/lib'
    libpth=/usr/pkg/lib /usr/include/clang-3.6 /usr/lib /lib /usr/include/clang-3.6 /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=/usr/lib/libc.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC '
    lddlflags='-shared  -L/usr/pkg/lib -L/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under minix
  Compiled at Jun 30 2020 00:23:37

@Leont Leont merged commit 3555a05 into blead Jul 8, 2020
@karenetheridge karenetheridge deleted the leont/minix-siginfo branch July 8, 2020 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Builds fail on Minix since v5.31.6
2 participants