MidnightBSD Magus

games/yadex

WAD file editor, for games like Doom and Heretic

Flavor Version Run OSVersion Arch License Restricted Status
1.7.0 632 4.0 amd64 gpl2 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
defiant info 2026-02-17 06:34:29.503661 Test Started
defiant fail 2026-02-17 06:36:28.336417 make build returned non-zero: 1
defiant fail 2026-02-17 06:36:28.463008 Test complete.

Log

===>  Building for yadex-1.7.0
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
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour1.cc -o obj/0/colour1.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour2.cc -o obj/0/colour2.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour3.cc -o obj/0/colour3.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour4.cc -o obj/0/colour4.o
cp -p obj/0/config.cc src/config.cc
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/dependcy.cc -o obj/0/dependcy.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/dialog.cc -o obj/0/dialog.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/disppic.cc -o obj/0/disppic.o
Generating src/credits.cc
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/drawmap.cc -o obj/0/drawmap.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/edisplay.cc -o obj/0/edisplay.o
scripts/copyright -c docsrc/copyright >>src/credits.cc
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editgrid.cc -o obj/0/editgrid.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editlev.cc -o obj/0/editlev.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editloop.cc -o obj/0/editloop.o
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); }
      |                              ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
   70 | } ldiv_t;
      |   ^
In file included from src/bench.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/aym.cc:31:
In file included from src/yadex.h:53In file included from In file included from :
src/checks.cc:src/cfgfile.cc/usr/include/c++/v1/stdlib.h31:::
In file included from src/yadex.h:53:
29145/usr/include/c++/v1/stdlib.h:
:In file included from 30:145:30: :src/yadex.herror:  :unknown type name 'lldiv_t'; did you mean 'ldiv_t'?error: 53
:
unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
/usr/include/c++/v1/stdlib.h:145:30  145 | i  nIn file included from :145l  | ierror: inunknown type name 'lldiv_t'; did you mean 'ldiv_t'?ne
l i_nLe _LIIB  BC145CP | PPisrc/acolours.cc_nPHl:I_DIn file included from HEi40In_src/colour4.ccDeE_F RF:
OR_M:O_LMAIn file included from _BA31IBsrc/yadex.h I:
l :lIld53lBIn file included from :
CidPvisrc/yadex.hP_v_t_/usr/include/c++/v1/stdlib.hH tId: iDdvEi(vl_oFnR:53:
O145/usr/include/c++/v1/stdlib.h:gM(_ lAlBooI30:n ngl145 gl dl::i_vo_ n_30gt  error: :d_x iunknown type name 'lldiv_t'; did you mean 'ldiv_t'?_v,(error:  llo
onngunknown type name 'lldiv_t'; did you mean 'ldiv_t'?gx    ll145o
o | n,ng gl i  _o _n145yn_lg_ x)li ,n | o e_nlNogOn Eg_X _ilCy no)_E nP_gT N _{O_ ErXyeC)tE uP_rTN nOL {E:X C:rEePltIluTdr in{lv  B(rie:_C:n_ltPeuxlPrd,n   i:__:v_l_y(l)_L;d_ HIx}i,
v       (IB| _D_                             ^__x, _y_C)
y;EP) /usr/include/stdlib.h;}: 70
:}3      
:|       _                             ^|                               ^note: P

'ldiv_t' declared here
_/usr/include/stdlib.h   /usr/include/stdlib.h70::FH7070 | I:}:3 R:l3d note: 'ldiv_t' declared here
iD   v70O_E | tM}__ ;Fl
AdR      i| :B  ^ v
note: O_'ldiv_t' declared heretI
M;    
l70_       | lA| d}  ^B iIl
div_t;
      |   ^
 lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
      |                              ^
v_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }/usr/include/stdlib.h
In file included from :      70:3: note: 'ldiv_t' declared here
| src/aym.cc   :                             ^70
 | } ldiv_t;
      |   ^
In file included from src/cfgfile.cc:29:
In file included from src/yadex.h:53:
In file included from 31/usr/include/c++/v1/stdlib.hsrc/checks.cc:
::In file included from 14531src/yadex.h::
:93In file included from 53:src/yadex.h:
 :/usr/include/c++/v1/stdlib.herror: 53:no member named 'lldiv' in the global namespace; did you mean 'ldiv'?:
145
/usr/include/c++/v1/stdlib.h::93145:  : 14593error:  | :no member named 'lldiv' in the global namespace; did you mean 'ldiv'?i 
nerror: lno member named 'lldiv' in the global namespace; did you mean 'ldiv'?  145i
 | nien   l_145iL | nIieBn Cl_PiLPnI_eBH CI_PDLPEI__BHFCIRPDOPEM___HFAIRBDOIEM __lFAlRBdOIiM v_l_AltBd Iid In file included from vi_src/colour4.ccvlt/usr/include/stdlib.hl (:ddlioivnv_g(t :l long loon31ngdgi :
 v__(70_l_In file included from oxnxg,,   llloonog:n g3_ _src/yadex.hlxo,n ::gl  o_nnote: _g53'ldiv_t' declared herey:
 )
l /usr/include/c++/v1/stdlib.ho_n:NgO   145E 70X_:Cn_EgP T | l 93yo{)n:  } g_rerror:  eN_t O_no member named 'lldiv' in the global namespace; did you mean 'ldiv'?EyuX)rC nE_ 
:P:NlTOl l  {dEid145 XirvCe( | tv_Eiu_Pr_Tnnx  t,{l  :_;r:_elyt
)luid;ri nv} (:n_      e:_l
xl      | d,|                                                                                            ~~^_i
v /usr/include/stdlib.h_:(y105_):_;9 x:  ^,}  
_note: _      
'ldiv' declared here_| 
y                                                                                            ~~^105)
 | ;l/usr/include/stdlib.h d:}i105
v:      9_:| t                                                                                           ~~^  note: 
 'ldiv' declared here/usr/include/stdlib.hl
:  105d105 | i:Lv9l(Id:li ovnote: n_'ldiv' declared heregt,  
   105 | ldiv_t   ldiv( llloodnniggv),(  l_lo_onpngug,r) e l2_o;_n
pg      u)| r          ^e_
2_;p
u      r| e         ^2
;
      |          ^
BCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
      |                                                                                           ~~^
In file included from /usr/include/stdlib.hsrc/acolours.cc:105:9: note: 'ldiv' declared here
: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'?
  105 | ld  145 | inline _LIBCPP_HIDEi_vFROM_A_BtIn file included from I   In file included from  llIn file included from dsrc/edisplay.cclisrc/dialog.ccdv:(In file included from i55lvsrc/colour1.cco:_::
n3131g:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.ht,:
 : In file included from dIn file included from isrc/yadex.h145src/yadex.hl:vo53:
(/usr/include/c++/v1/stdlib.hl:o30: :53:
:n145nerror: gg:unknown type name 'lldiv_t'; did you mean 'ldiv_t'?)30 /usr/include/c++/v1/stdlib.hIn file included from _In file included from : src/disppic.cc:l145 :30: error: src/drawmap.ccunknown type name 'lldiv_t'; did you mean 'ldiv_t'?error: 
:unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
:30:
In file included from src/yadex.h:53  145 | in_line _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
      |                              ^

p30/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
:
:
u  /usr/include/c++/v1/stdlib.hIn file included from r145   70 | } ldsrc/yadex.hi: | :ei53145:
nov:2l/usr/include/c++/v1/stdlib.h_;:145:30: t30error: : nunknown type name 'lldiv_t'; did you mean 'ldiv_t'?;i

ngerror: e
                _145| L| I_  ^ | B
         ^unknown type name 'lldiv_t'; did you mean 'ldiv_t'?Ci
PP_HIDE_FROM_ABI lldiv_t div(long nl
l  ine _  145 | inline _LIBCPP_HIDE_FROM_ABI 145loL | nIBCPP_HIDE_FROM_ABI lIn file included from lgidl nd__l_ixxisrc/edisplay.cc,n,ie :lsrc/dependcy.cc55  ov_:
nIn file included from lLgI_ Bsrc/yadex.hlC:53:
t/usr/include/c++/v1/stdlib.hoP :Pnd:g145 o:_niH_I93_D:yE )_31error: gF R_NOEXCEPT { return ::lldiv(__x, __y)no member named 'lldiv' in the global namespace; did you mean 'ldiv'?;O:
 MIn file included from  
_src/yadex.h}:53A  In file included from 
Bv      Il145| oIn file included from  |                               ^il(nl:
nd
/usr/include/c++/v1/stdlib.hilong :/usr/include/stdlib.hv145l_::t div(long long __x, l70oi:n30n3:g In file included from error: e v:l_ unknown type name 'lldiv_t'; did you mean 'ldiv_t'?ot n _gdnote: L
src/editgrid.cc i'ldiv_t' declared here
     70 | } ldiv_t;
      |   ^
long __x, lonvg:I(long long __x, long long __y) _NOEXCEPT { Breturn ::lldiv(__x, __y); }
      |                              ^
CPP_HIDE_F /usr/include/stdlib.hRsrc/colour2.ccOIn file included from In file included from src/bitvec.cc:l:Mo73070:
_:AB3src/colour1.cc:
I l:ldiv_t div(l:o In file included from n31note: In file included from :'ldiv_t' declared hereg145g31 :
:
src/yadex.hIn file included from  | src/yadex.h :i_src/yadex.hn53:liIn file included from _src/yadex.h53n:_e:
/usr/include/c++/v1/stdlib.h:145:93: error:  no member named 'lldiv' in the global namespace; did you mean 'ldiv'?_53
long __x, long long __Ly  :
yI):
145 /usr/include/c++/v1/stdlib.h | _)/usr/include/c++/v1/stdlib.hi: N145n_Ol:NE30:iO:nX 145CEEeerror: 
X   70 | }  P:CT_lE d30iLnvg __y) _NOEXCEPT { return ::lldiv(_{_ Pxunknown type name 'lldiv_t'; did you mean 'ldiv_t'?,T
r IBCPP_HIDE_FRO M{:_  A  erBtu145re_ntI  | :u lldiv_t div(long long __x, long long __y) _NOEXCEPT _{: lyr_)ierror: l BedCturn ::lldiv(__x, __y); }
      |                                                                                           ~~^
yi/usr/include/stdlib.h:105:)vPr(P__9NHOnunknown type name 'lldiv_t'; did you mean 'ldiv_t'?;: 
 I__x, _:_ note: 'ldiv' declared here
y}); }  
105 | ldiv_t   ldiv(long, long) __pure2;
      |          ^
_t;
      |   ^
::
l53        :
l|                              ^
/usr/include/c++/v1/stdlib.hd:i145v:(30_:_ x145/usr/include/stdlib.h,error:  :unknown type name 'lldiv_t'; did you mean 'ldiv_t'?_70:3: note: src/colour3.cc'ldiv_t' declared here_ | 

   70 | } ldi  vi_t;
      |   ^
EXCEPT { Dr145Ene_:tlFui | R      nOM31rein|  :
                                                                                          ~~^ _In file included from A:
B:src/yadex.hlnI/usr/include/stdlib.h_l:: 105lld:L539lIIn file included from idsrc/disppic.ccB:
:iC/usr/include/c++/v1/stdlib.h: 30in:v:
_ev145In file included from t(src/yadex.h:_: 53div(long lo:
ng _/usr/include/c++/v1/stdlib.hIn file included from _: 30xsrc/drawmap.ccP:145:93: error: _,: LP30error:  :
lunknown type name 'lldiv_t'; did you mean 'ldiv_t'?In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.hI:no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
o_145ng lon:g93B: CH_ Perror:   P_145Ino member named 'lldiv' in the global namespace; did you mean 'ldiv'?
__  145 | iynline _L
IBCPP_HIDE_F)R   O_Hnote: M145D'ldiv' declared hereIED
_  105 | ldiv_t   ldiv(long, long) __Fp | ui_ | NArRieO2Bn;nI
l nllEiXCEPT { return n:ldiv_te :lO diMl_n_eLi A_lvLdIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) y_iNIB)vOEXCEPITB; C{((__x, __y); }
l      o|                              ^ 
  n}rgeP       /usr/include/stdlib.ht:70u:Plro| _         ^nl 
l:n:dHlgi Ildiv(__x, __y); }
_      |                                                                                           ~~^
v_D_/usr/include/stdlib.hE:tx_105
:9: note: 'ldiv' declared here
 ,F long long __  y) _NOEXC105E      d | iP| lnTd                                                                                          ~~^iiRvv
