Skip to content

Instantly share code, notes, and snippets.

@anarazel
Created August 23, 2022 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anarazel/e289c6ff9aaa6fe22e3e790218179226 to your computer and use it in GitHub Desktop.
Save anarazel/e289c6ff9aaa6fe22e3e790218179226 to your computer and use it in GitHub Desktop.
/home/andres/src/postgresql/meson.build:403:6: warning empty if statement block
403 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:412:6: warning empty if statement block
412 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:2348:4: warning empty if statement block
2348 | if host_system == 'win32'
^
dbg executing /usr/bin/ccache: 'ccache' '--version'
warn unable to detect compiler type, falling back on posix compiler
dbg executing /usr/bin/ccache: 'ccache' '--print-search-dirs'
configuring 'postgresql', version: 16devel
dependency threads found
found dependency threads
dbg executing /usr/bin/bison: '/usr/bin/bison' '--version'
dbg executing /usr/bin/bison: '/usr/bin/bison' '--version'
dbg env: MUON_PATH='muon' MESON_BUILD_ROOT='/tmp/pg-muon' MESON_SOURCE_ROOT='/home/andres/src/postgresql' MESON_SUBDIR='.'
dbg executing /usr/bin/python3: '/usr/bin/python3' 'src/tools/find_meson'
dbg env: MUON_PATH='muon' MESON_BUILD_ROOT='/tmp/pg-muon' MESON_SOURCE_ROOT='/home/andres/src/postgresql' MESON_SUBDIR='.'
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' 'gcc-12' '-Wno-int-conversion' '-c' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '-D_GNU_SOURCE'
dbg compiler stdout: '/tmp/pg-muon/muon-private/test.c:2:10: fatal error: bsd_auth.h: No such file or directory
2 | #include <bsd_auth.h>
| ^~~~~~~~~~~~
compilation terminated.
'
dbg compiler stderr: ''
c compiler: header bsd_auth.h is usable: NO
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' 'gcc-12' '-Wno-int-conversion' '-c' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '-D_GNU_SOURCE'
dbg compiler stdout: ''
dbg compiler stderr: ''
c compiler: header dns_sd.h is usable: YES
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' '-Wno-int-conversion' 'gcc-12' '-Wno-int-conversion' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '-D_GNU_SOURCE'
dbg compiler stdout: 'ccache: invalid option -- 'W'
'
dbg compiler stderr: ''
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' '-Wno-int-conversion' 'gcc-12' '-Wno-int-conversion' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '-D_GNU_SOURCE'
dbg compiler stdout: 'ccache: invalid option -- 'W'
'
dbg compiler stderr: ''
c compiler: has function DNSServiceRegister: NO
dbg library '/usr/lib/x86_64-linux-gnu/mit-krb5/libgssapi_krb5.so' found for dependency 'krb5-gssapi'
dbg skipping null pkgconf fragment: '-isystem /usr/include/mit-krb5'
found dependency krb5-gssapi version 1.20
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' 'gcc-12' '-Wno-int-conversion' '-c' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '/usr/lib/x86_64-linux-gnu/mit-krb5/libgssapi_krb5.so' '-D_GNU_SOURCE'
dbg compiler stdout: 'gcc-12: warning: /usr/lib/x86_64-linux-gnu/mit-krb5/libgssapi_krb5.so: linker input file unused because linking not done
'
dbg compiler stderr: ''
c compiler: header gssapi/gssapi.h is usable: YES
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' '-Wno-int-conversion' 'gcc-12' '-Wno-int-conversion' '-I' '/tmp/pg-muon/src/include' '-I' '/home/andres/src/postgresql/src/include' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '/usr/lib/x86_64-linux-gnu/mit-krb5/libgssapi_krb5.so' '-D_GNU_SOURCE'
dbg compiler stdout: 'ccache: invalid option -- 'W'
'
dbg compiler stderr: ''
dbg compiling: '/tmp/pg-muon/muon-private/test.c'
dbg executing /usr/bin/ccache: 'ccache' '-Wno-int-conversion' 'gcc-12' '-Wno-int-conversion' '-I' '/tmp/pg-muon/src/include' '-I' '/home/andres/src/postgresql/src/include' '/tmp/pg-muon/muon-private/test.c' '-o' '/dev/null' '/usr/lib/x86_64-linux-gnu/mit-krb5/libgssapi_krb5.so' '-D_GNU_SOURCE'
dbg compiler stdout: 'ccache: invalid option -- 'W'
'
dbg compiler stderr: ''
c compiler: has function gss_init_sec_context: NO
error: could not find function g'ss_init_sec_context 'required for GSSAPI
/home/andres/src/postgresql/meson.build:420:5: error in function error()
420 | error('''could not find function 'gss_init_sec_context' required for GSSAPI''')
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment