worker-5.2.1
44 | virtual int findLineNr( std::pair<int,int> real_line ) const = 0;
| ^
./aguix/textstorage.h:95:11: warning: 'getAWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
95 | AWidth &getAWidth();
| ^
./aguix/textstorage.h:45:19: note: overridden virtual function is here
45 | virtual AWidth &getAWidth() = 0;
| ^
./aguix/textstorage.h:98:7: warning: 'getNrOfUnwrappedLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
98 | int getNrOfUnwrappedLines() const;
| ^
./aguix/textstorage.h:48:15: note: overridden virtual function is here
48 | virtual int getNrOfUnwrappedLines() const = 0;
| ^
./aguix/textstorage.h:99:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
99 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:49:15: note: overridden virtual function is here
49 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:103:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
103 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:53:15: note: overridden virtual function is here
53 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:106:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
106 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:56:15: note: overridden virtual function is here
56 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:110:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
110 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:60:15: note: overridden virtual function is here
60 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:113:43: warning: 'getLineForOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
113 | std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const;
| ^
./aguix/textstorage.h:63:51: note: overridden virtual function is here
63 | virtual std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const = 0;
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:69:10: warning: 'messageHandler' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
69 | void messageHandler( AGMessage * );
| ^
./listermode.h:48:16: note: overridden virtual function is here
48 | virtual void messageHandler(AGMessage *);
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:70:10: warning: 'messageHandlerInactive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
70 | void messageHandlerInactive( AGMessage * );
| ^
./listermode.h:49:16: note: overridden virtual function is here
49 | virtual void messageHandlerInactive(AGMessage *);
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:71:10: warning: 'on' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
71 | void on();
| ^
./listermode.h:50:16: note: overridden virtual function is here
50 | virtual void on();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:72:10: warning: 'off' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
72 | void off();
| ^
./listermode.h:51:16: note: overridden virtual function is here
51 | virtual void off();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:73:10: warning: 'activate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
73 | void activate();
| ^
./listermode.h:52:16: note: overridden virtual function is here
52 | virtual void activate();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:74:10: warning: 'deactivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
74 | void deactivate();
| ^
./listermode.h:53:16: note: overridden virtual function is here
53 | virtual void deactivate();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:75:10: warning: 'isType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
75 | bool isType( const char * );
| ^
./listermode.h:54:16: note: overridden virtual function is here
54 | virtual bool isType(const char *);
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:76:17: warning: 'getType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
76 | const char *getType();
| ^
./listermode.h:55:23: note: overridden virtual function is here
55 | virtual const char *getType();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:77:9: warning: 'configure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
77 | int configure();
| ^
./listermode.h:56:15: note: overridden virtual function is here
56 | virtual int configure();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:78:10: warning: 'cyclicfunc' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
78 | void cyclicfunc( cyclicfunc_mode_t mode );
| ^
./listermode.h:57:16: note: overridden virtual function is here
57 | virtual void cyclicfunc(cyclicfunc_mode_t mode);
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:79:10: warning: 'cyclicfuncInactive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
79 | void cyclicfuncInactive( cyclicfunc_mode_t mode );
| ^
./listermode.h:58:16: note: overridden virtual function is here
58 | virtual void cyclicfuncInactive( cyclicfunc_mode_t mode );
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:80:17: warning: 'getLocaleName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
80 | const char* getLocaleName();
| ^
./listermode.h:59:23: note: overridden virtual function is here
59 | virtual const char *getLocaleName();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:81:9: warning: 'load' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
81 | int load();
| ^
./listermode.h:61:15: note: overridden virtual function is here
61 | virtual int load();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:82:10: warning: 'save' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
82 | bool save( Datei * );
| ^
./listermode.h:62:16: note: overridden virtual function is here
62 | virtual bool save(Datei *);
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:83:10: warning: 'relayout' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
83 | void relayout();
| ^
./listermode.h:64:16: note: overridden virtual function is here
64 | virtual void relayout();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:134:9: warning: 'getSelFiles' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
134 | int getSelFiles( std::list< NM_specialsourceExt > &return_list,
| ^
./listermode.h:91:17: note: overridden virtual function is here
91 | virtual int getSelFiles( std::list< NM_specialsourceExt > &return_list,
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:138:17: warning: 'getCurrentDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
138 | std::string getCurrentDirectory();
| ^
./listermode.h:95:25: note: overridden virtual function is here
95 | virtual std::string getCurrentDirectory();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:140:10: warning: 'setEntrySelectionState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
140 | bool setEntrySelectionState( const std::string &filename,
| ^
./listermode.h:97:18: note: overridden virtual function is here
97 | virtual bool setEntrySelectionState( const std::string &filename,
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:143:10: warning: 'isyours' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
143 | bool isyours( Widget *elem );
| ^
./listermode.h:69:16: note: overridden virtual function is here
69 | virtual bool isyours( Widget *elem );
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:156:10: warning: 'updateOnBookmarkChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
156 | void updateOnBookmarkChange();
| ^
./listermode.h:100:18: note: overridden virtual function is here
100 | virtual void updateOnBookmarkChange();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:160:10: warning: 'lvbDoubleClicked' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
160 | void lvbDoubleClicked();
| ^
./listermode.h:70:16: note: overridden virtual function is here
70 | virtual void lvbDoubleClicked();
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:162:10: warning: 'pathsChanged' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
162 | bool pathsChanged( const std::set< std::string > changed_paths );
| ^
./listermode.h:85:18: note: overridden virtual function is here
85 | virtual bool pathsChanged( const std::set< std::string > changed_paths );
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:194:10: warning: 'startdnd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
194 | bool startdnd( DNDMsg *dm );
| ^
./listermode.h:68:16: note: overridden virtual function is here
68 | virtual bool startdnd(DNDMsg *dm);
| ^
In file included from worker.cc:85:
./virtualdirmode.hh:241:10: warning: 'finalizeBGOps' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
241 | void finalizeBGOps();
| ^
./listermode.h:111:18: note: overridden virtual function is here
111 | virtual void finalizeBGOps();
| ^
worker.cc:281:7: warning: variable 'waitcount' set but not used [-Wunused-but-set-variable]
281 | int waitcount=0;
| ^
worker.cc:1565:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
1565 | if ( ( msg == NULL ) ) return 1;
| ~~~~^~~~~~~
worker.cc:1565:14: note: remove extraneous parentheses around the comparison to silence this warning
1565 | if ( ( msg == NULL ) ) return 1;
| ~ ^ ~
worker.cc:1565:14: note: use '=' to turn this equality comparison into an assignment
1565 | if ( ( msg == NULL ) ) return 1;
| ^~
| =
worker.cc:2854:10: warning: variable 'j' set but not used [-Wunused-but-set-variable]
2854 | int i, j;
| ^
43 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_commands.o worker_commands.cc
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:26:
./basic_actions.h:40:23: warning: 'getDescription' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
40 | virtual const char *getDescription();
| ^
./functionproto.h:100:23: note: overridden virtual function is here
100 | virtual const char *getDescription();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:27:
./copyop.h:64:8: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
64 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:27:
./copyop.h:65:8: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
65 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:28:
In file included from ./deleteop.h:27:
In file included from ./aguix/request.h:26:
./aguix/textstorage.h:86:7: warning: 'getNrOfLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
86 | int getNrOfLines() const;
| ^
./aguix/textstorage.h:36:15: note: overridden virtual function is here
36 | virtual int getNrOfLines() const = 0;
| ^
./aguix/textstorage.h:87:7: warning: 'getLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
87 | int getLine( int line_nr, unsigned int offset, int len, std::string &return_line ) const;
| ^
./aguix/textstorage.h:37:15: note: overridden virtual function is here
37 | virtual int getLine( int line_nr, unsigned int offset, int len, std::string &return_line ) const = 0;
| ^
./aguix/textstorage.h:88:7: warning: 'getLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
88 | int getLine( int line_nr, unsigned int offset, std::string &return_line ) const;
| ^
./aguix/textstorage.h:38:15: note: overridden virtual function is here
38 | virtual int getLine( int line_nr, unsigned int offset, std::string &return_line ) const = 0;
| ^
./aguix/textstorage.h:89:7: warning: 'getMaxLineWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
89 | int getMaxLineWidth() const;
| ^
./aguix/textstorage.h:39:15: note: overridden virtual function is here
39 | virtual int getMaxLineWidth() const = 0;
| ^
./aguix/textstorage.h:90:7: warning: 'getLineWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
90 | int getLineWidth( int line_nr ) const;
| ^
./aguix/textstorage.h:40:15: note: overridden virtual function is here
40 | virtual int getLineWidth( int line_nr ) const = 0;
| ^
./aguix/textstorage.h:91:8: warning: 'setLineLimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
91 | void setLineLimit( int new_limit );
| ^
./aguix/textstorage.h:41:16: note: overridden virtual function is here
41 | virtual void setLineLimit( int new_limit ) = 0;
| ^
./aguix/textstorage.h:92:7: warning: 'getLineLimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
92 | int getLineLimit();
| ^
./aguix/textstorage.h:42:15: note: overridden virtual function is here
42 | virtual int getLineLimit() = 0;
| ^
./aguix/textstorage.h:93:22: warning: 'getRealLinePair' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
93 | std::pair<int,int> getRealLinePair( int line_nr ) const;
| ^
./aguix/textstorage.h:43:30: note: overridden virtual function is here
43 | virtual std::pair<int,int> getRealLinePair( int line_nr ) const = 0;
| ^
./aguix/textstorage.h:94:7: warning: 'findLineNr' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
94 | int findLineNr( std::pair<int,int> real_line ) const;
| ^
./aguix/textstorage.h:44:15: note: overridden virtual function is here
44 | virtual int findLineNr( std::pair<int,int> real_line ) const = 0;
| ^
./aguix/textstorage.h:95:11: warning: 'getAWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
95 | AWidth &getAWidth();
| ^
./aguix/textstorage.h:45:19: note: overridden virtual function is here
45 | virtual AWidth &getAWidth() = 0;
| ^
./aguix/textstorage.h:98:7: warning: 'getNrOfUnwrappedLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
98 | int getNrOfUnwrappedLines() const;
| ^
./aguix/textstorage.h:48:15: note: overridden virtual function is here
48 | virtual int getNrOfUnwrappedLines() const = 0;
| ^
./aguix/textstorage.h:99:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
99 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:49:15: note: overridden virtual function is here
49 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:103:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
103 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:53:15: note: overridden virtual function is here
53 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:106:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
106 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:56:15: note: overridden virtual function is here
56 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:110:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
110 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:60:15: note: overridden virtual function is here
60 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:113:43: warning: 'getLineForOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
113 | std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const;
| ^
./aguix/textstorage.h:63:51: note: overridden virtual function is here
63 | virtual std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const = 0;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:39:
./createsymlinkop.h:48:8: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
48 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:39:
./createsymlinkop.h:49:8: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
49 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:41:
./chmodop.h:50:8: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
50 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:41:
./chmodop.h:51:8: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
51 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:44:
./setfilterop.h:76:10: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
76 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:44:
./setfilterop.h:77:10: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
77 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:46:
./chownop.h:49:8: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
49 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:46:
./chownop.h:50:8: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
50 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:51:
./goftpop.h:55:8: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
55 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:51:
./goftpop.h:56:8: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
56 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:52:
./intviewop.h:54:8: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
54 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:52:
./intviewop.h:55:8: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
55 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:69:10: warning: 'messageHandler' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
69 | void messageHandler( AGMessage * );
| ^
./listermode.h:48:16: note: overridden virtual function is here
48 | virtual void messageHandler(AGMessage *);
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:70:10: warning: 'messageHandlerInactive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
70 | void messageHandlerInactive( AGMessage * );
| ^
./listermode.h:49:16: note: overridden virtual function is here
49 | virtual void messageHandlerInactive(AGMessage *);
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:71:10: warning: 'on' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
71 | void on();
| ^
./listermode.h:50:16: note: overridden virtual function is here
50 | virtual void on();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:72:10: warning: 'off' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
72 | void off();
| ^
./listermode.h:51:16: note: overridden virtual function is here
51 | virtual void off();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:73:10: warning: 'activate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
73 | void activate();
| ^
./listermode.h:52:16: note: overridden virtual function is here
52 | virtual void activate();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:74:10: warning: 'deactivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
74 | void deactivate();
| ^
./listermode.h:53:16: note: overridden virtual function is here
53 | virtual void deactivate();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:75:10: warning: 'isType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
75 | bool isType( const char * );
| ^
./listermode.h:54:16: note: overridden virtual function is here
54 | virtual bool isType(const char *);
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:76:17: warning: 'getType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
76 | const char *getType();
| ^
./listermode.h:55:23: note: overridden virtual function is here
55 | virtual const char *getType();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:77:9: warning: 'configure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
77 | int configure();
| ^
./listermode.h:56:15: note: overridden virtual function is here
56 | virtual int configure();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:78:10: warning: 'cyclicfunc' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
78 | void cyclicfunc( cyclicfunc_mode_t mode );
| ^
./listermode.h:57:16: note: overridden virtual function is here
57 | virtual void cyclicfunc(cyclicfunc_mode_t mode);
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:79:10: warning: 'cyclicfuncInactive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
79 | void cyclicfuncInactive( cyclicfunc_mode_t mode );
| ^
./listermode.h:58:16: note: overridden virtual function is here
58 | virtual void cyclicfuncInactive( cyclicfunc_mode_t mode );
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:80:17: warning: 'getLocaleName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
80 | const char* getLocaleName();
| ^
./listermode.h:59:23: note: overridden virtual function is here
59 | virtual const char *getLocaleName();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:81:9: warning: 'load' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
81 | int load();
| ^
./listermode.h:61:15: note: overridden virtual function is here
61 | virtual int load();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:82:10: warning: 'save' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
82 | bool save( Datei * );
| ^
./listermode.h:62:16: note: overridden virtual function is here
62 | virtual bool save(Datei *);
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:83:10: warning: 'relayout' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
83 | void relayout();
| ^
./listermode.h:64:16: note: overridden virtual function is here
64 | virtual void relayout();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:134:9: warning: 'getSelFiles' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
134 | int getSelFiles( std::list< NM_specialsourceExt > &return_list,
| ^
./listermode.h:91:17: note: overridden virtual function is here
91 | virtual int getSelFiles( std::list< NM_specialsourceExt > &return_list,
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:138:17: warning: 'getCurrentDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
138 | std::string getCurrentDirectory();
| ^
./listermode.h:95:25: note: overridden virtual function is here
95 | virtual std::string getCurrentDirectory();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:140:10: warning: 'setEntrySelectionState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
140 | bool setEntrySelectionState( const std::string &filename,
| ^
./listermode.h:97:18: note: overridden virtual function is here
97 | virtual bool setEntrySelectionState( const std::string &filename,
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:143:10: warning: 'isyours' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
143 | bool isyours( Widget *elem );
| ^
./listermode.h:69:16: note: overridden virtual function is here
69 | virtual bool isyours( Widget *elem );
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:156:10: warning: 'updateOnBookmarkChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
156 | void updateOnBookmarkChange();
| ^
./listermode.h:100:18: note: overridden virtual function is here
100 | virtual void updateOnBookmarkChange();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:160:10: warning: 'lvbDoubleClicked' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
160 | void lvbDoubleClicked();
| ^
./listermode.h:70:16: note: overridden virtual function is here
70 | virtual void lvbDoubleClicked();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:162:10: warning: 'pathsChanged' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
162 | bool pathsChanged( const std::set< std::string > changed_paths );
| ^
./listermode.h:85:18: note: overridden virtual function is here
85 | virtual bool pathsChanged( const std::set< std::string > changed_paths );
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:194:10: warning: 'startdnd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
194 | bool startdnd( DNDMsg *dm );
| ^
./listermode.h:68:16: note: overridden virtual function is here
68 | virtual bool startdnd(DNDMsg *dm);
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:73:
./virtualdirmode.hh:241:10: warning: 'finalizeBGOps' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
241 | void finalizeBGOps();
| ^
./listermode.h:111:18: note: overridden virtual function is here
111 | virtual void finalizeBGOps();
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:75:
./chtimeop.hh:50:10: warning: 'isInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
50 | bool isInteractiveRun() const;
| ^
./functionproto.h:122:18: note: overridden virtual function is here
122 | virtual bool isInteractiveRun() const;
| ^
In file included from worker_commands.cc:23:
In file included from ./worker_commands.h:75:
./chtimeop.hh:51:10: warning: 'setInteractiveRun' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
51 | void setInteractiveRun();
| ^
./functionproto.h:123:18: note: overridden virtual function is here
123 | virtual void setInteractiveRun();
| ^
57 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_filefunc.o worker_filefunc.cc
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_locale.o worker_locale.cc
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_requests.o worker_requests.cc
In file included from worker_requests.cc:3:
In file included from ./aguix/awindow.h:29:
In file included from ./aguix/request.h:26:
./aguix/textstorage.h:86:7: warning: 'getNrOfLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
86 | int getNrOfLines() const;
| ^
./aguix/textstorage.h:36:15: note: overridden virtual function is here
36 | virtual int getNrOfLines() const = 0;
| ^
./aguix/textstorage.h:87:7: warning: 'getLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
87 | int getLine( int line_nr, unsigned int offset, int len, std::string &return_line ) const;
| ^
./aguix/textstorage.h:37:15: note: overridden virtual function is here
37 | virtual int getLine( int line_nr, unsigned int offset, int len, std::string &return_line ) const = 0;
| ^
./aguix/textstorage.h:88:7: warning: 'getLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
88 | int getLine( int line_nr, unsigned int offset, std::string &return_line ) const;
| ^
./aguix/textstorage.h:38:15: note: overridden virtual function is here
38 | virtual int getLine( int line_nr, unsigned int offset, std::string &return_line ) const = 0;
| ^
./aguix/textstorage.h:89:7: warning: 'getMaxLineWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
89 | int getMaxLineWidth() const;
| ^
./aguix/textstorage.h:39:15: note: overridden virtual function is here
39 | virtual int getMaxLineWidth() const = 0;
| ^
./aguix/textstorage.h:90:7: warning: 'getLineWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
90 | int getLineWidth( int line_nr ) const;
| ^
./aguix/textstorage.h:40:15: note: overridden virtual function is here
40 | virtual int getLineWidth( int line_nr ) const = 0;
| ^
./aguix/textstorage.h:91:8: warning: 'setLineLimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
91 | void setLineLimit( int new_limit );
| ^
./aguix/textstorage.h:41:16: note: overridden virtual function is here
41 | virtual void setLineLimit( int new_limit ) = 0;
| ^
./aguix/textstorage.h:92:7: warning: 'getLineLimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
92 | int getLineLimit();
| ^
./aguix/textstorage.h:42:15: note: overridden virtual function is here
42 | virtual int getLineLimit() = 0;
| ^
./aguix/textstorage.h:93:22: warning: 'getRealLinePair' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
93 | std::pair<int,int> getRealLinePair( int line_nr ) const;
| ^
./aguix/textstorage.h:43:30: note: overridden virtual function is here
43 | virtual std::pair<int,int> getRealLinePair( int line_nr ) const = 0;
| ^
./aguix/textstorage.h:94:7: warning: 'findLineNr' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
94 | int findLineNr( std::pair<int,int> real_line ) const;
| ^
./aguix/textstorage.h:44:15: note: overridden virtual function is here
44 | virtual int findLineNr( std::pair<int,int> real_line ) const = 0;
| ^
./aguix/textstorage.h:95:11: warning: 'getAWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
95 | AWidth &getAWidth();
| ^
./aguix/textstorage.h:45:19: note: overridden virtual function is here
45 | virtual AWidth &getAWidth() = 0;
| ^
./aguix/textstorage.h:98:7: warning: 'getNrOfUnwrappedLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
98 | int getNrOfUnwrappedLines() const;
| ^
./aguix/textstorage.h:48:15: note: overridden virtual function is here
48 | virtual int getNrOfUnwrappedLines() const = 0;
| ^
./aguix/textstorage.h:99:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
99 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:49:15: note: overridden virtual function is here
49 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:103:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
103 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:53:15: note: overridden virtual function is here
53 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:106:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
106 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:56:15: note: overridden virtual function is here
56 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:110:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
110 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:60:15: note: overridden virtual function is here
60 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:113:43: warning: 'getLineForOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
113 | std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const;
| ^
./aguix/textstorage.h:63:51: note: overridden virtual function is here
63 | virtual std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const = 0;
| ^
16 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_shm.o worker_shm.cc
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_time.o worker_time.cc
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o worker_types.o worker_types.cc
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o workerinitialsettings.o workerinitialsettings.cc
clang++ -DHAVE_CONFIG_H -I. -I../src/aguix -g -O2 -std=c++17 -Wall -c -o wpucontext.o wpucontext.cc
In file included from wpucontext.cc:33:
In file included from ./aguix/awindow.h:29:
In file included from ./aguix/request.h:26:
./aguix/textstorage.h:86:7: warning: 'getNrOfLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
86 | int getNrOfLines() const;
| ^
./aguix/textstorage.h:36:15: note: overridden virtual function is here
36 | virtual int getNrOfLines() const = 0;
| ^
./aguix/textstorage.h:87:7: warning: 'getLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
87 | int getLine( int line_nr, unsigned int offset, int len, std::string &return_line ) const;
| ^
./aguix/textstorage.h:37:15: note: overridden virtual function is here
37 | virtual int getLine( int line_nr, unsigned int offset, int len, std::string &return_line ) const = 0;
| ^
./aguix/textstorage.h:88:7: warning: 'getLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
88 | int getLine( int line_nr, unsigned int offset, std::string &return_line ) const;
| ^
./aguix/textstorage.h:38:15: note: overridden virtual function is here
38 | virtual int getLine( int line_nr, unsigned int offset, std::string &return_line ) const = 0;
| ^
./aguix/textstorage.h:89:7: warning: 'getMaxLineWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
89 | int getMaxLineWidth() const;
| ^
./aguix/textstorage.h:39:15: note: overridden virtual function is here
39 | virtual int getMaxLineWidth() const = 0;
| ^
./aguix/textstorage.h:90:7: warning: 'getLineWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
90 | int getLineWidth( int line_nr ) const;
| ^
./aguix/textstorage.h:40:15: note: overridden virtual function is here
40 | virtual int getLineWidth( int line_nr ) const = 0;
| ^
./aguix/textstorage.h:91:8: warning: 'setLineLimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
91 | void setLineLimit( int new_limit );
| ^
./aguix/textstorage.h:41:16: note: overridden virtual function is here
41 | virtual void setLineLimit( int new_limit ) = 0;
| ^
./aguix/textstorage.h:92:7: warning: 'getLineLimit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
92 | int getLineLimit();
| ^
./aguix/textstorage.h:42:15: note: overridden virtual function is here
42 | virtual int getLineLimit() = 0;
| ^
./aguix/textstorage.h:93:22: warning: 'getRealLinePair' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
93 | std::pair<int,int> getRealLinePair( int line_nr ) const;
| ^
./aguix/textstorage.h:43:30: note: overridden virtual function is here
43 | virtual std::pair<int,int> getRealLinePair( int line_nr ) const = 0;
| ^
./aguix/textstorage.h:94:7: warning: 'findLineNr' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
94 | int findLineNr( std::pair<int,int> real_line ) const;
| ^
./aguix/textstorage.h:44:15: note: overridden virtual function is here
44 | virtual int findLineNr( std::pair<int,int> real_line ) const = 0;
| ^
./aguix/textstorage.h:95:11: warning: 'getAWidth' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
95 | AWidth &getAWidth();
| ^
./aguix/textstorage.h:45:19: note: overridden virtual function is here
45 | virtual AWidth &getAWidth() = 0;
| ^
./aguix/textstorage.h:98:7: warning: 'getNrOfUnwrappedLines' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
98 | int getNrOfUnwrappedLines() const;
| ^
./aguix/textstorage.h:48:15: note: overridden virtual function is here
48 | virtual int getNrOfUnwrappedLines() const = 0;
| ^
./aguix/textstorage.h:99:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
99 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:49:15: note: overridden virtual function is here
49 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:103:7: warning: 'getUnwrappedLine' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
103 | int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:53:15: note: overridden virtual function is here
53 | virtual int getUnwrappedLine( int line_nr,
| ^
./aguix/textstorage.h:106:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
106 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:56:15: note: overridden virtual function is here
56 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:110:7: warning: 'getUnwrappedLineRaw' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
110 | int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:60:15: note: overridden virtual function is here
60 | virtual int getUnwrappedLineRaw( int line_nr,
| ^
./aguix/textstorage.h:113:43: warning: 'getLineForOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
113 | std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const;
| ^
./aguix/textstorage.h:63:51: note: overridden virtual function is here
63 | virtual std::pair< std::pair< int, int >, int > getLineForOffset( int unwrapped_line_nr, int line_offset ) const = 0;
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:69:10: warning: 'messageHandler' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
69 | void messageHandler( AGMessage * );
| ^
./listermode.h:48:16: note: overridden virtual function is here
48 | virtual void messageHandler(AGMessage *);
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:70:10: warning: 'messageHandlerInactive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
70 | void messageHandlerInactive( AGMessage * );
| ^
./listermode.h:49:16: note: overridden virtual function is here
49 | virtual void messageHandlerInactive(AGMessage *);
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:71:10: warning: 'on' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
71 | void on();
| ^
./listermode.h:50:16: note: overridden virtual function is here
50 | virtual void on();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:72:10: warning: 'off' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
72 | void off();
| ^
./listermode.h:51:16: note: overridden virtual function is here
51 | virtual void off();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:73:10: warning: 'activate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
73 | void activate();
| ^
./listermode.h:52:16: note: overridden virtual function is here
52 | virtual void activate();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:74:10: warning: 'deactivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
74 | void deactivate();
| ^
./listermode.h:53:16: note: overridden virtual function is here
53 | virtual void deactivate();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:75:10: warning: 'isType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
75 | bool isType( const char * );
| ^
./listermode.h:54:16: note: overridden virtual function is here
54 | virtual bool isType(const char *);
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:76:17: warning: 'getType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
76 | const char *getType();
| ^
./listermode.h:55:23: note: overridden virtual function is here
55 | virtual const char *getType();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:77:9: warning: 'configure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
77 | int configure();
| ^
./listermode.h:56:15: note: overridden virtual function is here
56 | virtual int configure();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:78:10: warning: 'cyclicfunc' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
78 | void cyclicfunc( cyclicfunc_mode_t mode );
| ^
./listermode.h:57:16: note: overridden virtual function is here
57 | virtual void cyclicfunc(cyclicfunc_mode_t mode);
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:79:10: warning: 'cyclicfuncInactive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
79 | void cyclicfuncInactive( cyclicfunc_mode_t mode );
| ^
./listermode.h:58:16: note: overridden virtual function is here
58 | virtual void cyclicfuncInactive( cyclicfunc_mode_t mode );
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:80:17: warning: 'getLocaleName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
80 | const char* getLocaleName();
| ^
./listermode.h:59:23: note: overridden virtual function is here
59 | virtual const char *getLocaleName();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:81:9: warning: 'load' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
81 | int load();
| ^
./listermode.h:61:15: note: overridden virtual function is here
61 | virtual int load();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:82:10: warning: 'save' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
82 | bool save( Datei * );
| ^
./listermode.h:62:16: note: overridden virtual function is here
62 | virtual bool save(Datei *);
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:83:10: warning: 'relayout' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
83 | void relayout();
| ^
./listermode.h:64:16: note: overridden virtual function is here
64 | virtual void relayout();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:134:9: warning: 'getSelFiles' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
134 | int getSelFiles( std::list< NM_specialsourceExt > &return_list,
| ^
./listermode.h:91:17: note: overridden virtual function is here
91 | virtual int getSelFiles( std::list< NM_specialsourceExt > &return_list,
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:138:17: warning: 'getCurrentDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
138 | std::string getCurrentDirectory();
| ^
./listermode.h:95:25: note: overridden virtual function is here
95 | virtual std::string getCurrentDirectory();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:140:10: warning: 'setEntrySelectionState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
140 | bool setEntrySelectionState( const std::string &filename,
| ^
./listermode.h:97:18: note: overridden virtual function is here
97 | virtual bool setEntrySelectionState( const std::string &filename,
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:143:10: warning: 'isyours' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
143 | bool isyours( Widget *elem );
| ^
./listermode.h:69:16: note: overridden virtual function is here
69 | virtual bool isyours( Widget *elem );
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:156:10: warning: 'updateOnBookmarkChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
156 | void updateOnBookmarkChange();
| ^
./listermode.h:100:18: note: overridden virtual function is here
100 | virtual void updateOnBookmarkChange();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:160:10: warning: 'lvbDoubleClicked' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
160 | void lvbDoubleClicked();
| ^
./listermode.h:70:16: note: overridden virtual function is here
70 | virtual void lvbDoubleClicked();
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:162:10: warning: 'pathsChanged' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
162 | bool pathsChanged( const std::set< std::string > changed_paths );
| ^
./listermode.h:85:18: note: overridden virtual function is here
85 | virtual bool pathsChanged( const std::set< std::string > changed_paths );
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:194:10: warning: 'startdnd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
194 | bool startdnd( DNDMsg *dm );
| ^
./listermode.h:68:16: note: overridden virtual function is here
68 | virtual bool startdnd(DNDMsg *dm);
| ^
In file included from wpucontext.cc:41:
./virtualdirmode.hh:241:10: warning: 'finalizeBGOps' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
241 | void finalizeBGOps();
| ^
./listermode.h:111:18: note: overridden virtual function is here
111 | virtual void finalizeBGOps();
| ^
40 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CXX --mode=link clang++ -g -O2 -std=c++17 -Wall -o worker about.o activatetextviewmodeop.o ajson.o ajson_scan.o argclass.o async_job_limiter.o avfssupport.o basic_actions.o bgcopy_requestmessage.o bookmarkdb.o bookmarkdb_scanner.o bookmarkdbentry.o bookmarkdbfilter.o bookmarkdbproxy.o calendar.o changecolumnsop.o changelabelop.o changelayoutop.o changesymlinkop.o chmodop.o chmodowncore.o chownop.o chtimecore.o chtimeop.o clipboardop.o commandmenuop.o commonprefix.o condparser.o configparser.o configscanner.o configtokens.o copycore.o copyop.o copyopwin.o copyorder.o copystate.o createsymlinkop.o datei.o deeppathstore.o deletecore.o deleteop.o dirbookmarkaddui.o dirbookmarkeditui.o dirbookmarkop.o dirbookmarkssettings.o dirbookmarkui.o dircompareop.o dircomparewin.o dirfiltersettings.o dirsizeop.o dirsortsettings.o dmcacheentrynwc.o dnd.o enterdirop.o enterpathop.o error_count.o eventqueue.o event_callbacks.o execlass.o existence_test.o exprfilter.o exprfilter_eval.o exprfilter_evalatoms.o exprfilter_parser.o exprfilter_scanner.o externalvdirop.o file_command_log.o file_content_checker.o fileentry.o fileentry_color.o fileentry_customcolor.o fileentry_typecheck.o filelock.o filenameshrinker.o filereq.o fileviewer.o fileviewerbg.o filterstash.o flagreplacer.o flattypelist.o fontreq.o fstabmounttable.o functionproto.o genericdirectoryfilter.o get_files_thread.o getfsentmounttable.o getmntentmounttable.o getmntinfomounttable.o goftpop.o grouphash.o helpop.o hintdb.o hw_volume.o hw_volume_manager.o import.o informationmode.o intviewop.o kvpstore.o layoutsettings.o lister.o listermode.o luascripting.o magic_db.o makedirop.o menutree.o menutreenode.o menutreeui.o modifytabsop.o mounttable.o mounttable_entry.o mtabmounttable.o nm_filetype_thread.o nmcopyopdir.o nmexternfe.o nmextlist.o nmfilter.o nmrowdata.o nmspecialsourceext.o nooperationop.o normalops.o nwc_dir.o nwc_file.o nwc_fsentry.o nwc_os.o nwc_os_makedirs.o nwc_path.o nwc_virtualdir.o nwcentryselectionstate.o opencontextmenuop.o openworkermenuop.o ownop.o panel.o parentactionop.o partspace.o pathjumpop.o pathjumpui.o pathname_watcher.o pdatei.o pers_kvp.o pers_string_list.o persdeeppathstore.o prefixdb.o prefixdbentry.o prefixpathtree.o processexitaction.o processhandler.o reloadop.o renameop.o resultstore.o run_custom_action.o scriptinginterface.o scriptop.o scrolllisterop.o searchentryop.o searchop.o searchopbg.o searchsettings.o searchthread.o setfilterop.o setsortmodeop.o shortkeyfromlistop.o showdircacheop.o showimagemode.o simplelist.o startprogop.o string_completion.o stringbuf.o stringcomparator.o stringmatcher.o stringmatcher_flexiblematch.o stringmatcher_flexibleregex.o stringmatcher_fnmatch.o switchbuttonbankop.o tablookup.o tabprofilesop.o temporaryfilecache.o textstoragefile.o textviewmode.o timedtext.o togglelistermodeop.o verzeichnis.o view_command_log_op.o view_command_log_bg.o view_newest_files_op.o virtualdirmode.o virtualdirmode_config.o virtualdirmode_copy.o virtualdirmode_delete.o virtualdirmode_regcommands.o volumemanagerop.o volumemanagerui.o waitthread.o wc_color.o wcbutton.o wcdoubleshortkey.o wcfiletype.o wchotkey.o wckey.o wconfig.o wconfig_bookmarkcolor.o wconfig_button.o wconfig_buttongrpconf.o wconfig_cachesize.o wconfig_clock.o wconfig_color.o wconfig_colorconf.o wconfig_colordef.o wconfig_dcd.o wconfig_directory_presets.o wconfig_dirsizeconf.o wconfig_expertui.o wconfig_filetype.o wconfig_font.o wconfig_generalconf.o wconfig_hotkey.o wconfig_imexport.o wconfig_lang.o wconfig_layout.o wconfig_lister.o wconfig_listview.o wconfig_mainui.o wconfig_mouse.o wconfig_ownerconf.o wconfig_palette.o wconfig_panel.o wconfig_pathjump_allow.o wconfig_path.o wconfig_start.o wconfig_termconf.o wconfig_time.o wconfig_volman.o wcpath.o worker.o worker_commands.o worker_filefunc.o worker_locale.o worker_requests.o worker_shm.o worker_time.o worker_types.o workerinitialsettings.o wpucontext.o aguix/libaguix.a -lX11 -lm
libtool: link: clang++ -g -O2 -std=c++17 -Wall -o worker about.o activatetextviewmodeop.o ajson.o ajson_scan.o argclass.o async_job_limiter.o avfssupport.o basic_actions.o bgcopy_requestmessage.o bookmarkdb.o bookmarkdb_scanner.o bookmarkdbentry.o bookmarkdbfilter.o bookmarkdbproxy.o calendar.o changecolumnsop.o changelabelop.o changelayoutop.o changesymlinkop.o chmodop.o chmodowncore.o chownop.o chtimecore.o chtimeop.o clipboardop.o commandmenuop.o commonprefix.o condparser.o configparser.o configscanner.o configtokens.o copycore.o copyop.o copyopwin.o copyorder.o copystate.o createsymlinkop.o datei.o deeppathstore.o deletecore.o deleteop.o dirbookmarkaddui.o dirbookmarkeditui.o dirbookmarkop.o dirbookmarkssettings.o dirbookmarkui.o dircompareop.o dircomparewin.o dirfiltersettings.o dirsizeop.o dirsortsettings.o dmcacheentrynwc.o dnd.o enterdirop.o enterpathop.o error_count.o eventqueue.o event_callbacks.o execlass.o existence_test.o exprfilter.o exprfilter_eval.o exprfilter_evalatoms.o exprfilter_parser.o exprfilter_scanner.o externalvdirop.o file_command_log.o file_content_checker.o fileentry.o fileentry_color.o fileentry_customcolor.o fileentry_typecheck.o filelock.o filenameshrinker.o filereq.o fileviewer.o fileviewerbg.o filterstash.o flagreplacer.o flattypelist.o fontreq.o fstabmounttable.o functionproto.o genericdirectoryfilter.o get_files_thread.o getfsentmounttable.o getmntentmounttable.o getmntinfomounttable.o goftpop.o grouphash.o helpop.o hintdb.o hw_volume.o hw_volume_manager.o import.o informationmode.o intviewop.o kvpstore.o layoutsettings.o lister.o listermode.o luascripting.o magic_db.o makedirop.o menutree.o menutreenode.o menutreeui.o modifytabsop.o mounttable.o mounttable_entry.o mtabmounttable.o nm_filetype_thread.o nmcopyopdir.o nmexternfe.o nmextlist.o nmfilter.o nmrowdata.o nmspecialsourceext.o nooperationop.o normalops.o nwc_dir.o nwc_file.o nwc_fsentry.o nwc_os.o nwc_os_makedirs.o nwc_path.o nwc_virtualdir.o nwcentryselectionstate.o opencontextmenuop.o openworkermenuop.o ownop.o panel.o parentactionop.o partspace.o pathjumpop.o pathjumpui.o pathname_watcher.o pdatei.o pers_kvp.o pers_string_list.o persdeeppathstore.o prefixdb.o prefixdbentry.o prefixpathtree.o processexitaction.o processhandler.o reloadop.o renameop.o resultstore.o run_custom_action.o scriptinginterface.o scriptop.o scrolllisterop.o searchentryop.o searchop.o searchopbg.o searchsettings.o searchthread.o setfilterop.o setsortmodeop.o shortkeyfromlistop.o showdircacheop.o showimagemode.o simplelist.o startprogop.o string_completion.o stringbuf.o stringcomparator.o stringmatcher.o stringmatcher_flexiblematch.o stringmatcher_flexibleregex.o stringmatcher_fnmatch.o switchbuttonbankop.o tablookup.o tabprofilesop.o temporaryfilecache.o textstoragefile.o textviewmode.o timedtext.o togglelistermodeop.o verzeichnis.o view_command_log_op.o view_command_log_bg.o view_newest_files_op.o virtualdirmode.o virtualdirmode_config.o virtualdirmode_copy.o virtualdirmode_delete.o virtualdirmode_regcommands.o volumemanagerop.o volumemanagerui.o waitthread.o wc_color.o wcbutton.o wcdoubleshortkey.o wcfiletype.o wchotkey.o wckey.o wconfig.o wconfig_bookmarkcolor.o wconfig_button.o wconfig_buttongrpconf.o wconfig_cachesize.o wconfig_clock.o wconfig_color.o wconfig_colorconf.o wconfig_colordef.o wconfig_dcd.o wconfig_directory_presets.o wconfig_dirsizeconf.o wconfig_expertui.o wconfig_filetype.o wconfig_font.o wconfig_generalconf.o wconfig_hotkey.o wconfig_imexport.o wconfig_lang.o wconfig_layout.o wconfig_lister.o wconfig_listview.o wconfig_mainui.o wconfig_mouse.o wconfig_ownerconf.o wconfig_palette.o wconfig_panel.o wconfig_pathjump_allow.o wconfig_path.o wconfig_start.o wconfig_termconf.o wconfig_time.o wconfig_volman.o wcpath.o worker.o worker_commands.o worker_filefunc.o worker_locale.o worker_requests.o worker_shm.o worker_time.o worker_types.o workerinitialsettings.o wpucontext.o aguix/libaguix.a /nix/store/mp8zz387ahr0y3zsiqrm18q3vgshsprq-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so -lm -Wl,-rpath -Wl,/nix/store/mp8zz387ahr0y3zsiqrm18q3vgshsprq-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib -Wl,-rpath -Wl,/nix/store/mp8zz387ahr0y3zsiqrm18q3vgshsprq-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib
make[3]: Leaving directory '/build/worker-5.2.1/src'
make[2]: Leaving directory '/build/worker-5.2.1/src'
make[1]: Leaving directory '/build/worker-5.2.1/src'
Making all in scripts
make[1]: Entering directory '/build/worker-5.2.1/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/scripts'
Making all in catalogs
make[1]: Entering directory '/build/worker-5.2.1/catalogs'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/catalogs'
Making all in Icons
make[1]: Entering directory '/build/worker-5.2.1/Icons'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/Icons'
Making all in examples
make[1]: Entering directory '/build/worker-5.2.1/examples'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/examples'
Making all in man
make[1]: Entering directory '/build/worker-5.2.1/man'
Making all in fr
make[2]: Entering directory '/build/worker-5.2.1/man/fr'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/worker-5.2.1/man/fr'
Making all in it
make[2]: Entering directory '/build/worker-5.2.1/man/it'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/worker-5.2.1/man/it'
make[2]: Entering directory '/build/worker-5.2.1/man'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/worker-5.2.1/man'
make[1]: Leaving directory '/build/worker-5.2.1/man'
Making all in m4
make[1]: Entering directory '/build/worker-5.2.1/m4'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/m4'
Making all in contrib
make[1]: Entering directory '/build/worker-5.2.1/contrib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/contrib'
Making all in hints
make[1]: Entering directory '/build/worker-5.2.1/hints'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/hints'
Making all in config-updates
make[1]: Entering directory '/build/worker-5.2.1/config-updates'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/worker-5.2.1/config-updates'
make[1]: Entering directory '/build/worker-5.2.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/worker-5.2.1'
buildPhase completed in 13 minutes 38 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/lib/pkgconfig m4datadir=/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/aclocal aclocaldir=/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/aclocal install
Making install in src
make[1]: Entering directory '/build/worker-5.2.1/src'
make install-recursive
make[2]: Entering directory '/build/worker-5.2.1/src'
Making install in aguix
make[3]: Entering directory '/build/worker-5.2.1/src/aguix'
make[4]: Entering directory '/build/worker-5.2.1/src/aguix'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/worker-5.2.1/src/aguix'
make[3]: Leaving directory '/build/worker-5.2.1/src/aguix'
make[3]: Entering directory '/build/worker-5.2.1/src'
make[4]: Entering directory '/build/worker-5.2.1/src'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/bin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c worker '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c worker /nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/bin/worker
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/worker-5.2.1/src'
make[3]: Leaving directory '/build/worker-5.2.1/src'
make[2]: Leaving directory '/build/worker-5.2.1/src'
make[1]: Leaving directory '/build/worker-5.2.1/src'
Making install in scripts
make[1]: Entering directory '/build/worker-5.2.1/scripts'
make[2]: Entering directory '/build/worker-5.2.1/scripts'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/scripts'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c displaywrapper_worker aa.pattern_rename.sh cd2flac.sh cd2mp3.sh cd2ogg.sh cd2wav.sh cdi_get_current_vc_branch.sh find_file_by_chksum.py git_changed_files.sh git_modified_files.sh git_untracked_files.sh xeditor xliwrapper_worker terminal_wrapper.sh '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/scripts'
make[2]: Leaving directory '/build/worker-5.2.1/scripts'
make[1]: Leaving directory '/build/worker-5.2.1/scripts'
Making install in catalogs
make[1]: Entering directory '/build/worker-5.2.1/catalogs'
make[2]: Entering directory '/build/worker-5.2.1/catalogs'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/catalogs'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 deutsch.catalog deutsch.catalog.utf8 deutsch.catalog.flags deutsch.catalog.flags.utf8 francais.catalog francais.catalog.utf8 francais.catalog.flags francais.catalog.flags.utf8 italiano.catalog italiano.catalog.utf8 italiano.catalog.flags italiano.catalog.flags.utf8 latvian.catalog latvian.catalog.utf8 latvian.catalog.flags latvian.catalog.flags.utf8 polski.catalog polski.catalog.utf8 polski.catalog.flags polski.catalog.flags.utf8 russian.catalog russian.catalog.utf8 russian.catalog.flags russian.catalog.flags.utf8 spanish.catalog spanish.catalog.utf8 spanish.catalog.flags spanish.catalog.flags.utf8 nederlands.catalog nederlands.catalog.utf8 nederlands.catalog.flags nederlands.catalog.flags.utf8 slovensky.catalog slovensky.catalog.utf8 slovensky.catalog.flags slovensky.catalog.flags.utf8 cesky.catalog cesky.catalog.utf8 cesky.catalog.flags cesky.catalog.flags.utf8 '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/catalogs'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ukrainian.catalog ukrainian.catalog.utf8 ukrainian.catalog.flags ukrainian.catalog.flags.utf8 '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/catalogs'
make[2]: Leaving directory '/build/worker-5.2.1/catalogs'
make[1]: Leaving directory '/build/worker-5.2.1/catalogs'
Making install in Icons
make[1]: Entering directory '/build/worker-5.2.1/Icons'
make[2]: Entering directory '/build/worker-5.2.1/Icons'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/pixmaps'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 WorkerIcon.xpm WorkerIcon16.xpm WorkerIcon32.xpm WorkerIcon48.xpm '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/pixmaps'
make[2]: Leaving directory '/build/worker-5.2.1/Icons'
make[1]: Leaving directory '/build/worker-5.2.1/Icons'
Making install in examples
make[1]: Entering directory '/build/worker-5.2.1/examples'
make[2]: Entering directory '/build/worker-5.2.1/examples'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 config-deutsch config-english config-deutsch.utf8 config-slovensky config-slovensky.utf8 '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker'
make[2]: Leaving directory '/build/worker-5.2.1/examples'
make[1]: Leaving directory '/build/worker-5.2.1/examples'
Making install in man
make[1]: Entering directory '/build/worker-5.2.1/man'
Making install in fr
make[2]: Entering directory '/build/worker-5.2.1/man/fr'
make[3]: Entering directory '/build/worker-5.2.1/man/fr'
make[3]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/fr/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 worker.1 '/nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/fr/man1'
make[3]: Leaving directory '/build/worker-5.2.1/man/fr'
make[2]: Leaving directory '/build/worker-5.2.1/man/fr'
Making install in it
make[2]: Entering directory '/build/worker-5.2.1/man/it'
make[3]: Entering directory '/build/worker-5.2.1/man/it'
make[3]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/it/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 worker.1 '/nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/it/man1'
make[3]: Leaving directory '/build/worker-5.2.1/man/it'
make[2]: Leaving directory '/build/worker-5.2.1/man/it'
make[2]: Entering directory '/build/worker-5.2.1/man'
make[3]: Entering directory '/build/worker-5.2.1/man'
make[3]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 worker.1 '/nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/man1'
make[3]: Leaving directory '/build/worker-5.2.1/man'
make[2]: Leaving directory '/build/worker-5.2.1/man'
make[1]: Leaving directory '/build/worker-5.2.1/man'
Making install in m4
make[1]: Entering directory '/build/worker-5.2.1/m4'
make[2]: Entering directory '/build/worker-5.2.1/m4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/worker-5.2.1/m4'
make[1]: Leaving directory '/build/worker-5.2.1/m4'
Making install in contrib
make[1]: Entering directory '/build/worker-5.2.1/contrib'
make[2]: Entering directory '/build/worker-5.2.1/contrib'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/appdata'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 worker.appdata.xml '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/appdata'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/applications'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 worker.desktop '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/applications'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/metainfo'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 de.boomerangsworld.worker.metainfo.xml '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/metainfo'
make[2]: Leaving directory '/build/worker-5.2.1/contrib'
make[1]: Leaving directory '/build/worker-5.2.1/contrib'
Making install in hints
make[1]: Entering directory '/build/worker-5.2.1/hints'
make[2]: Entering directory '/build/worker-5.2.1/hints'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 hints-english hints-english.utf8 '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker'
make[2]: Leaving directory '/build/worker-5.2.1/hints'
make[1]: Leaving directory '/build/worker-5.2.1/hints'
Making install in config-updates
make[1]: Entering directory '/build/worker-5.2.1/config-updates'
make[2]: Entering directory '/build/worker-5.2.1/config-updates'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/config-updates'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 update-2.19.0.conf update-2.19.0-utf8.conf update-3.2.0.conf update-3.2.0-utf8.conf update-3.3.3.conf update-3.3.3-utf8.conf update-3.4.0.conf update-3.4.0-utf8.conf update-3.6.0.conf update-3.6.0-utf8.conf update-3.7.0.conf update-3.7.0-utf8.conf update-3.8.4.conf update-3.8.4-utf8.conf update-3.9.0.conf update-3.9.0-utf8.conf update-3.12.0.conf update-3.12.0-utf8.conf update-3.13.0.conf update-3.13.0-utf8.conf update-3.14.0.conf update-3.14.0-utf8.conf update-3.15.0.conf update-3.15.0-utf8.conf update-3.15.3.conf update-3.15.3-utf8.conf update-4.4.0.conf update-4.4.0-utf8.conf update-4.4.1.conf update-4.4.1-utf8.conf update-4.8.1.conf update-4.8.1-utf8.conf update-4.10.0.conf update-4.10.0-utf8.conf update-4.10.1.conf update-4.10.1-utf8.conf update-5.0.0.conf update-5.0.0-utf8.conf update-5.2.0.conf update-5.2.0-utf8.conf '/nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/share/worker/config-updates'
make[2]: Leaving directory '/build/worker-5.2.1/config-updates'
make[1]: Leaving directory '/build/worker-5.2.1/config-updates'
make[1]: Entering directory '/build/worker-5.2.1'
make[2]: Entering directory '/build/worker-5.2.1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/worker-5.2.1'
make[1]: Leaving directory '/build/worker-5.2.1'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1
shrinking /nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/bin/worker
checking for references to /build/ in /nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1...
patching script interpreter paths in /nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1
stripping (with command strip and flags -S -p) in /nix/store/f2900csx7bdv3bicihdb8chk9j8hw3jz-worker-x86_64-unknown-linux-gnufilc0-5.2.1/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man
checking for references to /build/ in /nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man...
gzipping man pages under /nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man/share/man/
patching script interpreter paths in /nix/store/ljc5vlf54kpc92w3lm70g2axw4gm08j4-worker-x86_64-unknown-linux-gnufilc0-5.2.1-man
wol-0.7.1
error: Cannot build '/nix/store/k9xv2xr3kwn67s3j5g8lyd7vhnqyiayx-wol-x86_64-unknown-linux-gnufilc0-0.7.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/jlq55s2j5qvl72g7ww5287ras4hk0gd7-wol-x86_64-unknown-linux-gnufilc0-0.7.1
Last 25 log lines:
> realloc.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
> 35 | rpl_realloc (p, n)
> | ^
> 4 warnings generated.
> clang -DHAVE_CONFIG_H -I. -I.. -I../intl -I../include -g -O2 -W -Wall -Wpointer-arith -Wimplicit-function-declaration -c -o md5.o md5.c
> rm -f libwrappers.a
> ar cru libwrappers.a getopt1.o getopt.o usleep.o xmalloc.o getstr.o getline.o error.o realloc.o getpass4.o ether_hostton.o md5.o
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libwrappers.a
> make[2]: Leaving directory '/build/wol-0.7.1/lib'
> Making all in src
> make[2]: Entering directory '/build/wol-0.7.1/src'
> clang -DLOCALEDIR=\"/nix/store/jlq55s2j5qvl72g7ww5287ras4hk0gd7-wol-x86_64-unknown-linux-gnufilc0-0.7.1/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../intl -g -O2 -W -Wall -Wpointer-arith -Wimplicit-function-declaration -c -o wol.o wol.c
> clang -DLOCALEDIR=\"/nix/store/jlq55s2j5qvl72g7ww5287ras4hk0gd7-wol-x86_64-unknown-linux-gnufilc0-0.7.1/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../intl -g -O2 -W -Wall -Wpointer-arith -Wimplicit-function-declaration -c -o macfile.o macfile.c
> clang -DLOCALEDIR=\"/nix/store/jlq55s2j5qvl72g7ww5287ras4hk0gd7-wol-x86_64-unknown-linux-gnufilc0-0.7.1/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../intl -g -O2 -W -Wall -Wpointer-arith -Wimplicit-function-declaration -c -o net.o net.c
> clang -DLOCALEDIR=\"/nix/store/jlq55s2j5qvl72g7ww5287ras4hk0gd7-wol-x86_64-unknown-linux-gnufilc0-0.7.1/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../intl -g -O2 -W -Wall -Wpointer-arith -Wimplicit-function-declaration -c -o magic.o magic.c
> clang -g -O2 -W -Wall -Wpointer-arith -Wimplicit-function-declaration -o wol wol.o macfile.o net.o magic.o ../lib/libwrappers.a
> ../lib/libwrappers.a(xmalloc.o):xmalloc.c:function pizlonatedFI142_rpl_malloc:(.text+0xaad): error: undefined reference to 'pizlonated_rpl_malloc'
> ../lib/libwrappers.a(realloc.o):realloc.c:function pizlonatedFI142_rpl_malloc:(.text+0xfd): error: undefined reference to 'pizlonated_rpl_malloc'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [Makefile:433: wol] Error 1
> make[2]: Leaving directory '/build/wol-0.7.1/src'
> make[1]: *** [Makefile:429: all-recursive] Error 1
> make[1]: Leaving directory '/build/wol-0.7.1'
> make: *** [Makefile:368: all] Error 2
For full logs, run:
nix log /nix/store/k9xv2xr3kwn67s3j5g8lyd7vhnqyiayx-wol-x86_64-unknown-linux-gnufilc0-0.7.1.drvwolfstoneextract-1.2
error: Cannot build '/nix/store/aji4ykc1vrwpz6ikgc1s1hi8s7la8kyj-wolfstoneextract-x86_64-unknown-linux-gnufilc0-1.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/9va2z7kdn5s29pmsx7rpd639zxz3qivq-wolfstoneextract-x86_64-unknown-linux-gnufilc0-1.2
Last 25 log lines:
> [ 94%] Building CXX object src/CMakeFiles/wolfstoneextract.dir/soundbank.cpp.o
> [ 96%] Building CXX object src/CMakeFiles/wolfstoneextract.dir/zip.cpp.o
> [ 98%] Building CXX object src/CMakeFiles/wolfstoneextract.dir/zstring.cpp.o
> [100%] Linking CXX executable wolfstoneextract
> ../vendor/libvorbis.a(sharedbook.c.o):sharedbook.c:function pizlonatedFI403_log:(.text+0x4e91): error: undefined reference to 'pizlonated_log'
> ../vendor/libvorbis.a(sharedbook.c.o):sharedbook.c:function pizlonatedFI4792_pow:(.text+0x5046): error: undefined reference to 'pizlonated_pow'
> ../vendor/libvorbis.a(envelope.c.o):envelope.c:function pizlonatedFI403_sin:(.text+0x3521): error: undefined reference to 'pizlonated_sin'
> ../vendor/libvorbis.a(psy.c.o):psy.c:function pizlonatedFI403_log:(.text+0xde81): error: undefined reference to 'pizlonated_log'
> ../vendor/libvorbis.a(psy.c.o):psy.c:function pizlonatedFI403_exp:(.text+0xdf51): error: undefined reference to 'pizlonated_exp'
> ../vendor/libvorbis.a(psy.c.o):psy.c:function pizlonatedFI403_atan:(.text+0xe021): error: undefined reference to 'pizlonated_atan'
> ../vendor/libvorbis.a(psy.c.o):psy.c:function pizlonatedFI403_sqrt:(.text+0xe0f1): error: undefined reference to 'pizlonated_sqrt'
> ../vendor/libvorbis.a(floor0.c.o):floor0.c:function pizlonatedFI403_atan:(.text+0x2981): error: undefined reference to 'pizlonated_atan'
> ../vendor/libvorbis.a(mdct.c.o):mdct.c:function pizlonatedFI403_log:(.text+0x42e1): error: undefined reference to 'pizlonated_log'
> ../vendor/libvorbis.a(mdct.c.o):mdct.c:function pizlonatedFI403_cos:(.text+0x43b1): error: undefined reference to 'pizlonated_cos'
> ../vendor/libvorbis.a(mdct.c.o):mdct.c:function pizlonatedFI403_sin:(.text+0x4481): error: undefined reference to 'pizlonated_sin'
> ../vendor/libvorbis.a(smallft.c.o):smallft.c:function pizlonatedFI403_cos:(.text+0xa9e1): error: undefined reference to 'pizlonated_cos'
> ../vendor/libvorbis.a(smallft.c.o):smallft.c:function pizlonatedFI403_sin:(.text+0xaab1): error: undefined reference to 'pizlonated_sin'
> ../vendor/libvorbis.a(lsp.c.o):lsp.c:function pizlonatedFI403_cos:(.text+0x2371): error: undefined reference to 'pizlonated_cos'
> ../vendor/libvorbis.a(lsp.c.o):lsp.c:function pizlonatedFI403_sqrt:(.text+0x2441): error: undefined reference to 'pizlonated_sqrt'
> ../vendor/libvorbis.a(lsp.c.o):lsp.c:function pizlonatedFI403_exp:(.text+0x2511): error: undefined reference to 'pizlonated_exp'
> ../vendor/libvorbis.a(lsp.c.o):lsp.c:function pizlonatedFI403_acos:(.text+0x26e1): error: undefined reference to 'pizlonated_acos'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/wolfstoneextract.dir/build.make:266: src/wolfstoneextract] Error 1
> make[1]: *** [CMakeFiles/Makefile2:421: src/CMakeFiles/wolfstoneextract.dir/all] Error 2
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/aji4ykc1vrwpz6ikgc1s1hi8s7la8kyj-wolfstoneextract-x86_64-unknown-linux-gnufilc0-1.2.drvwordgrinder-0.8
error: Cannot build '/nix/store/pzx5ib6zvc4zxk1nq9a7kwd2s8fz3wbp-wordgrinder-x86_64-unknown-linux-gnufilc0-0.8.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/af11si1vwg1pwyzcrih6jlnx0780cb66-wordgrinder-x86_64-unknown-linux-gnufilc0-0.8
Last 25 log lines:
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) LUA_INCLUDE=/nix/store/s94g5wss08mhd3sciq1npmikj7nzvi76-lua-x86_64-unknown-linux-gnufilc0-5.2.4/include LUA_LIB=/nix/store/s94g5wss08mhd3sciq1npmikj7nzvi76-lua-x86_64-unknown-linux-gnufilc0-5.2.4/lib/liblua.so OBJDIR=\$TMP/wg-build XFT_PACKAGE=--cflags=\{\}\ --libs=\{-lX11\ -lXft\}
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: LC_ALL: command not found
> Bootstrapping build
> Windows toolchain: not found (WINCC=false, WINDRES=false, MAKENSIS=false)
> Detecting Curses in package 'ncursesw': sh: pkg-config: not found
> not found
> Detecting FreeType2 in package 'freetype2': sh: pkg-config: not found
> not found
> Detecting Minizip in package 'builtin': found
> Detecting lpeg in package 'builtin': found
> Detecting uthash in package 'builtin': found
> Detecting LuaBitOp in package 'builtin': found
> Detecting Lua in package 'builtin': found
> Detecting Lua in package 'lua-5.1': sh: pkg-config: not found
> not found
> Detecting Lua in package 'lua-5.2': sh: pkg-config: not found
> not found
> Detecting Lua in package 'lua-5.3': sh: pkg-config: not found
> not found
> Detecting Lua in package 'luajit': sh: pkg-config: not found
> not found
> ninja: error: unknown target 'all', did you mean 'dev'?
> make: *** [Makefile:125: all] Error 1
For full logs, run:
nix log /nix/store/pzx5ib6zvc4zxk1nq9a7kwd2s8fz3wbp-wordgrinder-x86_64-unknown-linux-gnufilc0-0.8.drvwordnet-3.0
error: Cannot build '/nix/store/jk8zihhxxw6d3h3i33abl8sihsyhshb9-wordnet-x86_64-unknown-linux-gnufilc0-3.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/qzcfa752gimk6fci94cwvhvnj8gn85p9-wordnet-x86_64-unknown-linux-gnufilc0-3.0
Last 25 log lines:
> 87 | #define malloc rpl_malloc
> | ^
> wnutil.c:512:18: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
> 512 | sptr->headword = malloc (strlen(adjss->words[0]) + 1);
> | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> wnutil.c:590:24: error: call to undeclared function 'rpl_malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> 590 | snsidx = (SnsIndexPtr)malloc(sizeof(SnsIndex));
> | ^
> ../config.h:87:16: note: expanded from macro 'malloc'
> 87 | #define malloc rpl_malloc
> | ^
> wnutil.c:590:11: warning: cast to 'SnsIndexPtr' (aka 'struct si *') from smaller integer type 'int' [-Wint-to-pointer-cast]
> 590 | snsidx = (SnsIndexPtr)malloc(sizeof(SnsIndex));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> wnutil.c:597:19: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
> 597 | snsidx->sensekey = malloc(strlen(buf + 1));
> | ^ ~~~~~~~~~~~~~~~~~~~~~~~
> 3 warnings and 4 errors generated.
> make[3]: *** [Makefile:355: libWN_a-wnutil.o] Error 1
> make[3]: Leaving directory '/build/WordNet-3.0/lib'
> make[2]: *** [Makefile:372: all-recursive] Error 1
> make[2]: Leaving directory '/build/WordNet-3.0/lib'
> make[1]: *** [Makefile:218: all-recursive] Error 1
> make[1]: Leaving directory '/build/WordNet-3.0'
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/jk8zihhxxw6d3h3i33abl8sihsyhshb9-wordnet-x86_64-unknown-linux-gnufilc0-3.0.drvwvdial-unstable-2016-06-15
error: Cannot build '/nix/store/zzayisq2syjdgd8mrg0rqnw817r86grd-wvdial-x86_64-unknown-linux-gnufilc0-unstable-2016-06-15.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/6pdmpjwkkx3xqcs1ijg0ywys1q53w4yf-wvdial-x86_64-unknown-linux-gnufilc0-unstable-2016-06-15wvstreams-4.6.1
error: Cannot build '/nix/store/ajw5bsv3vz4dzsc96x7vsqikzakp86gz-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/5gh2rip90cn8l7q1n7glgvy5mkdsizhc-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1-lib
/nix/store/655yd4csd58gmhmxhh2glichph2qjsqq-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1-dev
/nix/store/iyljdx1ildsdwj5d22a19xdia4wnbg5h-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1-bin
/nix/store/qy6dh3d4vn966lqd2hphx2psfx047lgd-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1
Last 25 log lines:
> no
> checking for moc... moc not found
> checking for valgrind... no
> checking valgrind/memcheck.h usability... no
> checking valgrind/memcheck.h presence... no
> checking for valgrind/memcheck.h... no
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for compress in -lz... yes
> checking tr1/functional usability... no
> checking tr1/functional presence... no
> checking for tr1/functional... no
> checking boost/function.hpp usability... no
> checking boost/function.hpp presence... no
> checking for boost/function.hpp... no
> checking boost/throw_exception.hpp usability... no
> checking boost/throw_exception.hpp presence... no
> checking for boost/throw_exception.hpp... no
> configure: WARNING: DBUS is missing.
> configure: WARNING: PAM is missing.
> configure: WARNING: Qt is missing.
> configure: WARNING: Valgrind is missing.
> configure: WARNING: both tr1/functional and boost/function.hpp are missing.
> configure: error: Required dependencies missing: boost/function.hpp
For full logs, run:
nix log /nix/store/ajw5bsv3vz4dzsc96x7vsqikzakp86gz-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1.drvwwcd-unstable-2022-02-05
error: Cannot build '/nix/store/plywng4yq40q5xnj2z6sfc51ynly1hmb-wwcd-x86_64-unknown-linux-gnufilc0-unstable-2022-02-05.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/hpj5d38lj3w958mlqls4zy4zmmcy1hxf-wwcd-x86_64-unknown-linux-gnufilc0-unstable-2022-02-05
Last 25 log lines:
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
> checking whether the compiler supports GNU C... (cached) yes
> checking whether clang accepts -g... (cached) yes
> checking for clang option to enable C11 features... (cached) none needed
> checking whether clang understands -c and -o together... (cached) yes
> checking dependency style of clang... (cached) none
> checking pkg-config is at least version 0.9.0... yes
> checking for check... no
> configure: error: Package requirements (check) were not met:
>
> No package 'check' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables CHECK_CFLAGS
> and CHECK_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
For full logs, run:
nix log /nix/store/plywng4yq40q5xnj2z6sfc51ynly1hmb-wwcd-x86_64-unknown-linux-gnufilc0-unstable-2022-02-05.drvx264-0-unstable-2025-01-03
error: Cannot build '/nix/store/mfnpsgf7jgl11m2ikdd1cb9vjcybihdf-x264-x86_64-unknown-linux-gnufilc0-0-unstable-2025-01-03.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/8j25a9sjv83c91dp6lly8x83r6hm5vx2-x264-x86_64-unknown-linux-gnufilc0-0-unstable-2025-01-03-lib
/nix/store/j8hyl4db2wwpnspiy4kr9rrp2l3nb4v6-x264-x86_64-unknown-linux-gnufilc0-0-unstable-2025-01-03
/nix/store/rq75c3jf0mqjpaq6cfpi9dbc2k0n0yfc-x264-x86_64-unknown-linux-gnufilc0-0-unstable-2025-01-03-dev
Last 25 log lines:
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/const-a-10.o common/x86/const-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/cabac-a-10.o common/x86/cabac-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/dct-a-10.o common/x86/dct-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/deblock-a-10.o common/x86/deblock-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/mc-a-10.o common/x86/mc-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/mc-a2-10.o common/x86/mc-a2.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/pixel-a-10.o common/x86/pixel-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/predict-a-10.o common/x86/predict-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/quant-a-10.o common/x86/quant-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/sad16-a-10.o common/x86/sad16-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
> In file included from encoder/analyse.c:33:
> In file included from encoder/rdo.c:53:
> encoder/cavlc.c:128:18: warning: variable 'i_sign' set but not used [-Wunused-but-set-variable]
> 128 | unsigned int i_sign;
> | ^
> 1 warning generated.
> clang -o libx264.so.164 common/osdep.o common/base.o common/cpu.o common/tables.o encoder/api.o common/mc-8.o common/predict-8.o common/pixel-8.o common/macroblock-8.o common/frame-8.o common/dct-8.o common/cabac-8.o common/common-8.o common/rectangle-8.o common/set-8.o common/quant-8.o common/deblock-8.o common/vlc-8.o common/mvpred-8.o common/bitstream-8.o encoder/analyse-8.o encoder/me-8.o encoder/ratecontrol-8.o encoder/set-8.o encoder/macroblock-8.o encoder/cabac-8.o encoder/cavlc-8.o encoder/encoder-8.o encoder/lookahead-8.o common/threadpool-8.o common/x86/mc-c-8.o common/x86/predict-c-8.o common/opencl-8.o encoder/slicetype-cl-8.o common/mc-10.o common/predict-10.o common/pixel-10.o common/macroblock-10.o common/frame-10.o common/dct-10.o common/cabac-10.o common/common-10.o common/rectangle-10.o common/set-10.o common/quant-10.o common/deblock-10.o common/vlc-10.o common/mvpred-10.o common/bitstream-10.o encoder/analyse-10.o encoder/me-10.o encoder/ratecontrol-10.o encoder/set-10.o encoder/macroblock-10.o encoder/cabac-10.o encoder/cavlc-10.o encoder/encoder-10.o encoder/lookahead-10.o common/threadpool-10.o common/x86/mc-c-10.o common/x86/predict-c-10.o common/x86/cpu-a.o common/x86/dct-64-8.o common/x86/trellis-64-8.o common/x86/bitstream-a-8.o common/x86/const-a-8.o common/x86/cabac-a-8.o common/x86/dct-a-8.o common/x86/deblock-a-8.o common/x86/mc-a-8.o common/x86/mc-a2-8.o common/x86/pixel-a-8.o common/x86/predict-a-8.o common/x86/quant-a-8.o common/x86/sad-a-8.o common/x86/dct-64-10.o common/x86/trellis-64-10.o common/x86/bitstream-a-10.o common/x86/const-a-10.o common/x86/cabac-a-10.o common/x86/dct-a-10.o common/x86/deblock-a-10.o common/x86/mc-a-10.o common/x86/mc-a2-10.o common/x86/pixel-a-10.o common/x86/predict-a-10.o common/x86/quant-a-10.o common/x86/sad16-a-10.o -shared -Wl,-soname,libx264.so.164 -Wl,-Bsymbolic -m64 -lm -lpthread -ldl
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: common/x86/trellis-64-8.o: requires dynamic R_X86_64_PC32 reloc against 'x264_cabac_entropy' which may overflow at runtime; recompile with -fPIC
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: common/x86/cabac-a-8.o: requires dynamic R_X86_64_PC32 reloc against 'x264_cabac_range_lps' which may overflow at runtime; recompile with -fPIC
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: common/x86/quant-a-8.o: requires dynamic R_X86_64_PC32 reloc against 'x264_decimate_table4' which may overflow at runtime; recompile with -fPIC
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: common/x86/trellis-64-10.o: requires dynamic R_X86_64_PC32 reloc against 'x264_cabac_entropy' which may overflow at runtime; recompile with -fPIC
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: common/x86/cabac-a-10.o: requires dynamic R_X86_64_PC32 reloc against 'x264_cabac_range_lps' which may overflow at runtime; recompile with -fPIC
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: common/x86/quant-a-10.o: requires dynamic R_X86_64_PC32 reloc against 'x264_decimate_table4' which may overflow at runtime; recompile with -fPIC
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:287: libx264.so.164] Error 1
For full logs, run:
nix log /nix/store/mfnpsgf7jgl11m2ikdd1cb9vjcybihdf-x264-x86_64-unknown-linux-gnufilc0-0-unstable-2025-01-03.drvwolfstoneextract-1.2
error: build of '/nix/store/aji4ykc1vrwpz6ikgc1s1hi8s7la8kyj-wolfstoneextract-x86_64-unknown-linux-gnufilc0-1.2.drv^*', '/nix/store/ajw5bsv3vz4dzsc96x7vsqikzakp86gz-wvstreams-x86_64-unknown-linux-gnufilc0-4.6.1.drv^*', '/nix/store/jk8zihhxxw6d3h3i33abl8sihsyhshb9-wordnet-x86_64-unknown-linux-gnufilc0-3.0.drv^*', '/nix/store/k9xv2xr3kwn67s3j5g8lyd7vhnqyiayx-wol-x86_64-unknown-linux-gnufilc0-0.7.1.drv^*', '/nix/store/mfnpsgf7jgl11m2ikdd1cb9vjcybihdf-x264-x86_64-unknown-linux-gnufilc0-0-unstable-2025-01-03.drv^*', '/nix/store/plywng4yq40q5xnj2z6sfc51ynly1hmb-wwcd-x86_64-unknown-linux-gnufilc0-unstable-2022-02-05.drv^*', '/nix/store/pzx5ib6zvc4zxk1nq9a7kwd2s8fz3wbp-wordgrinder-x86_64-unknown-linux-gnufilc0-0.8.drv^*', '/nix/store/zzayisq2syjdgd8mrg0rqnw817r86grd-wvdial-x86_64-unknown-linux-gnufilc0-unstable-2016-06-15.drv^*' failed
End of log