_ e({Ot/usr/include/stdlib.hMl o  :_nr105 ldig: e t39v:u:(r n_l lAnote: LooBnIIgnote:  n lx_B_g,C,x  ,l'ldiv_t' declared here Pdl oil__y:)ov;n_nggP'ldiv' declared heret :) __pEl
}  _u
r_F eldiv(__x      |                              ^
2,; /usr/include/stdlib.h:70:3: note: l'ldiv_t' declared here_ 
HR   Iod
O_D      Mn| ig         ^y); }
      |                                                                                           ~~^
E v(l_o
_nyg)  _NOEXCEPT { return ::lldiv/usr/include/stdlib.h(_:_l105
F   70: | o9nRA:105In file included from  | gsrc/editlev.cc_ l}: __xnote: 70d |  Ol30_,Mi:
xIn file included from ,src/yadex.h_ 'ldiv' declared here: l53
}A:
  o /usr/include/c++/v1/stdlib.h_105: | ldiv_t   ldiv(lldd145Bioviv_t;
      |   ^
_ntg, long) __pure2;
      |          ^
;
      |   ^
:_30y:)n ;gerror:   unknown type name 'lldiv_t'; did you mean 'ldiv_t'?}l

o      n| g                             ^ 
  _145_ | yi/usr/include/stdlib.h):n 70l_:iN3nO:eE  Xnote: _C'ldiv_t' declared hereLE
IP   70 | } ldiv_t;
      |   ^
BTC P{P _rHIDE_FReOtBMuIIn file included from I_rsrc/dialog.ccAn :B 31IIn file included from src/dependcy.cc:
: :In file included from l 31src/yadex.h:l:
llIn file included from llllsrc/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93:: 53:
/usr/include/c++/v1/stdlib.herror: :ddd145no member named 'lldiv' in the global namespace; did you mean 'ldiv'?i
i:ivv  _v93d:145v_(i  | _error: tt_v no member named 'lldiv' in the global namespace; did you mean 'ldiv'?x_
,   145 | inline _LIBCPP_HIDEIn file included from tsrc/bitvec.cc  :_FROM_ABI l_ldiv_t ddi_vid(dtlvi  v(long (lolng long __x, long long __y) _NoO noiEngXCEPT { return ::lldiv(__x, __y); }
      |                                                                                           ~~^
l v/usr/include/stdlib.h_ld:y105()loin:v9: note: 'ldiv' declared here
o(gl;  no105  n | _gl}g_ divl_
o,t      nx  i  ,gln lld| i li                             ^_n
7_e _LIBCPP_HIDE_F:
Rx/usr/include/stdlib.h,go n OIn file included from _Mgv__)xAlBI lldiv_t div(:lsrc/yadex.h70 ,:o( _oln_o3png: ng glouol :note: rn'ldiv_t' declared herel 53g __x, long long __y) _NOEXCEPT { return ::lldiv(__x,en loog_2nn;, l_o
no
ygg))       ;| l __pure2;
      |          ^
 o         ^   n}70gn
 |  g      }
 |                                                                                           ~~^
_ _/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
_l  105 | ldiv_t   ldiv(long, long) __pure2;
      |          ^
dyi)v:
 _/usr/include/c++/v1/stdlib.h_t:N;145O
:E      93X| :C  ^ E
error: Pno member named 'lldiv' in the global namespace; did you mean 'ldiv'?T
 { return ::lldiv(__x, __y); }
      |                              ^
  145 | inli/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
n   e70  | _}L IlB_dCgiy )_ _Pv_yN)P_HI_D OtE_FROM_ABI lldiv_t d;i
_v      (| El  ^No
nXOCEEXPCTE P{T  r{e truertnu r:n: l:lIn file included from src/colour3.cc:g31:d :
lilvld(In file included from oi_nsrc/yadex.hgv_(x_,_ :_53 x:
_,_/usr/include/c++/v1/stdlib.hx_ __yy));;  }}
:,145 
l:o            | 93n                             ^g:| 
                             ^  lerror: ono member named 'lldiv' in the global namespace; did you mean 'ldiv'?/usr/include/stdlib.h:70:
3n
g __y) _NOE  XIn file included from C145src/editlev.ccE | :PiT30n :
{In file included from l src/yadex.hi/usr/include/stdlib.h:n:: r53ee:
 t/usr/include/c++/v1/stdlib.hnote: u_:rL145nI70:B 'ldiv_t' declared here:93C::P:l Pl_
3d   70 | error: :Hino member named 'lldiv' in the global namespace; did you mean 'ldiv'?vI} 
D(E___F  x145note:  | R,O  i_Mn__'ldiv_t' declared hereyAl)lB
i;In el    d_ Ll}Id
Bi70CvP      _P| it_ |  H                                                                                          ~~^d
IivDv}_/usr/include/stdlib.hE t(_:lFol;105nd
R:ig9O :Ml vo_note: n      g'ldiv' declared here_A
   B105_I |  ll_dlid| vxi_,vt _ ltd  o nltgd  ^; ilvo(

nligov n(_gl_,oy n)lg o _nlNgoO)nE gX_ C__Ep_PuxTr, e {2l ;or
ne      gt|  u         ^lr
onn g: :_l_lyd)i v_(N_O_ExX,C E_P_Ty ){;  r}e      t
u      r| n                                                                                          ~~^ 
::lldiv(/usr/include/stdlib.h_:_105x:,9 :_ _note: y'ldiv' declared here)
;  105 | ldiv_t   ldiv(long, long) __pure2 ;}

      In file included from |       | | src/colour2.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'?
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
  145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
      |                                                                                           ~~^
  105 | ldiv_t   ldiv(long, long) __pure2;
      |          ^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
  105 | ldiv_t   ldiv(long, long) __pure2;
      |          ^
