Changes between Initial Version and Version 2 of Ticket #41352


Ignore:
Timestamp:
Jan 11, 2014, 10:31:29 AM (10 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41352

    • Property Owner changed from macports-tickets@… to cedstrom@…
    • Property Port ta-lib added
    • Property Summary changed from [ta-lib] [0.4.0] [falis to build with message: configure failure: command execution failed] to ta-lib @ 0.4.0 build failure
  • Ticket #41352 – Description

    initial v2  
    22Error: org.macports.configure for port ta-lib returned: configure failure: command execution failed
    33
    4 Error file in attachment.
     4The actual error is:
     5
     6{{{
     7make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_finance_ta-lib/ta-lib/work/ta-lib/src/tools/gen_code'
     8/usr/bin/clang -DHAVE_CONFIG_H -I. -I../../../include  -I../../ta_common -I/opt/local/include  -pipe -Os -arch x86_64 -MT gen_code-gen_code.o -MD -MP -MF .deps/gen_code-gen_code.Tpo -c -o gen_code-gen_code.o `test -f 'gen_code.c' || echo './'`gen_code.c
     9gen_code.c:3456:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
     10   fprintf( out, prefix );
     11                 ^~~~~~
     12gen_code.c:3456:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
     13   fprintf( out, prefix );
     14                 ^~~~~~
     151 warning generated.
     161 warning generated.
     17mv -f .deps/gen_code-gen_code.Tpo .deps/gen_code-gen_code.Po
     18mv -f .deps/gen_code-gen_code.Tpo .deps/gen_code-gen_code.Po
     19mv: rename .deps/gen_code-gen_code.Tpo to .deps/gen_code-gen_code.Po: No such file or directory
     20make[3]: *** [gen_code-gen_code.o] Error 1
     21}}}
     22
     23Full log attached.