games/yadex
WAD file editor, for games like Doom and Heretic
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 1.7.0 | 633 | 4.0 | i386 | gpl2 | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032b | info | 2026-03-30 05:30:45.531898 | Test Started |
| m4032b | fail | 2026-03-30 05:31:04.134946 | make build returned non-zero: 1 |
| m4032b | fail | 2026-03-30 05:31:04.205165 | Test complete. |
Log
[1m===> Building for yadex-1.7.0[0m
cp -p obj/0/config.h src/config.h
Generating yadex.dep
scripts/copyright -m docsrc/copyright >cache/copyright.man
scripts/copyright -t docsrc/copyright | sed 's/^./ &/' >cache/copyright.txt
cc scripts/ftime.c -o obj/0/ftime
sed 's/%v/1.7.0/g; s,.*,.B &/yadex.cfg,' obj/0/config.etc >obj/0/files_etc.man
sed 's/%v/1.7.0/g; s,.*,.BI &/ game .ygd,' obj/0/config.share >obj/0/files_share.man
cc scripts/notexist.c -o obj/0/notexist
Generating cache/srcdate
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/acolours.cc -o obj/0/acolours.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/aym.cc -o obj/0/aym.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/bench.cc -o obj/0/bench.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/bitvec.cc -o obj/0/bitvec.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/cfgfile.cc -o obj/0/cfgfile.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/checks.cc -o obj/0/checks.o
In file included from src/acolours.cc:40:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/acolours.cc:40:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/cfgfile.cc:29:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/cfgfile.cc:29:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/checks.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/checks.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/bench.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
In file included from src/aym.cc/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70: | } ldiv_t;
31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: | ^
unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3:In file included from note: 'ldiv_t' declared here
70src/bench.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93 | } ldiv_t;
| : error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
^
145 | inline _LIBCPP_HIDE_FROM_ABI lldi2 errors generated.
v_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
gmake: *** [GNUmakefile:734: obj/0/acolours.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from src/aym.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/bitvec.cc:7:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/bitvec.cc:7:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
src/aym.cc:205:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
205 | else
| ^
src/aym.cc:229:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
229 | else
| ^
2 warnings and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/aym.o] Error 1
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/checks.o] Error 1
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/bitvec.o] Error 1
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/cfgfile.o] Error 1
src/bench.cc:89:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
89 | unit = "s";
| ^~~~
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/bench.o] Error 1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/mports/games/yadex
Links
Depends On
- devel/gmake (build)
- lang/perl5.38 (build)
- x11/libX11 (build)
- x11/libX11 (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus