Your message dated Tue, 21 Dec 2021 20:48:43 +0000
with message-id <e1mzm3v-0005rg...@fasolo.debian.org>
and subject line Bug#1002101: fixed in gjs 1.70.0-4
has caused the Debian Bug report #1002101,
regarding gjs: FTBFS with Meson 0.60.2: ../meson.build:578:0: ERROR: 
"install_dir" must be specified when installing a target
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1002101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gjs
Version: 1.70.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  cc: error: unrecognized command-line option '-Wtypedef-redefinition'
> 
> Compiler for C supports arguments -Wno-typedef-redefinition: NO 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpkhsrc8h6
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpkhsrc8h6/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpkhsrc8h6/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings 
> -Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Compiler for C++ supports link arguments -Bsymbolic-functions: YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmprrpmbkqe
> Command line:  cc 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmprrpmbkqe/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmprrpmbkqe/output.obj -c 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fno-semantic-interposition 
> 
> Code:
>  extern int i;
> int i;
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Compiler for C supports arguments -fno-semantic-interposition: YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp5d7oj47g
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp5d7oj47g/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp5d7oj47g/output.obj 
> -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-semantic-interposition 
> 
> Code:
>  extern int i;
> int i;
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Compiler for C++ supports arguments -fno-semantic-interposition: YES 
> Pkg-config binary for MachineChoice.HOST is not cached.
> Pkg-config binary missing from cross or native file, or env var undefined.
> Trying a default Pkg-config fallback at pkg-config
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Determining dependency 'glib-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion glib-2.0` -> 0
> 2.70.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags glib-2.0` -> 0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -lglib-2.0
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpzrej3i91
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpzrej3i91/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpzrej3i91/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,-z,relro -Wl,-z,now -Wl,-z,defs 
> 
> Code:
>  #include<stdio.h>
>         
>         int main(void) {
>             printf("%ld\n", (long)(sizeof(void *)));
>             return 0;
>         }
> Compiler stdout:
>  
> Compiler stderr:
>  
> Program stdout:
> 
> 8
> 
> Program stderr:
> 
> 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmppqc33sdx
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmppqc33sdx/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmppqc33sdx/output.obj 
> -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs 
> 
> Code:
>  
> Compiler stdout:
>  install: /usr/lib/gcc/x86_64-linux-gnu/11/
> programs: 
> =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/
> libraries: 
> =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/11/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/11/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
> 
> Compiler stderr:
>  
> Run-time dependency glib-2.0 found: YES 2.70.2
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'gthread-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gthread-2.0` -> 0
> 2.70.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gthread-2.0` -> 0
> -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gthread-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgthread-2.0 -pthread -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gthread-2.0` -> 0
> -lgthread-2.0 -pthread -lglib-2.0
> Run-time dependency gthread-2.0 found: YES 2.70.2
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'gobject-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gobject-2.0` -> 0
> 2.70.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gobject-2.0` -> 0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gobject-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gobject-2.0` -> 0
> -lgobject-2.0 -lglib-2.0
> Run-time dependency gobject-2.0 found: YES 2.70.2
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'gio-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gio-2.0` -> 0
> 2.70.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gio-2.0` -> 0
> -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gio-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gio-2.0` -> 0
> -lgio-2.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency gio-2.0 found: YES 2.70.2
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'libffi' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion libffi` -> 0
> 3.4.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags libffi` -> 0
> 
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libffi` -> 0
> -lffi
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libffi` -> 0
> -lffi
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpdz31y9fj
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpdz31y9fj/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpdz31y9fj/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lffi 
> -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-z,relro -Wl,-z,now 
> -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Run-time dependency libffi found: YES 3.4.2
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'gobject-introspection-1.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gobject-introspection-1.0` -> 0
> 1.70.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gobject-introspection-1.0` -> 0
> -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gobject-introspection-1.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gobject-introspection-1.0` -> 0
> -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency gobject-introspection-1.0 found: YES 1.70.0
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'mozjs-78' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion mozjs-78` -> 0
> 78.15.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags mozjs-78` -> 0
> -include /usr/include/mozjs-78/js/RequiredDefines.h -isystem 
> /usr/include/mozjs-78
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs mozjs-78` -> 0
> -L/usr/lib/x86_64-linux-gnu/ -lmozjs-78
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs mozjs-78` -> 0
> -L/usr/lib/x86_64-linux-gnu/ -lmozjs-78
> Run-time dependency mozjs-78 found: YES 78.15.0
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'cairo' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion cairo` -> 0
> 1.16.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags cairo` -> 0
> -I/usr/include/cairo -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
> -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs cairo` -> 0
> -L/usr/lib/x86_64-linux-gnu -lcairo
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs cairo` -> 0
> -lcairo
> Run-time dependency cairo found: YES 1.16.0
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'cairo-gobject' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion cairo-gobject` -> 0
> 1.16.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags cairo-gobject` -> 0
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs cairo-gobject` -> 0
> -L/usr/lib/x86_64-linux-gnu -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs cairo-gobject` -> 0
> -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0
> Run-time dependency cairo-gobject found: YES 1.16.0
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'cairo-xlib' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion cairo-xlib` -> 0
> 1.16.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags cairo-xlib` -> 0
> -I/usr/include/cairo -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
> -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs cairo-xlib` -> 0
> -L/usr/lib/x86_64-linux-gnu -lcairo -lX11 -lXext
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs cairo-xlib` -> 0
> -lcairo -lX11 -lXext
> Run-time dependency cairo-xlib found: YES 1.16.0
> Dependency sysprof-capture-4 skipped: feature profiler disabled
> Current include type of ['sysprof-capture-4'] is preserve. Converting to 
> requested system
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp83siss71
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp83siss71/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp83siss71/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lreadline 
> -Wl,--end-group -Wl,--allow-shlib-undefined -Wl,-z,relro -Wl,-z,now 
> -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Library readline found: YES
> Running compile:
> Working directory:  /tmp/tmp9b673bfo
> Command line:  c++ /tmp/tmp9b673bfo/testfile.cpp -o 
> /tmp/tmp9b673bfo/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17 
> 
> Code:
>  int i = static_cast<int>(0);
> Compiler stdout:
>  
> Compiler stderr:
>  
> Compiler accepts -std=c++17: YES
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp8y1pzbzz
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp8y1pzbzz/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp8y1pzbzz/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -fno-rtti 
> -Wl,--start-group -lreadline -Wl,--end-group -Wl,-z,relro -Wl,-z,now 
> -Wl,-z,defs 
> 
> Code:
>  
> #include <cstdio>
> #include <readline/readline.h>
> int main(void) {
>     readline("foo");
>     return 0;
> }
> Compiler stdout:
>  
> Compiler stderr:
>  
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmppt_6zd0u
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmppt_6zd0u/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmppt_6zd0u/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -fno-rtti -Wl,-z,relro 
> -Wl,-z,now -Wl,-z,defs 
> 
> Code:
>  
> #include <atomic>
> 
> int main(void)
> {
>   std::atomic_int64_t value = ATOMIC_VAR_INIT(0);
>   return value.load();
> }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Checking if "64-bit atomics built-in" : links: YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpx7x54xuv
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpx7x54xuv/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpx7x54xuv/output.obj 
> -c -include /usr/include/mozjs-78/js/RequiredDefines.h -isystem 
> /usr/include/mozjs-78 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 
> -fno-rtti 
> 
> Code:
>  
> #include <js-config.h>
> #ifdef JS_DEBUG
> #error debug yes, if we did not already error out due to DEBUG not being 
> defined
> #endif
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Checking if "SpiderMonkey is a non-debug build" with dependency mozjs-78: 
> compiles: YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp297t2anp
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp297t2anp/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp297t2anp/output.exe 
> -include /usr/include/mozjs-78/js/RequiredDefines.h -isystem 
> /usr/include/mozjs-78 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 
> -fno-rtti -Wl,--start-group /usr/lib/x86_64-linux-gnu/libmozjs-78.so 
> -Wl,--end-group -Wl,-z,relro -Wl,-z,now -Wl,-z,defs 
> 
> Code:
>  
> #include <js/Initialization.h>
> int main(void) {
>     if (!JS_Init()) return 1;
>     JS_ShutDown();
>     return 0;
> }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Program stdout:
> 
> 
> Program stderr:
> 
> 
> Checking if "SpiderMonkey sanity check" with dependency mozjs-78 runs: YES
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpu9k4zmy1
> Command line:  cc 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpu9k4zmy1/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpu9k4zmy1/output.obj -c 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -std=c99 -Werror -Wformat 
> 
> Code:
>  
> #include <stdio.h>
> int main(void) {
>     printf("%Id", (int)0);
>     return 0;
> }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Checking if "printf() supports %I alternative int syntax" : compiles: YES 
> Program dtrace found: NO
> Program dbus-run-session found: YES (/usr/bin/dbus-run-session)
> Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmphs3wse4e
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmphs3wse4e/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmphs3wse4e/output.obj 
> -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -fno-rtti 
> 
> Code:
>  #include <cstdio>
>         #include <readline/readline.h>
> Compiler stdout:
>  
> Compiler stderr:
>  
> Check usable header "readline/readline.h" : YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmph9g49c6l
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmph9g49c6l/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmph9g49c6l/output.obj 
> -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -fno-rtti 
> 
> Code:
>  
>         #include <sys/syscall.h>
> Compiler stdout:
>  
> Compiler stderr:
>  
> Check usable header "sys/syscall.h" : YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp9xz23vi0
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp9xz23vi0/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp9xz23vi0/output.obj 
> -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -fno-rtti 
> 
> Code:
>  
>         #include <unistd.h>
> Compiler stdout:
>  
> Compiler stderr:
>  
> Check usable header "unistd.h" : YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp1kue73ik
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp1kue73ik/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp1kue73ik/output.obj 
> -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17 -fno-rtti 
> 
> Code:
>  
>         #include <signal.h>
> Compiler stdout:
>  
> Compiler stderr:
>  
> Check usable header "signal.h" : YES 
> Configuring config.h using configuration
> Configuring gjs.stp using configuration
> Pkg-config binary for MachineChoice.BUILD is not cached.
> Pkg-config binary missing from cross or native file, or env var undefined.
> Trying a default Pkg-config fallback at pkg-config
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Determining dependency 'glib-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion glib-2.0` -> 0
> 2.70.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags glib-2.0` -> 0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -lglib-2.0
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpvb8j4w5u
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpvb8j4w5u/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpvb8j4w5u/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings 
> -Wl,--version-script,/<<PKGBUILDDIR>>/libgjs.map -Wl,-z,relro -Wl,-z,now 
> -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Compiler for C++ supports link arguments 
> -Wl,--version-script,/<<PKGBUILDDIR>>/libgjs.map: YES 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp7imxbaml
> Command line:  c++ 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp7imxbaml/testfile.cpp 
> -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp7imxbaml/output.exe 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings 
> -Wl,-exported_symbols_list,/<<PKGBUILDDIR>>/libgjs.symbols -Wl,-z,relro 
> -Wl,-z,now -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  /<<PKGBUILDDIR>>/libgjs.symbols: file not recognized: file format not 
> recognized
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/gjs_1.70.0-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: gjs
Source-Version: 1.70.0-4
Done: Simon McVittie <s...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gjs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon McVittie <s...@debian.org> (supplier of updated gjs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 Dec 2021 19:39:35 +0000
Source: gjs
Architecture: source
Version: 1.70.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Closes: 1002101
Changes:
 gjs (1.70.0-4) unstable; urgency=medium
 .
   * Team upload
   * d/p/arg-Replace-gsize-with-size_t.patch,
     d/p/Handle-optional-out-parameters-in-callbacks.patch:
     Include all patches from upstream gnome-41 branch up to
     1.70.0-4-g62025d4a2
     - Fix FTBFS on some 32-bit architectures where size_t is unsigned long
       but gsize is unsigned int
     - Allow optional 'out' parameters in callbacks to be NULL
   * d/p/build-disable-gir-install-via-list-to-pacify-meson-0.60.2.patch:
     Add patch from upstream to fix FTBFS with meson 0.60.2 (Closes: #1002101)
   * d/p/installed-tests-Install-matchers.js.patch:
     Make cosmetic changes to match the version applied upstream
   * d/p/build-Link-with-libatomic-if-necessary.patch:
     Mark as applied upstream
Checksums-Sha1:
 830193eda471a42bbf60eec7e2f59fe7729f6a4a 2690 gjs_1.70.0-4.dsc
 b571dbc485ca02aecf7d5da5115afcf6937a0dd4 25332 gjs_1.70.0-4.debian.tar.xz
 6185e00a816aeddac8b7f225d5ea082e5282da86 12318 gjs_1.70.0-4_source.buildinfo
Checksums-Sha256:
 e37a8bcca9e4c55464773096f92483d853a51808468d8b568bfa6e0665fd04ee 2690 
gjs_1.70.0-4.dsc
 403db3c88cf6f17eb632b9d0c0f3dea3c916df9bfc06b82c3e87f8c646cc9044 25332 
gjs_1.70.0-4.debian.tar.xz
 ffa2a973c4d2f6556a3155fdc9b55f72b45807248d42819a9c5de19fe20d01be 12318 
gjs_1.70.0-4_source.buildinfo
Files:
 d4807b57c617bd30323182334e532a03 2690 interpreters optional gjs_1.70.0-4.dsc
 0d5acbf00f0bb3697b3f00fcc6afc4b4 25332 interpreters optional 
gjs_1.70.0-4.debian.tar.xz
 7917944119fb11fe9bc661f5ae6f73ca 12318 interpreters optional 
gjs_1.70.0-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAmHCNjsACgkQ4FrhR4+B
TE9yog/9HhZrPLndZvDrmFBJeLnrJJmGQEtFeksdkqQ1RZ/8KBXj3xXhl3UsfOBp
pGvNE0loCvTyx/+8X9Bdd/boOeaLSkSzmMPq6ptqbn8teZnP4+yFlQoWBGo2WFAh
C8fFDNANfps1djYi6AUMq5wItqaYUGPvYjBqRbAQ4rHwOUnVFnNEVWrUf+qAEqJI
qhmgukrAx4AwuSSIoz7pluiZmDfJaum1N6tMxSfK84z0BRE6/OpcRn0HJoT0FpSU
Z1kRn3ZcqExTWVhx7pZg0SR8svskXICX8fNOnMbHcn1YsxorQvBuJ5U680Ja6RZy
l0sdJ4pwjz/v70k8zZmJdx0/df8OKs/0jyv2T1EOFRiOYSuhTYX9rfim9sjWLi/b
kmhZO6p93QLCJ6GMYg7bJmkiiBe39Iq7M01k/Gllm9SIwjyu1ywM81TV733x1i8v
rJ/+cgJUyeti9S2nqoE8K4JmV3O/UjpkQjaOKYMLXwZ8QJxd1Kk7lc282AMvkSj+
p8KxYfISe+yfEQCY9G1CDUKrjglmhoKwJBL607dL0jfgqspz/n+ZLAucZlJNQw4X
Yt2cyCbFdGHfNYSov0F/KT4y1mYhuAwe8fM4fByZfhzS+vTIRKy2v1OaUmWmyvfa
HqR0C3soxnbZoScZ6gmXVy12sAztrPwz5yHlQCGabRTI263JEHs=
=dFUn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to