Ticket #19616: ncursesw2.log

File ncursesw2.log, 20.9 KB (added by amirandamx@…, 15 years ago)
Line 
1sudo port -d install ncursesw
2DEBUG: Found port in file:///opt/local/var/macports/sources/www.macports.org/files/ports/devel/ncursesw
3DEBUG: Changing to port directory: /opt/local/var/macports/sources/www.macports.org/files/ports/devel/ncursesw
4DEBUG: setting option os.universal_supported to yes
5DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
6DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
7DEBUG: Using group file /opt/local/var/macports/sources/www.macports.org/files/ports/_resources/port1.0/group/muniversal-1.0.tcl
8DEBUG: universal variant already exists, so not adding the default one
9DEBUG: Requested variant darwin is not provided by port ncursesw.
10DEBUG: Requested variant i386 is not provided by port ncursesw.
11DEBUG: Requested variant macosx is not provided by port ncursesw.
12DEBUG: Executing org.macports.main (ncursesw)
13DEBUG: Skipping completed org.macports.fetch (ncursesw)
14DEBUG: Skipping completed org.macports.checksum (ncursesw)
15DEBUG: Skipping completed org.macports.extract (ncursesw)
16DEBUG: Skipping completed org.macports.patch (ncursesw)
17DEBUG: Skipping completed org.macports.configure (ncursesw)
18--->  Building ncursesw
19DEBUG: Executing org.macports.build (ncursesw)
20DEBUG: port allows a parallel build
21DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5'
22DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_devel_ncursesw/work/ncurses-5.7" && make all'
23cd man && make DESTDIR="" all
24make[1]: Nothing to be done for `all'.
25cd include && make DESTDIR="" all
26make[1]: Nothing to be done for `all'.
27cd ncurses && make DESTDIR="" all
28make[1]: Nothing to be done for `all'.
29cd progs && make DESTDIR="" all
30make[1]: Nothing to be done for `all'.
31cd panel && make DESTDIR="" all
32make[1]: Nothing to be done for `all'.
33cd menu && make DESTDIR="" all
34make[1]: Nothing to be done for `all'.
35cd form && make DESTDIR="" all
36make[1]: Nothing to be done for `all'.
37cd test && make DESTDIR="" all
38make[1]: Nothing to be done for `all'.
39cd misc && make DESTDIR="" all
40make[1]: Nothing to be done for `all'.
41cd c++ && make DESTDIR="" all
42/usr/bin/g++-4.0 -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include  -U_XOPEN_SOURCE -D_XOPEN_SOURCE=500 -DSIGWINCH=28 -D_XOPEN_SOURCE_EXTENDED -DNDEBUG -I/opt/local/include/ncursesw -O2  -dynamic -c ../c++/cursesf.cc -o ../obj_s/cursesf.o
43../c++/cursesw.h:777: error: expected ';' before 'THROWS'
44../c++/cursesw.h: In member function 'virtual void NCursesFramedPad::setWindow(NCursesWindow&, int, int)':
45../c++/cursesw.h:1545: error: 'err_handler' was not declared in this scope
46../c++/cursesw.h: In member function 'virtual void NCursesFramedPad::setSubWindow(NCursesWindow&)':
47../c++/cursesw.h:1550: error: 'err_handler' was not declared in this scope
48../c++/cursesp.h: At global scope:
49../c++/cursesp.h:89: error: expected ';' before 'THROWS'
50../c++/cursesp.h:98: error: expected `;' before 'virtual'
51../c++/cursesp.h: In member function 'void NCursesPanel::hide()':
52../c++/cursesp.h:139: error: 'OnError' was not declared in this scope
53../c++/cursesp.h: In member function 'void NCursesPanel::show()':
54../c++/cursesp.h:145: error: 'OnError' was not declared in this scope
55../c++/cursesp.h: In member function 'void NCursesPanel::top()':
56../c++/cursesp.h:151: error: 'OnError' was not declared in this scope
57../c++/cursesp.h: In member function 'void NCursesPanel::bottom()':
58../c++/cursesp.h:157: error: 'OnError' was not declared in this scope
59../c++/cursesp.h: In member function 'virtual int NCursesPanel::mvwin(int, int)':
60../c++/cursesp.h:165: error: 'OnError' was not declared in this scope
61../c++/cursesp.h: In member function 'NCursesPanel& NCursesPanel::above() const':
62../c++/cursesp.h:184: error: 'OnError' was not declared in this scope
63../c++/cursesp.h: In member function 'NCursesPanel& NCursesPanel::below() const':
64../c++/cursesp.h:190: error: 'OnError' was not declared in this scope
65../c++/cursesp.h: At global scope:
66../c++/cursesp.h:235: error: expected primary-expression before '*' token
67../c++/cursesp.h:235: error: expected primary-expression before ')' token
68../c++/cursesp.h:235: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
69../c++/cursesp.h:235: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
70../c++/cursesp.h:244: error: expected primary-expression before '*' token
71../c++/cursesp.h:244: error: expected primary-expression before ')' token
72../c++/cursesp.h:244: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
73../c++/cursesf.h:64: error: expected ';' before 'THROWS'
74../c++/cursesf.h:69: error: expected `;' before 'NCursesFieldType'
75../c++/cursesf.h: In constructor 'NCursesFieldType::NCursesFieldType()':
76../c++/cursesf.h:79: error: expected primary-expression before '*' token
77../c++/cursesf.h:79: error: expected primary-expression before ')' token
78../c++/cursesf.h:79: error: 'STATIC_CAST' was not declared in this scope
79../c++/cursesf.h: At global scope:
80../c++/cursesf.h:112: error: expected ';' before 'THROWS'
81../c++/cursesf.h:117: error: expected `;' before 'public'
82../c++/cursesf.h: In constructor 'NCursesFormField::NCursesFormField()':
83../c++/cursesf.h:120: error: expected primary-expression before '*' token
84../c++/cursesf.h:120: error: expected primary-expression before ')' token
85../c++/cursesf.h:120: error: 'STATIC_CAST' was not declared in this scope
86../c++/cursesf.h:121: error: expected primary-expression before '*' token
87../c++/cursesf.h:121: error: expected primary-expression before ')' token
88../c++/cursesf.h: In constructor 'NCursesFormField::NCursesFormField(int, int, int, int, int, int)':
89../c++/cursesf.h:133: error: expected primary-expression before '*' token
90../c++/cursesf.h:133: error: expected primary-expression before ')' token
91../c++/cursesf.h:133: error: 'STATIC_CAST' was not declared in this scope
92../c++/cursesf.h:138: error: 'errno' was not declared in this scope
93../c++/cursesf.h:138: error: 'OnError' was not declared in this scope
94../c++/cursesf.h: In member function 'NCursesFormField* NCursesFormField::dup(int, int)':
95../c++/cursesf.h:161: error: 'OnError' was not declared in this scope
96../c++/cursesf.h:166: error: 'errno' was not declared in this scope
97../c++/cursesf.h:166: error: 'OnError' was not declared in this scope
98../c++/cursesf.h: In member function 'NCursesFormField* NCursesFormField::link(int, int)':
99../c++/cursesf.h:175: error: 'OnError' was not declared in this scope
100../c++/cursesf.h:180: error: 'errno' was not declared in this scope
101../c++/cursesf.h:180: error: 'OnError' was not declared in this scope
102../c++/cursesf.h: In member function 'void NCursesFormField::info(int&, int&, int&, int&, int&, int&) const':
103../c++/cursesf.h:196: error: 'OnError' was not declared in this scope
104../c++/cursesf.h: In member function 'void NCursesFormField::dynamic_info(int&, int&, int&) const':
105../c++/cursesf.h:203: error: 'OnError' was not declared in this scope
106../c++/cursesf.h: In member function 'void NCursesFormField::set_maximum_growth(int)':
107../c++/cursesf.h:209: error: 'OnError' was not declared in this scope
108../c++/cursesf.h: In member function 'void NCursesFormField::move(int, int)':
109../c++/cursesf.h:214: error: 'OnError' was not declared in this scope
110../c++/cursesf.h: In member function 'void NCursesFormField::new_page(bool)':
111../c++/cursesf.h:219: error: 'OnError' was not declared in this scope
112../c++/cursesf.h: In member function 'void NCursesFormField::set_justification(int)':
113../c++/cursesf.h:229: error: 'OnError' was not declared in this scope
114../c++/cursesf.h: In member function 'void NCursesFormField::set_foreground(chtype)':
115../c++/cursesf.h:238: error: 'OnError' was not declared in this scope
116../c++/cursesf.h: In member function 'void NCursesFormField::set_background(chtype)':
117../c++/cursesf.h:248: error: 'OnError' was not declared in this scope
118../c++/cursesf.h: In member function 'void NCursesFormField::set_pad_character(int)':
119../c++/cursesf.h:258: error: 'OnError' was not declared in this scope
120../c++/cursesf.h: In member function 'void NCursesFormField::options_on(Field_Options)':
121../c++/cursesf.h:268: error: 'OnError' was not declared in this scope
122../c++/cursesf.h: In member function 'void NCursesFormField::options_off(Field_Options)':
123../c++/cursesf.h:273: error: 'OnError' was not declared in this scope
124../c++/cursesf.h: In member function 'void NCursesFormField::set_options(Field_Options)':
125../c++/cursesf.h:283: error: 'OnError' was not declared in this scope
126../c++/cursesf.h: In member function 'void NCursesFormField::set_changed(bool)':
127../c++/cursesf.h:288: error: 'OnError' was not declared in this scope
128../c++/cursesf.h: In member function 'void NCursesFormField::set_value(const char*, int)':
129../c++/cursesf.h:304: error: 'OnError' was not declared in this scope
130../c++/cursesf.h: At global scope:
131../c++/cursesf.h:394: error: expected ';' before 'THROWS'
132../c++/cursesf.h:400: error: expected `;' before 'virtual'
133../c++/cursesf.h: In static member function 'static NCursesForm* NCursesForm::getHook(const FORM*)':
134../c++/cursesf.h:364: error: 'assert' was not declared in this scope
135../c++/cursesf.h: In member function 'void NCursesForm::set_user(void*)':
136../c++/cursesf.h:380: error: 'assert' was not declared in this scope
137../c++/cursesf.h: In member function 'void* NCursesForm::get_user()':
138../c++/cursesf.h:386: error: 'assert' was not declared in this scope
139../c++/cursesf.h: In constructor 'NCursesForm::NCursesForm(int, int, int, int)':
140../c++/cursesf.h:409: error: expected primary-expression before '*' token
141../c++/cursesf.h:409: error: expected primary-expression before ')' token
142../c++/cursesf.h:409: error: 'STATIC_CAST' was not declared in this scope
143../c++/cursesf.h: In member function 'void NCursesForm::setFields(NCursesFormField**)':
144../c++/cursesf.h:488: error: 'OnError' was not declared in this scope
145../c++/cursesf.h: In member function 'void NCursesForm::unpost()':
146../c++/cursesf.h:493: error: 'OnError' was not declared in this scope
147../c++/cursesf.h: In member function 'void NCursesForm::post(bool)':
148../c++/cursesf.h:498: error: 'OnError' was not declared in this scope
149../c++/cursesf.h: In member function 'virtual void NCursesForm::frame(const char*, const char*)':
150../c++/cursesf.h:506: error: 'OnError' was not declared in this scope
151../c++/cursesf.h: In member function 'virtual void NCursesForm::boldframe(const char*, const char*)':
152../c++/cursesf.h:513: error: 'OnError' was not declared in this scope
153../c++/cursesf.h: In member function 'virtual void NCursesForm::label(const char*, const char*)':
154../c++/cursesf.h:520: error: 'OnError' was not declared in this scope
155../c++/cursesf.h: In member function 'void NCursesForm::scale(int&, int&) const':
156../c++/cursesf.h:543: error: 'OnError' was not declared in this scope
157../c++/cursesf.h: In member function 'void NCursesForm::set_page(int)':
158../c++/cursesf.h:553: error: 'OnError' was not declared in this scope
159../c++/cursesf.h: In member function 'void NCursesForm::options_on(Form_Options)':
160../c++/cursesf.h:563: error: 'OnError' was not declared in this scope
161../c++/cursesf.h: In member function 'void NCursesForm::options_off(Form_Options)':
162../c++/cursesf.h:568: error: 'OnError' was not declared in this scope
163../c++/cursesf.h: In member function 'void NCursesForm::set_options(Form_Options)':
164../c++/cursesf.h:578: error: 'OnError' was not declared in this scope
165../c++/cursesf.h: In member function 'void NCursesForm::position_cursor()':
166../c++/cursesf.h:593: error: 'OnError' was not declared in this scope
167../c++/cursesf.h: In member function 'void NCursesForm::set_current(NCursesFormField&)':
168../c++/cursesf.h:597: error: 'OnError' was not declared in this scope
169../c++/cursesf.h: In member function 'NCursesFormField* NCursesForm::operator[](int) const':
170../c++/cursesf.h:609: error: 'OnError' was not declared in this scope
171../c++/cursesf.h: At global scope:
172../c++/cursesf.h:638: error: expected primary-expression before '*' token
173../c++/cursesf.h:638: error: expected primary-expression before ')' token
174../c++/cursesf.h:638: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
175../c++/cursesf.h: In constructor 'NCursesUserField<T>::NCursesUserField(int, int, int, int, const T*, int, int)':
176../c++/cursesf.h:645: error: expected primary-expression before 'void'
177../c++/cursesf.h:645: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
178../c++/cursesf.h: In member function 'virtual void NCursesUserField<T>::setUserData(const T*)':
179../c++/cursesf.h:656: error: expected primary-expression before 'void'
180../c++/cursesf.h:656: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
181../c++/cursesf.h: At global scope:
182../c++/cursesf.h:673: error: expected primary-expression before '*' token
183../c++/cursesf.h:673: error: expected primary-expression before ')' token
184../c++/cursesf.h:673: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
185../c++/cursesf.h:681: error: expected primary-expression before '*' token
186../c++/cursesf.h:681: error: expected primary-expression before ')' token
187../c++/cursesf.h:681: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
188../c++/cursesf.h:694: error: expected primary-expression before '*' token
189../c++/cursesf.h:694: error: expected primary-expression before ')' token
190../c++/cursesf.h:694: error: there are no arguments to 'STATIC_CAST' that depend on a template parameter, so a declaration of 'STATIC_CAST' must be available
191../c++/cursesf.h: In member function 'virtual void Alpha_Field::set(NCursesFormField&)':
192../c++/cursesf.h:727: error: 'OnError' was not declared in this scope
193../c++/cursesf.h: In member function 'virtual void Alphanumeric_Field::set(NCursesFormField&)':
194../c++/cursesf.h:743: error: 'OnError' was not declared in this scope
195../c++/cursesf.h: In member function 'virtual void Integer_Field::set(NCursesFormField&)':
196../c++/cursesf.h:761: error: 'OnError' was not declared in this scope
197../c++/cursesf.h: In member function 'virtual void Numeric_Field::set(NCursesFormField&)':
198../c++/cursesf.h:779: error: 'OnError' was not declared in this scope
199../c++/cursesf.h: In member function 'virtual void Regular_Expression_Field::set(NCursesFormField&)':
200../c++/cursesf.h:795: error: 'OnError' was not declared in this scope
201../c++/cursesf.h: In member function 'virtual void Enumeration_Field::set(NCursesFormField&)':
202../c++/cursesf.h:843: error: 'OnError' was not declared in this scope
203../c++/cursesf.h: In member function 'virtual void IPV4_Address_Field::set(NCursesFormField&)':
204../c++/cursesf.h:877: error: 'OnError' was not declared in this scope
205../c++/cursesf.h: In member function 'virtual void UserDefinedFieldType::set(NCursesFormField&)':
206../c++/cursesf.h:912: error: 'OnError' was not declared in this scope
207../c++/cursslk.h: At global scope:
208../c++/cursslk.h:120: error: expected ';' before 'THROWS'
209../c++/cursslk.h:125: error: expected `;' before 'void'
210../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::clear()':
211../c++/cursslk.h:127: error: 'Error' was not declared in this scope
212../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::restore()':
213../c++/cursslk.h:133: error: 'Error' was not declared in this scope
214../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::refresh()':
215../c++/cursslk.h:175: error: 'Error' was not declared in this scope
216../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::noutrefresh()':
217../c++/cursslk.h:182: error: 'Error' was not declared in this scope
218../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::touch()':
219../c++/cursslk.h:188: error: 'Error' was not declared in this scope
220../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::CUR_attron(attr_t)':
221../c++/cursslk.h:215: error: 'Error' was not declared in this scope
222../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::CUR_attroff(attr_t)':
223../c++/cursslk.h:220: error: 'Error' was not declared in this scope
224../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::CUR_attrset(attr_t)':
225../c++/cursslk.h:225: error: 'Error' was not declared in this scope
226../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::color(short int)':
227../c++/cursslk.h:230: error: 'Error' was not declared in this scope
228../c++/cursesf.cc: In destructor 'virtual NCursesFormField::~NCursesFormField()':
229../c++/cursesf.cc:43: error: 'OnError' was not declared in this scope
230../c++/cursesf.cc: In member function 'FIELD** NCursesForm::mapFields(NCursesFormField**)':
231../c++/cursesf.cc:55: error: 'assert' was not declared in this scope
232../c++/cursesf.cc: In member function 'void NCursesForm::InitForm(NCursesFormField**, bool, bool)':
233../c++/cursesf.cc:121: error: 'OnError' was not declared in this scope
234../c++/cursesf.cc:139: error: 'OnError' was not declared in this scope
235../c++/cursesf.cc: In destructor 'virtual NCursesForm::~NCursesForm()':
236../c++/cursesf.cc:164: error: 'OnError' was not declared in this scope
237../c++/cursesf.cc: In member function 'void NCursesForm::setSubWindow(NCursesWindow&)':
238../c++/cursesf.cc:184: error: 'OnError' was not declared in this scope
239../c++/cursesf.cc: In member function 'virtual int NCursesForm::driver(int)':
240../c++/cursesf.cc:256: error: 'OnError' was not declared in this scope
241../c++/cursesf.cc: In member function 'virtual NCursesFormField* NCursesForm::operator()()':
242../c++/cursesf.cc:303: error: 'OnError' was not declared in this scope
243../c++/cursesf.cc: In function 'bool _nc_xx_fld_fcheck(FIELD*, const void*)':
244../c++/cursesf.cc:377: error: 'assert' was not declared in this scope
245../c++/cursesf.cc: In function 'bool _nc_xx_fld_ccheck(int, const void*)':
246../c++/cursesf.cc:386: error: 'assert' was not declared in this scope
247../c++/cursesf.cc: In function 'bool _nc_xx_next_choice(FIELD*, const void*)':
248../c++/cursesf.cc:409: error: 'assert' was not declared in this scope
249../c++/cursesf.cc: In function 'bool _nc_xx_prev_choice(FIELD*, const void*)':
250../c++/cursesf.cc:419: error: 'assert' was not declared in this scope
251make[1]: *** [../obj_s/cursesf.o] Error 1
252make: *** [all] Error 2
253Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_devel_ncursesw/work/ncurses-5.7" && make all " returned error 2
254Command output: ../c++/cursslk.h:220: error: 'Error' was not declared in this scope
255../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::CUR_attrset(attr_t)':
256../c++/cursslk.h:225: error: 'Error' was not declared in this scope
257../c++/cursslk.h: In member function 'void Soft_Label_Key_Set::color(short int)':
258../c++/cursslk.h:230: error: 'Error' was not declared in this scope
259../c++/cursesf.cc: In destructor 'virtual NCursesFormField::~NCursesFormField()':
260../c++/cursesf.cc:43: error: 'OnError' was not declared in this scope
261../c++/cursesf.cc: In member function 'FIELD** NCursesForm::mapFields(NCursesFormField**)':
262../c++/cursesf.cc:55: error: 'assert' was not declared in this scope
263../c++/cursesf.cc: In member function 'void NCursesForm::InitForm(NCursesFormField**, bool, bool)':
264../c++/cursesf.cc:121: error: 'OnError' was not declared in this scope
265../c++/cursesf.cc:139: error: 'OnError' was not declared in this scope
266../c++/cursesf.cc: In destructor 'virtual NCursesForm::~NCursesForm()':
267../c++/cursesf.cc:164: error: 'OnError' was not declared in this scope
268../c++/cursesf.cc: In member function 'void NCursesForm::setSubWindow(NCursesWindow&)':
269../c++/cursesf.cc:184: error: 'OnError' was not declared in this scope
270../c++/cursesf.cc: In member function 'virtual int NCursesForm::driver(int)':
271../c++/cursesf.cc:256: error: 'OnError' was not declared in this scope
272../c++/cursesf.cc: In member function 'virtual NCursesFormField* NCursesForm::operator()()':
273../c++/cursesf.cc:303: error: 'OnError' was not declared in this scope
274../c++/cursesf.cc: In function 'bool _nc_xx_fld_fcheck(FIELD*, const void*)':
275../c++/cursesf.cc:377: error: 'assert' was not declared in this scope
276../c++/cursesf.cc: In function 'bool _nc_xx_fld_ccheck(int, const void*)':
277../c++/cursesf.cc:386: error: 'assert' was not declared in this scope
278../c++/cursesf.cc: In function 'bool _nc_xx_next_choice(FIELD*, const void*)':
279../c++/cursesf.cc:409: error: 'assert' was not declared in this scope
280../c++/cursesf.cc: In function 'bool _nc_xx_prev_choice(FIELD*, const void*)':
281../c++/cursesf.cc:419: error: 'assert' was not declared in this scope
282make[1]: *** [../obj_s/cursesf.o] Error 1
283make: *** [all] Error 2
284
285Warning: the following items did not execute (for ncursesw): org.macports.activate org.macports.build org.macports.destroot org.macports.install
286Error: Status 1 encountered during processing.
287