Opened 4 years ago

Closed 4 years ago

#59588 closed defect (duplicate)

mariadb-10.2-server@10.2.27 Error: Failed to build mariadb-10.2: command execution failed

Reported by: jessen1989 (David Jessen) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: michaelld (Michael Dickens)
Port: mariadb-10.2-server

Description

Having trouble building mariadb-10.2-server see the attached file

Attachments (2)

snippet_of_mainlog.text (1.8 KB) - added by jessen1989 (David Jessen) 4 years ago.
The error message in the terminal referred to the ../mariadb-10.2/main.log, but since the file size of that are about 4,6 mb i have taken the bottom text of the log and pasted it in the attached file.
log.tar.gz (136.6 KB) - added by jessen1989 (David Jessen) 4 years ago.
log

Download all attachments as: .zip

Change History (6)

Changed 4 years ago by jessen1989 (David Jessen)

Attachment: snippet_of_mainlog.text added

The error message in the terminal referred to the ../mariadb-10.2/main.log, but since the file size of that are about 4,6 mb i have taken the bottom text of the log and pasted it in the attached file.

comment:1 Changed 4 years ago by michaelld (Michael Dickens)

If you use "gzip" to compress the log, it'll be a reasonable size. This log doesn't show enough info to be useful.

comment:2 Changed 4 years ago by jessen1989 (David Jessen)

Here you go.

Changed 4 years ago by jessen1989 (David Jessen)

Attachment: log.tar.gz added

log

comment:3 Changed 4 years ago by michaelld (Michael Dickens)

OK; here are some of the errors:

:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_mariadb-10.2/mariadb-10.2/work/server-10.2/storage/connect/libdoc.cpp:8:
:info:build In file included from /opt/local/include/libxml2/libxml/parser.h:810:
:info:build In file included from /opt/local/include/libxml2/libxml/encoding.h:31:
:info:build In file included from /opt/local/include/unicode/ucnv.h:53:
:info:build In file included from /opt/local/include/libxml2/unicode/uenum.h:23:
:info:build /opt/local/include/libxml2/unicode/localpointer.h:71:51: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
:info:build     static void* U_EXPORT2 operator new(size_t) = delete;
:info:build                                                   ^
:info:build /opt/local/include/libxml2/unicode/localpointer.h:72:53: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
:info:build     static void* U_EXPORT2 operator new[](size_t) = delete;
:info:build                                                     ^
:info:build /opt/local/include/libxml2/unicode/localpointer.h:74:58: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
:info:build     static void* U_EXPORT2 operator new(size_t, void*) = delete;
:info:build                                                          ^

comment:4 Changed 4 years ago by michaelld (Michael Dickens)

Resolution: duplicate
Status: newclosed

Duplicate of #59505

Note: See TracTickets for help on using tickets.