[devel] Fwd: vlc-3.0.8-alt2: Sisyphus/x86_64 test rebuild failed

Anton Farygin rider на basealt.ru
Чт Мар 19 10:36:06 MSK 2020


Планирую отключить поддержку libcaca в vlc.


Надеюсь она никому не нужна ?



-------- Forwarded Message --------
Subject: 	vlc-3.0.8-alt2: Sisyphus/x86_64 test rebuild failed
Date: 	Thu, 19 Mar 2020 07:15:31 +0000 (UTC)
From: 	ALT beekeeper <hiver на altlinux.org>
Reply-To: 	devel на lists.altlinux.org
To: 	rider на altlinux.org
CC: 	hiver на altlinux.org



Package: vlc-3.0.8-alt2
Status: Sisyphus/x86_64 test rebuild failed
Cannot build this package.
Please investigate.
Excerpt from build log:

| ^~~~~~~~~~~~~~~~~~~
| caca_create_canvas
video_output/caca.c:156:13: warning: assignment to 'int *' from 'int' 
makes pointer from integer without a cast [-Wint-conversion]
156 | sys->cv = cucul_create_canvas(0, 0);
| ^
video_output/caca.c:168:50: warning: passing argument 1 of 
'caca_create_display_with_driver' from incompatible pointer type 
[-Wincompatible-pointer-types]
168 | sys->dp = caca_create_display_with_driver(sys->cv, driver);
| ~~~^~~~
| |
| int *
In file included from video_output/caca.c:44:
/usr/include/caca.h:502:27: note: expected 'caca_canvas_t *' {aka 
'struct caca_canvas *'} but argument is of type 'int *'
502 | __extern caca_display_t * 
caca_create_display_with_driver(caca_canvas_t *,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
video_output/caca.c:200:5: warning: 'manage' is deprecated 
[-Wdeprecated-declarations]
200 | vd->manage = Manage;
| ^~
In file included from video_output/caca.c:35:
../include/vlc_vout_display.h:333:18: note: declared here
333 | void (*manage)(vout_display_t *) VLC_DEPRECATED;
| ^~~~~~
video_output/caca.c:212:13: error: implicit declaration of function 
'cucul_free_dither'; did you mean 'caca_free_dither'? 
[-Werror=implicit-function-declaration]
212 | cucul_free_dither(sys->dither);
| ^~~~~~~~~~~~~~~~~
| caca_free_dither
video_output/caca.c:216:13: error: implicit declaration of function 
'cucul_free_canvas'; did you mean 'caca_free_canvas'? 
[-Werror=implicit-function-declaration]
216 | cucul_free_canvas(sys->cv);
| ^~~~~~~~~~~~~~~~~
| caca_free_canvas
video_output/caca.c: In function 'Prepare':
video_output/caca.c:269:23: error: implicit declaration of function 
'cucul_create_dither'; did you mean 'caca_create_dither'? 
[-Werror=implicit-function-declaration]
269 | sys->dither = cucul_create_dither(32,
| ^~~~~~~~~~~~~~~~~~~
| caca_create_dither
video_output/caca.c:269:21: warning: assignment to 'int *' from 'int' 
makes pointer from integer without a cast [-Wint-conversion]
269 | sys->dither = cucul_create_dither(32,
| ^
video_output/caca.c:287:5: error: implicit declaration of function 
'cucul_set_color_ansi'; did you mean 'caca_set_color_ansi'? 
[-Werror=implicit-function-declaration]
287 | cucul_set_color_ansi(sys->cv, CUCUL_COLOR_DEFAULT, CUCUL_COLOR_BLACK);
| ^~~~~~~~~~~~~~~~~~~~
| caca_set_color_ansi
video_output/caca.c:287:35: error: 'CUCUL_COLOR_DEFAULT' undeclared 
(first use in this function)
287 | cucul_set_color_ansi(sys->cv, CUCUL_COLOR_DEFAULT, CUCUL_COLOR_BLACK);
| ^~~~~~~~~~~~~~~~~~~
video_output/caca.c:287:35: note: each undeclared identifier is reported 
only once for each function it appears in
video_output/caca.c:287:56: error: 'CUCUL_COLOR_BLACK' undeclared (first 
use in this function)
287 | cucul_set_color_ansi(sys->cv, CUCUL_COLOR_DEFAULT, CUCUL_COLOR_BLACK);
| ^~~~~~~~~~~~~~~~~
video_output/caca.c:288:5: error: implicit declaration of function 
'cucul_clear_canvas'; did you mean 'caca_clear_canvas'? 
[-Werror=implicit-function-declaration]
288 | cucul_clear_canvas(sys->cv);
| ^~~~~~~~~~~~~~~~~~
| caca_clear_canvas
video_output/caca.c:292:5: error: implicit declaration of function 
'cucul_dither_bitmap'; did you mean 'caca_dither_bitmap'? 
[-Werror=implicit-function-declaration]
292 | cucul_dither_bitmap(sys->cv, place.x, place.y,
| ^~~~~~~~~~~~~~~~~~~
| caca_dither_bitmap
video_output/caca.c: In function 'Control':
video_output/caca.c:319:5: warning: 'VOUT_DISPLAY_HIDE_MOUSE' is 
deprecated [-Wdeprecated-declarations]
319 | case VOUT_DISPLAY_HIDE_MOUSE:
| ^~~~
In file included from video_output/caca.c:35:
../include/vlc_vout_display.h:144:5: note: declared here
144 | VOUT_DISPLAY_HIDE_MOUSE VLC_DEPRECATED_ENUM,
| ^~~~~~~~~~~~~~~~~~~~~~~
video_output/caca.c: In function 'Place':
video_output/caca.c:369:32: error: implicit declaration of function 
'cucul_get_canvas_width'; did you mean 'caca_get_canvas_width'? 
[-Werror=implicit-function-declaration]
369 | const int canvas_width = cucul_get_canvas_width(sys->cv);
| ^~~~~~~~~~~~~~~~~~~~~~
| caca_get_canvas_width
video_output/caca.c:370:32: error: implicit declaration of function 
'cucul_get_canvas_height'; did you mean 'caca_get_canvas_height'? 
[-Werror=implicit-function-declaration]
370 | const int canvas_height = cucul_get_canvas_height(sys->cv);
| ^~~~~~~~~~~~~~~~~~~~~~~
| caca_get_canvas_height
cc1: some warnings being treated as errors
make[4]: *** [Makefile:21284: video_output/libcaca_plugin_la-caca.lo] 
Error 1
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: *** Waiting for unfinished jobs....
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltcompile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_output/flaschen.lo"; p="${p##*/}"; 
p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 's/-/_/g'); 
p="${p%.lo}"; echo "$p")\" -D__PLUGIN__ -I./access -I./codec 
-I../include -I../include -pipe -frecord-gcc-switches -Wall -g -O2 
-I/usr/include/samba-4.0 -Wextra -Wsign-compare -Wundef -Wpointer-arith 
-Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast 
-Wwrite-strings -Wmissing-prototypes 
-Werror-implicit-function-declaration -Winit-self -Wlogical-op 
-Wshadow=local -fvisibility=hidden -O3 -fno-math-errno 
-funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans 
-fcx-limited-range -funroll-loops -fomit-frame-pointer 
-fstack-protector-strong -c -o video_output/flaschen.lo 
video_output/flaschen.c
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltlibtool --tag=CC --mode=compile x86_64-alt-linux-gcc 
-DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_output/opengl/libegl_wl_plugin_la-egl.lo"; 
p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 
's/-/_/g'); p="${p%.lo}"; echo "$p")\" -D__PLUGIN__ -I./access -I./codec 
-DUSE_PLATFORM_WAYLAND=1 -I../include -I../include -pipe 
-frecord-gcc-switches -Wall -g -O2 -I/usr/include/samba-4.0 -Wextra 
-Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat 
-Wformat-security -Wbad-function-cast -Wwrite-strings 
-Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self 
-Wlogical-op -Wshadow=local -fvisibility=hidden -O3 -fno-math-errno 
-funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans 
-fcx-limited-range -funroll-loops -fomit-frame-pointer 
-fstack-protector-strong -c -o 
video_output/opengl/libegl_wl_plugin_la-egl.lo `test -f 
'video_output/opengl/egl.c' || echo './'`video_output/opengl/egl.c
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltlibtool --tag=CC --mode=compile x86_64-alt-linux-gcc 
-DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_output/libglx_plugin_la-glx.lo"; 
p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 
's/-/_/g'); p="${p%.lo}"; echo "$p")\" -D__PLUGIN__ -I./access -I./codec 
-I../include -I../include -pipe -frecord-gcc-switches -Wall -g -O2 
-I/usr/include/samba-4.0 -Wextra -Wsign-compare -Wundef -Wpointer-arith 
-Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast 
-Wwrite-strings -Wmissing-prototypes 
-Werror-implicit-function-declaration -Winit-self -Wlogical-op 
-Wshadow=local -fvisibility=hidden -O3 -fno-math-errno 
-funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans 
-fcx-limited-range -funroll-loops -fomit-frame-pointer 
-fstack-protector-strong -c -o video_output/libglx_plugin_la-glx.lo 
`test -f 'video_output/glx.c' || echo './'`video_output/glx.c
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltcompile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_output/aa.lo"; p="${p##*/}"; p="${p#lib}"; 
p="${p%_plugin*}"; p=$(echo "$p"|sed 's/-/_/g'); p="${p%.lo}"; echo 
"$p")\" -D__PLUGIN__ -I./access -I./codec -I../include -I../include 
-pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/samba-4.0 
-Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var 
-Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings 
-Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self 
-Wlogical-op -Wshadow=local -fvisibility=hidden -O3 -fno-math-errno 
-funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans 
-fcx-limited-range -funroll-loops -fomit-frame-pointer 
-fstack-protector-strong -c -o video_output/aa.lo video_output/aa.c
video_output/aa.c: In function 'Open':
video_output/aa.c:138:5: warning: 'manage' is deprecated 
[-Wdeprecated-declarations]
138 | vd->manage = Manage;
| ^~
In file included from video_output/aa.c:33:
../include/vlc_vout_display.h:333:18: note: declared here
333 | void (*manage)(vout_display_t *) VLC_DEPRECATED;
| ^~~~~~
video_output/aa.c: In function 'Control':
video_output/aa.c:253:5: warning: 'VOUT_DISPLAY_HIDE_MOUSE' is 
deprecated [-Wdeprecated-declarations]
253 | case VOUT_DISPLAY_HIDE_MOUSE:
| ^~~~
In file included from video_output/aa.c:33:
../include/vlc_vout_display.h:144:5: note: declared here
144 | VOUT_DISPLAY_HIDE_MOUSE VLC_DEPRECATED_ENUM,
| ^~~~~~~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltlibtool --tag=CC --mode=compile x86_64-alt-linux-gcc 
-DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_output/xcb/libxcb_window_plugin_la-window.lo"; 
p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 
's/-/_/g'); p="${p%.lo}"; echo "$p")\" -D__PLUGIN__ -I./access -I./codec 
-I../include -I../include -DHAVE_XCB_KEYSYMS -pipe -frecord-gcc-switches 
-Wall -g -O2 -I/usr/include/samba-4.0 -Wextra -Wsign-compare -Wundef 
-Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security 
-Wbad-function-cast -Wwrite-strings -Wmissing-prototypes 
-Werror-implicit-function-declaration -Winit-self -Wlogical-op 
-Wshadow=local -fvisibility=hidden -O3 -fno-math-errno 
-funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans 
-fcx-limited-range -funroll-loops -fomit-frame-pointer 
-fstack-protector-strong -c -o 
video_output/xcb/libxcb_window_plugin_la-window.lo `test -f 
'video_output/xcb/window.c' || echo './'`video_output/xcb/window.c
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltcompile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_output/fb.lo"; p="${p##*/}"; p="${p#lib}"; 
p="${p%_plugin*}"; p=$(echo "$p"|sed 's/-/_/g'); p="${p%.lo}"; echo 
"$p")\" -D__PLUGIN__ -I./access -I./codec -I../include -I../include 
-pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/samba-4.0 
-Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var 
-Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings 
-Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self 
-Wlogical-op -Wshadow=local -fvisibility=hidden -O3 -fno-math-errno 
-funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans 
-fcx-limited-range -funroll-loops -fomit-frame-pointer 
-fstack-protector-strong -c -o video_output/fb.lo video_output/fb.c
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[4]: Entering directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
../doltcompile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. 
-DMODULE_STRING=\"$(p="video_filter/blend.lo"; p="${p##*/}"; 
p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 's/-/_/g'); 
p="${p%.lo}"; echo "$p")\" -D__PLUGIN__ -I./access -I./codec 
-I../include -I../include -pipe -frecord-gcc-switches -Wall -g -O2 
-I/usr/include/samba-4.0 -Wextra -Wsign-compare -Wundef -Wpointer-arith 
-Wvolatile-register-var -Wformat -Wformat-security -fvisibility=hidden 
-O3 -fno-math-errno -funsafe-math-optimizations -fno-rounding-math 
-fno-signaling-nans -fcx-limited-range -funroll-loops 
-fomit-frame-pointer -fstack-protector-strong -c -o 
video_filter/blend.lo video_filter/blend.cpp
make[4]: Leaving directory '/usr/src/RPM/BUILD/vlc-3.0.8/modules'
make[3]: *** [Makefile:27484: all-recursive] Error 1
make[2]: *** [Makefile:12538: all] Error 2
make[1]: *** [Makefile:1551: all-recursive] Error 1
make: *** [Makefile:1436: all] Error 2
error: Bad exit status from /usr/src/tmp/rpm-tmp.35781 (%build)

RPM build errors:
line 409: Deprecated PreReq converted to Requires(pre,postun): PreReq: 
fortune-mod >= 1.0-ipl33mdk
Bad exit status from /usr/src/tmp/rpm-tmp.35781 (%build)
Command exited with non-zero status 1
298.35user 24.51system 2:20.25elapsed 230%CPU (0avgtext+0avgdata 
353536maxresident)k
0inputs+0outputs (0major+10872591minor)pagefaults 0swaps
hsh-rebuild: rebuild of `vlc-3.0.8-alt2.src.rpm' failed.
Command exited with non-zero status 1

-- 
Sincerely yours,
ALT beekeeper



Подробная информация о списке рассылки Devel