In file included from src/editgrid.cc:30:
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;
      |          ^
2 errors generated.
In file included from src/edisplay.cc:56:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
   87 | typedef struct
      |               ^
      |                edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
   89 |   public :
      |   ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
  128 | } edit_t;
      |   ^
In file included from src/editloop.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); }
      |                              ^
src/aym.cc:205:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
/usr/include/stdlib.h  205 |       else
      |       ^
:70:3: note: 'ldiv_t' declared here
   70 | } ldiv_t;
      |   ^
src/aym.cc:229:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  229 |       else
      |       ^
In file included from src/editloop.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'?
gmake: *** [GNUmakefile:734: obj/0/colour1.o] Error 1
  145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
      |                                                                                           ~~^
gmake: *** Waiting for unfinished jobs....
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
  105 | ldiv_t   ldiv(long, long) __pure2;
      |          ^
2 warnings and 2 errors generated.
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/aym.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/dependcy.o] Error 1
src/checks.cc:924:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
  924 |        " You need at least %d", DOOM_MIN_DEATHMATCH_STARTS);
      |                            ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                            %lu
src/checks.cc:927:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
  927 |        " You need at least %d", DOOM_MIN_DEATHMATCH_STARTS);
      |                            ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                            %lu
src/checks.cc:930:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
  929 |      sprintf (msg1, "Warning: there are only %d deathmatch starts."
      |                                              ~~
      |                                              %lu
  930 |        " You need at least %d", dm, DOOM_MIN_DEATHMATCH_STARTS);
      |                                 ^~
src/checks.cc:930:37: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
  930 |        " You need at least %d", dm, DOOM_MIN_DEATHMATCH_STARTS);
      |                            ~~       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                            %lu
4 warnings and 2 errors generated.
2 errors generated.
2 errors generated.
2 errors generated.
2 errors generated.
2 errors generated.
In file included from src/editgrid.cc:31:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
   87 | typedef struct
      |               ^
      |                edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
   89 |   public :
      |   ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
  128 | } edit_t;
      |   ^
2 errors generated.
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/dialog.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/colour3.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/colour2.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/checks.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/bitvec.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/acolours.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/editgrid.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/colour4.o] Error 1
In file included from src/editloop.cc:33:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
   87 | typedef struct
      |               ^
      |                edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
   89 |   public :
      |   ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
  128 | } edit_t;
      |   ^
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/edisplay.o] Error 1
src/bench.cc:89:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
   89 |     unit = "s";
      |             ^~~~
In file included from src/drawmap.cc:38:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
   87 | typedef struct
      |               ^
      |                edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
   89 |   public :
      |   ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
  128 | } edit_t;
      |   ^
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/bench.o] Error 1
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/disppic.o] Error 1
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/drawmap.o] Error 1
src/editloop.cc:387:20: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  387 |    "~Spin things 45 clockwise",         'x', 0,
      |                    ^~~~
src/editloop.cc:388:19: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  388 |    "Spin things 45 ~counter-clockwise", 'w', 0,
      |                   ^~~~
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/cfgfile.o] Error 1
3 warnings and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/editloop.o] Error 1
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/editlev.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

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis