| Summary: | x11-wm/afterstep-2.2.11-r1 fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | jstein, proxy-maint |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Patrick Lauer
2014-06-21 08:11:34 UTC
This one definately needs full build.log. The upstream build system is horrible mess. *** Bug 514758 has been marked as a duplicate of this bug. *** Created attachment 379548 [details]
build log
Tadaah I've not had a chance to build it lately, but it would appear that the ASCP (optional) piece is a) dependant on gtk and b) not getting gtk. I don't know if the ebuild allows an easy way to disable that. I do get :
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Arrange'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Banner'
/bin/cp Banner.sh Banner
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Banner'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Ident'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c Ident.c
In file included from ../../libAfterStep/../include/afterbase.h:2:0,
from ../../libAfterStep/asapp.h:41,
from Ident.c:28:
Ident.c: In function ‘GetOptions’:
Ident.c:213:16: warning: variable ‘option_time’ set but not used [-Wunused-but-set-variable]
START_TIME(option_time);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
Ident.c: In function ‘fill_window_data’:
Ident.c:726:4: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘CARD32’ [-Wformat=]
sprintf( buf, "%ld", eh->pid );
^
Ident.c:735:4: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘CARD32’ [-Wformat=]
sprintf( buf, "%ld", eh->window_opacity );
^
Ident.c:744:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘CARD32’ [-Wformat=]
sprintf( buf, "%ld", eh->desktop );
^
Ident.c:750:4: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘CARD32’ [-Wformat=]
sprintf( buf, "%ld", gh->layer );
^
Ident.c:755:4: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘CARD32’ [-Wformat=]
sprintf( buf, "%ld", gh->workspace );
^
x86_64-pc-linux-gnu-gcc Ident.o -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o Ident
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Ident'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Pager'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c Pager.c
Pager.c: In function ‘CheckConfigSanity’:
Pager.c:567:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘INT32’ [-Wformat=]
sprintf( buf, "*%sDesk%ld", MyName, i + PagerState.start_desk);
^
In file included from ../../libAfterStep/../include/afterbase.h:2:0,
from ../../libAfterStep/asapp.h:41,
from Pager.c:34:
Pager.c: In function ‘GetOptions’:
Pager.c:594:16: warning: variable ‘option_time’ set but not used [-Wunused-but-set-variable]
START_TIME(option_time);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
Pager.c: In function ‘GetBaseOptions’:
Pager.c:690:16: warning: variable ‘started’ set but not used [-Wunused-but-set-variable]
START_TIME(started);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
Pager.c: In function ‘update_pager_shape’:
Pager.c:934:10: warning: variable ‘shape_cleared’ set but not used [-Wunused-but-set-variable]
Bool shape_cleared = False ;
^
Pager.c: In function ‘redecorate_pager_desks’:
Pager.c:1328:17: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Wformat=]
sprintf( buf, "Desk %ld", PagerState.start_desk+i );
^
Pager.c:1299:9: warning: variable ‘just_created’ set but not used [-Wunused-but-set-variable]
Bool just_created = False ;
^
Pager.c: In function ‘process_message’:
Pager.c:2488:21: warning: passing argument 3 of ‘change_desk_stacking’ from incompatible pointer type [enabled by default]
change_desk_stacking( body[0], body[1], &(body[2]) );
^
Pager.c:1936:1: note: expected ‘Window *’ but argument is of type ‘send_data_type *’
change_desk_stacking( int desk, unsigned int clients_num, Window *clients )
^
Pager.c: In function ‘on_scroll_viewport’:
Pager.c:2867:17: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘INT32’ [-Wformat=]
sprintf (command, "GotoDeskViewport %ld%+d%+d\n", d->desk, sx,
^
x86_64-pc-linux-gnu-gcc Pager.o -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o Pager
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Pager'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Wharf'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -I. -c Wharf.c
In file included from ../../libAfterStep/../include/afterbase.h:2:0,
from ../../libAfterStep/asapp.h:41,
from Wharf.c:35:
Wharf.c: In function ‘GetOptions’:
Wharf.c:524:16: warning: variable ‘option_time’ set but not used [-Wunused-but-set-variable]
START_TIME(option_time);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
Wharf.c: In function ‘GetBaseOptions’:
Wharf.c:600:16: warning: variable ‘started’ set but not used [-Wunused-but-set-variable]
START_TIME(started);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
Wharf.c: In function ‘map_wharf_folder’:
Wharf.c:1726:16: warning: variable ‘protocols’ set but not used [-Wunused-but-set-variable]
ASFlagType protocols = 0;
^
x86_64-pc-linux-gnu-gcc Wharf.o -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o Wharf
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/Wharf'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/WinCommand'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c WinCommand.c
WinCommand.c: In function ‘main’:
WinCommand.c:308:8: warning: variable ‘command’ set but not used [-Wunused-but-set-variable]
char *command;
^
x86_64-pc-linux-gnu-gcc WinCommand.o -lreadline -lncurses -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o WinCommand
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/WinCommand'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/WinList2'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c WinList.c
WinList.c: In function ‘winlist_avoid_collision’:
WinList.c:849:7: warning: variable ‘min_x’ set but not used [-Wunused-but-set-variable]
int min_x = x ;
^
WinList.c: In function ‘postponed_rearrange_winlist’:
WinList.c:1003:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Bool dont_resize_main_canvas = (Bool)vdata ;
^
x86_64-pc-linux-gnu-gcc WinList.o -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o WinList
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/WinList2'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/WinTabs'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c WinTabs.c
In file included from ../../libAfterStep/../include/afterbase.h:2:0,
from ../../libAfterStep/asapp.h:41,
from WinTabs.c:27:
WinTabs.c: In function ‘GetOptions’:
WinTabs.c:643:16: warning: variable ‘option_time’ set but not used [-Wunused-but-set-variable]
START_TIME(option_time);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
x86_64-pc-linux-gnu-gcc WinTabs.o -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o WinTabs
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/WinTabs'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/ascp'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c ascolor.c
In file included from ../../libAfterStep/../include/afterbase.h:2:0,
from ../../libAfterStep/asapp.h:41,
from ascolor.c:27:
ascolor.c: In function ‘GetBaseOptions’:
ascolor.c:335:16: warning: variable ‘started’ set but not used [-Wunused-but-set-variable]
START_TIME(started);
^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro ‘START_TIME’
#define START_TIME(started) unsigned long started = 0
^
ascolor.c: In function ‘do_colorscheme’:
ascolor.c:601:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘ARGB32’ [-Wformat=]
fprintf( mini_f, " <gradient width=48 height=48 colors=\"#%8.8lX #%8.8lX
^
ascolor.c:601:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘ARGB32’ [-Wformat=]
ascolor.c:602:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘ARGB32’ [-Wformat=]
fprintf( mini_f, " <gradient x=10 y=10 width=20 height=10 colors=\"#%8.8
^
ascolor.c:602:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘ARGB32’ [-Wformat=]
ascolor.c:603:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘ARGB32’ [-Wformat=]
fprintf( mini_f, " <gradient x=20 y=20 width=20 height=10 colors=\"#%8.8
^
ascolor.c:603:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘ARGB32’ [-Wformat=]
ascolor.c:604:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘ARGB32’ [-Wformat=]
fprintf( mini_f, " <gradient x=13 y=30 width=20 height=10 colors=\"#%8.8
^
ascolor.c:604:5: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘ARGB32’ [-Wformat=]
ascolor.c:626:4: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘ARGB32’ [-Wformat=]
sprintf( &(legend_str[0]), "<text font=\"DefaultBold.ttf\" fgcolor=white bgc
^
ascolor.c:643:13: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘ARGB32’ [-Wformat=]
param_text[ASColorState.curr_param]);
^
x86_64-pc-linux-gnu-gcc ascolor.o -Wl,-O1 -Wl,--as-needed -rdynamic ../../libAfterConf/libAfterConf.so ../../libAfterStep/libAfterStep.so ../../libAfterImage/libAfterImage.so ../../libAfterBase/libAfterBase.so -lfreetype -lX11 -lSM -lICE -lXext -lm -lX11 -lSM -lICE -lXext -o ascolor
make[1]: Leaving directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/ascp'
make[1]: Entering directory '/var/tmp/portage/x11-wm/afterstep-2.2.11-r1/work/AfterStep-2.2.11/src/tools/ASRun'
x86_64-pc-linux-gnu-gcc -DNO_DEBUG_OUTPUT -O2 -pipe -Wall -fPIC -c main.c
make[1]: *** No rule to make target '../../../libASGTK/libASGTK.so', needed by 'ASRun'. Stop.
please retry with 2.2.12 |