Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 677974 Details for
Bug 759499
sci-calculators/orpie-1.5.2-r1 : make: *** No rule to make target <snip>/gsl.cmxa, needed by orpie.opt. Stop.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-calculators:orpie-1.5.2-r1:20201211-174101.log
sci-calculators:orpie-1.5.2-r1:20201211-174101.log (text/plain), 33.13 KB, created by
Toralf Förster
on 2020-12-11 19:14:53 UTC
(
hide
)
Description:
sci-calculators:orpie-1.5.2-r1:20201211-174101.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-12-11 19:14:53 UTC
Size:
33.13 KB
patch
obsolete
> * Package: sci-calculators/orpie-1.5.2-r1 > * Repository: gentoo > * Maintainer: sci@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking orpie-1.5.2.tar.gz to /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work >>>> Source unpacked in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work >>>> Preparing source in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2 ... > * Applying orpie-1.5.1-ocaml311.patch ... > [ ok ] > * Applying orpie-1.5.2-nogsl.patch ... > [ ok ] > * Applying orpie-1.5.1-orpierc.patch ... > [ ok ] > * Applying orpie-1.5.1-tinfo.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2' ... > * Running autoconf --force ... > [ ok ] > * Running elibtoolize in: orpie-1.5.2/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2 ... > * econf: updating orpie-1.5.2/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating orpie-1.5.2/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/orpie-1.5.2-r1 --htmldir=/usr/share/doc/orpie-1.5.2-r1/html --libdir=/usr/lib64 >checking for ocamlc... ocamlc >ocaml version is 4.11.1 >ocaml library path is /usr/lib64/ocaml >checking for ocamlopt... ocamlopt >checking ocamlopt version... ok >checking for ocamlc.opt... ocamlc.opt >checking ocamlc.opt version... ok >checking for ocamlopt.opt... ocamlopt.opt >checking ocamlc.opt version... ok >checking for ocamldep... ocamldep >checking for ocamllex... ocamllex >checking for ocamllex.opt... ocamllex.opt >checking for ocamlyacc... ocamlyacc >checking platform... not Win32 >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for working curses... yes >checking for library containing stdscr... -ltinfo >checking for gsl-config... /usr/bin/gsl-config >checking for GNU Scientific Library... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating install.ml >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2 ... >make -j1 -j1 >ocamlc.opt -c -g -I ./curses -thread curses/curses.mli >ocamlopt.opt -c -I ./curses -thread curses/curses.ml >cd curses && ocamlc.opt -ccopt "-Wall -fPIC -DPIC -O2 -pipe -march=native -fno-diagnostics-color " -c ml_curses.c >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_getstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:137:6: note: in expansion of macro âr_errâ > 137 | BEG1 r_err(getnstr(a_string(aa),string_length(aa))); END > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:137:20: note: in expansion of macro âa_stringâ > 137 | BEG1 r_err(getnstr(a_string(aa),string_length(aa))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_wgetstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:139:6: note: in expansion of macro âr_errâ > 139 | BEG2 r_err(wgetnstr(a_window(aa),a_string(ab),string_length(ab))); END > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:139:34: note: in expansion of macro âa_stringâ > 139 | BEG2 r_err(wgetnstr(a_window(aa),a_string(ab),string_length(ab))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvgetstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:141:6: note: in expansion of macro âr_errâ > 141 | BEG3 r_err(mvgetnstr(a_int(aa),a_int(ab),a_string(ac),string_length(ac))); END > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:141:42: note: in expansion of macro âa_stringâ > 141 | BEG3 r_err(mvgetnstr(a_int(aa),a_int(ab),a_string(ac),string_length(ac))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvwgetstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:143:6: note: in expansion of macro âr_errâ > 143 | BEG4 r_err(mvwgetnstr(a_window(aa),a_int(ab),a_int(ac),a_string(ad), > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:143:56: note: in expansion of macro âa_stringâ > 143 | BEG4 r_err(mvwgetnstr(a_window(aa),a_int(ab),a_int(ac),a_string(ad), > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_getnstrâ: >functions.c:146:32: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 146 | BEG3 r_err(getnstr(a_string(aa)+a_int(ab),a_int(ac))); END >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:146:6: note: in expansion of macro âr_errâ > 146 | BEG3 r_err(getnstr(a_string(aa)+a_int(ab),a_int(ac))); END > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_wgetnstrâ: >functions.c:148:46: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 148 | BEG4 r_err(wgetnstr(a_window(aa),a_string(ab)+a_int(ac),a_int(ad))); END >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:148:6: note: in expansion of macro âr_errâ > 148 | BEG4 r_err(wgetnstr(a_window(aa),a_string(ab)+a_int(ac),a_int(ad))); END > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvgetnstrâ: >functions.c:150:54: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 150 | BEG5 r_err(mvgetnstr(a_int(aa),a_int(ab),a_string(ac)+a_int(ad), > | ^ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:150:6: note: in expansion of macro âr_errâ > 150 | BEG5 r_err(mvgetnstr(a_int(aa),a_int(ab),a_string(ac)+a_int(ad), > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvwgetnstr_nativeâ: >functions.c:153:68: warning: passing argument 2 of âwgetnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 153 | err(mvwgetnstr(a_window(aa),a_int(ab),a_int(ac),a_string(ad)+a_int(ae), > | ^ > >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:153:6: note: in expansion of macro âr_errâ > 153 | BEG6 r_err(mvwgetnstr(a_window(aa),a_int(ab),a_int(ac),a_string(ad)+a_int(ae), > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:855:47: note: expected âchar *â but argument is of type âconst char *â > 855 | extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_instrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:251:6: note: in expansion of macro âr_errâ > 251 | BEG1 r_err(innstr(a_string(aa),string_length(aa))); END > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:251:19: note: in expansion of macro âa_stringâ > 251 | BEG1 r_err(innstr(a_string(aa),string_length(aa))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_winstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:253:6: note: in expansion of macro âr_errâ > 253 | BEG2 r_err(winnstr(a_window(aa),a_string(ab),string_length(ab))); END > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:253:33: note: in expansion of macro âa_stringâ > 253 | BEG2 r_err(winnstr(a_window(aa),a_string(ab),string_length(ab))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvinstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:255:6: note: in expansion of macro âr_errâ > 255 | BEG3 r_err(mvinnstr(a_int(aa),a_int(ab),a_string(ac),string_length(ac))); END > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:255:41: note: in expansion of macro âa_stringâ > 255 | BEG3 r_err(mvinnstr(a_int(aa),a_int(ab),a_string(ac),string_length(ac))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvwinstrâ: >/usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 265 | #define String_val(x) ((const char *) Bp_val(x)) >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:257:6: note: in expansion of macro âr_errâ > 257 | BEG4 r_err(mvwinnstr(a_window(aa),a_int(ab),a_int(ac), > | ^~~~~ >ml_curses.c:61:21: note: in expansion of macro âString_valâ > 61 | #define a_string(a) String_val(a) > | ^~~~~~~~~~ >functions.c:258:3: note: in expansion of macro âa_stringâ > 258 | a_string(ad),string_length(ad))); END > | ^~~~~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_innstrâ: >functions.c:260:31: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 260 | BEG3 r_err(innstr(a_string(aa)+a_int(ab),a_int(ac))); END > | ^ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:260:6: note: in expansion of macro âr_errâ > 260 | BEG3 r_err(innstr(a_string(aa)+a_int(ab),a_int(ac))); END > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_winnstrâ: >functions.c:262:45: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 262 | BEG4 r_err(winnstr(a_window(aa),a_string(ab)+a_int(ac),a_int(ad))); END >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:262:6: note: in expansion of macro âr_errâ > 262 | BEG4 r_err(winnstr(a_window(aa),a_string(ab)+a_int(ac),a_int(ad))); END > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvinnstrâ: >functions.c:264:53: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 264 | BEG5 r_err(mvinnstr(a_int(aa),a_int(ab),a_string(ac)+a_int(ad),a_int(ae))); END > | ^ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:264:6: note: in expansion of macro âr_errâ > 264 | BEG5 r_err(mvinnstr(a_int(aa),a_int(ab),a_string(ac)+a_int(ad),a_int(ae))); END > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >In file included from ml_curses.c:3: >functions.c: In function âmlcurses_mvwinnstr_nativeâ: >functions.c:267:15: warning: passing argument 2 of âwinnstrâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 267 | a_string(ad)+a_int(ae),a_int(af))); END > | ^ >/usr/lib64/ocaml/caml/memory.h:476:29: note: in definition of macro âCAMLreturnTâ > 476 | type caml__temp_result = (result); \ > | ^~~~~~ >ml_curses.c:30:18: note: in expansion of macro âCAMLreturnâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:362:21: note: in expansion of macro âVal_intâ > 362 | #define Val_bool(x) Val_int((x) != 0) > | ^~~~~~~ >ml_curses.c:30:29: note: in expansion of macro âVal_boolâ > 30 | #define r_err(f) CAMLreturn(Val_bool((f)!=ERR)) > | ^~~~~~~~ >functions.c:266:6: note: in expansion of macro âr_errâ > 266 | BEG6 r_err(mvwinnstr(a_window(aa),a_int(ab),a_int(ac), > | ^~~~~ >In file included from ml_curses.c:15: >/usr/include/curses.h:861:47: note: expected âchar *â but argument is of type âconst char *â > 861 | extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ > | ^~~~~~ >functions.c: In function âmlcurses_unctrlâ: >functions.c:407:5: warning: initialization discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 407 | ML1(unctrl,string,chtype) > | ^~~~~~ >ml_curses.c:50:15: note: in definition of macro âr_stringâ > 50 | { char *ret=f; \ > | ^ >functions.c:407:1: note: in expansion of macro âML1â > 407 | ML1(unctrl,string,chtype) > | ^~~ >functions.c: In function âmlcurses_keynameâ: >functions.c:408:5: warning: initialization discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 408 | ML1(keyname,string,int) > | ^~~~~~~ >ml_curses.c:50:15: note: in definition of macro âr_stringâ > 50 | { char *ret=f; \ > | ^ >functions.c:408:1: note: in expansion of macro âML1â > 408 | ML1(keyname,string,int) > | ^~~ >In file included from ml_curses.c:1: >functions.c: In function âmlcurses_getsyxâ: >/usr/lib64/ocaml/caml/mlvalues.h:75:37: warning: âxâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 75 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) > | ^ >In file included from ml_curses.c:176: >functions.c:295:10: note: âxâ was declared here > 295 | BEG0 int x,y; getsyx(y,x); r_int_int(x,y); END > | ^ >In file included from ml_curses.c:1: >/usr/lib64/ocaml/caml/mlvalues.h:75:37: warning: âyâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 75 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) > | ^ >In file included from ml_curses.c:176: >functions.c:295:12: note: âyâ was declared here > 295 | BEG0 int x,y; getsyx(y,x); r_int_int(x,y); END > | ^ >make: *** No rule to make target '/usr/lib/ocaml/gsl/gsl.cmxa', needed by 'orpie.opt'. Stop. > * ERROR: sci-calculators/orpie-1.5.2-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sci-calculators/orpie-1.5.2-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sci-calculators/orpie-1.5.2-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/sci-calculators:orpie-1.5.2-r1:20201211-174101.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/temp/environment'. > * Working directory: '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2' > * S: '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 759499
:
677959
|
677962
|
677965
|
677968
|
677971
| 677974 |
677977