Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1978411 Details for
Bug 2225997
maildir-utils: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 18:32:27 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 18:32:27 UTC
Size:
32.00 KB
patch
obsolete
>-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c mu-command-parser.cc -fPIC -DPIC -o .libs/mu-command-parser.o >make[3]: Leaving directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >In file included from mu-command-parser.hh:30, > from mu-command-parser.cc:20: >../../lib/utils/mu-error.hh:35:26: error: 'uint32_t' does not name a type > 35 | static constexpr uint32_t SoftError = 1 << 23; > | ^~~~~~~~ >../../lib/utils/mu-error.hh:26:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? > 25 | #include "mu-util.h" > +++ |+#include <cstdint> > 26 | #include <glib.h> >../../lib/utils/mu-error.hh:40:14: warning: elaborated-type-specifier for a scoped enum must not use the 'struct' keyword > 40 | enum struct Code: uint32_t { > | ~~~~ ^~~~~~ > | ------ >../../lib/utils/mu-error.hh:40:21: error: use of enum 'Code' without previous declaration > 40 | enum struct Code: uint32_t { > | ^~~~ >../../lib/utils/mu-error.hh:40:27: error: 'uint32_t' was not declared in this scope > 40 | enum struct Code: uint32_t { > | ^~~~~~~~ >../../lib/utils/mu-error.hh:40:27: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../../lib/utils/mu-error.hh:40:36: error: default member initializer for unnamed bit-field > 40 | enum struct Code: uint32_t { > | ^ >../../lib/utils/mu-error.hh:71:19: error: expected ')' before 'codearg' > 71 | Error(Code codearg, const std::string& msgarg) : code_{codearg}, what_{msgarg} {} > | ~ ^~~~~~~~ > | ) >../../lib/utils/mu-error.hh:71:72: error: expected unqualified-id before ',' token > 71 | Error(Code codearg, const std::string& msgarg) : code_{codearg}, what_{msgarg} {} > | ^ >../../lib/utils/mu-error.hh:71:88: error: expected unqualified-id before '{' token > 71 | Error(Code codearg, const std::string& msgarg) : code_{codearg}, what_{msgarg} {} > | ^ >../../lib/utils/mu-error.hh:72:19: error: expected ')' before 'codearg' > 72 | Error(Code codearg, std::string&& msgarg) : code_{codearg}, what_{std::move(msgarg)} {} > | ~ ^~~~~~~~ > | ) >../../lib/utils/mu-error.hh:72:67: error: expected unqualified-id before ',' token > 72 | Error(Code codearg, std::string&& msgarg) : code_{codearg}, what_{std::move(msgarg)} {} > | ^ >../../lib/utils/mu-error.hh:72:94: error: expected unqualified-id before '{' token > 72 | Error(Code codearg, std::string&& msgarg) : code_{codearg}, what_{std::move(msgarg)} {} > | ^ >../../lib/utils/mu-error.hh:83:57: error: expected ')' before 'codearg' > 83 | __attribute__((format(printf, 3, 0))) Error(Code codearg, const char* frm, ...) > | ~ ^~~~~~~~ > | ) >../../lib/utils/mu-error.hh:85:9: error: expected unqualified-id before '{' token > 85 | { > | ^ >../../lib/utils/mu-error.hh:106:19: error: expected ')' before 'codearg' > 106 | Error(Code codearg, GError** err, const char* frm, ...) > | ~ ^~~~~~~~ > | ) >../../lib/utils/mu-error.hh:108:9: error: expected unqualified-id before '{' token > 108 | { > | ^ >../../lib/utils/mu-error.hh:140:9: error: 'Code' does not name a type > 140 | Code code() const noexcept { return code_; } > | ^~~~ >../../lib/utils/mu-error.hh:152:19: error: 'uint8_t' does not name a type > 152 | constexpr uint8_t exit_code() const { > | ^~~~~~~ >../../lib/utils/mu-error.hh:152:19: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../../lib/utils/mu-error.hh:168:15: error: 'Code' does not name a type > 168 | const Code code_; > | ^~~~ >../../lib/utils/mu-error.hh: In member function 'constexpr bool Mu::Error::is_soft_error() const': >../../lib/utils/mu-error.hh:149:37: error: 'uint32_t' does not name a type > 149 | return (static_cast<uint32_t>(code_) & SoftError) != 0; > | ^~~~~~~~ >../../lib/utils/mu-error.hh:149:37: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../../lib/utils/mu-error.hh:149:47: error: 'code_' was not declared in this scope; did you mean 'mode_t'? > 149 | return (static_cast<uint32_t>(code_) & SoftError) != 0; > | ^~~~~ > | mode_t >../../lib/utils/mu-error.hh:149:56: error: 'SoftError' was not declared in this scope; did you mean 'ferror'? > 149 | return (static_cast<uint32_t>(code_) & SoftError) != 0; > | ^~~~~~~~~ > | ferror >../../lib/utils/mu-error.hh: In member function 'void Mu::Error::fill_g_error(GError**) const': >../../lib/utils/mu-error.hh:163:68: error: 'code_' was not declared in this scope; did you mean 'mode_t'? > 163 | g_set_error(err, MU_ERROR_DOMAIN, static_cast<int>(code_), > | ^~~~~ > | mode_t >In file included from mu-command-parser.hh:31: >../../lib/utils/mu-sexp.hh: In static member function 'static Mu::Sexp Mu::Sexp::make_symbol(std::string&&)': >../../lib/utils/mu-sexp.hh:86:44: error: 'Code' is not a member of 'Mu::Error' > 86 | throw Error(Error::Code::InvalidArgument, > | ^~~~ >../../lib/utils/mu-sexp.hh: In member function 'const std::string& Mu::Sexp::value() const': >../../lib/utils/mu-sexp.hh:118:44: error: 'Code' is not a member of 'Mu::Error' > 118 | throw Error(Error::Code::InvalidArgument, "no value for list"); > | ^~~~ >../../lib/utils/mu-sexp.hh:120:44: error: 'Code' is not a member of 'Mu::Error' > 120 | throw Error{Error::Code::InvalidArgument, "no value for empty"}; > | ^~~~ >../../lib/utils/mu-sexp.hh:120:44: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:120:36: error: expected primary-expression before '{' token > 120 | throw Error{Error::Code::InvalidArgument, "no value for empty"}; > | ^ >../../lib/utils/mu-sexp.hh: In member function 'const Mu::Sexp::Seq& Mu::Sexp::list() const': >../../lib/utils/mu-sexp.hh:131:44: error: 'Code' is not a member of 'Mu::Error' > 131 | throw Error(Error::Code::InvalidArgument, "not a list"); > | ^~~~ >../../lib/utils/mu-sexp.hh: In member function 'Mu::Sexp::List& Mu::Sexp::List::add_prop(std::string&&, Mu::Sexp&&)': >../../lib/utils/mu-sexp.hh:197:52: error: 'Code' is not a member of 'Mu::Error' > 197 | throw Error{Error::Code::InvalidArgument, > | ^~~~ >../../lib/utils/mu-sexp.hh:197:52: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:197:44: error: expected primary-expression before '{' token > 197 | throw Error{Error::Code::InvalidArgument, > | ^ >../../lib/utils/mu-sexp.hh: In member function 'void Mu::Sexp::List::remove_prop(const std::string&)': >../../lib/utils/mu-sexp.hh:214:52: error: 'Code' is not a member of 'Mu::Error' > 214 | throw Error{Error::Code::InvalidArgument, > | ^~~~ >../../lib/utils/mu-sexp.hh:214:52: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:214:44: error: expected primary-expression before '{' token > 214 | throw Error{Error::Code::InvalidArgument, > | ^ >../../lib/utils/mu-sexp.hh: In constructor 'Mu::Sexp::Sexp(Type, std::string&&)': >../../lib/utils/mu-sexp.hh:356:44: error: 'Code' is not a member of 'Mu::Error' > 356 | throw Error{Error::Code::InvalidArgument, "cannot be a list type"}; > | ^~~~ >../../lib/utils/mu-sexp.hh:356:44: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:356:36: error: expected primary-expression before '{' token > 356 | throw Error{Error::Code::InvalidArgument, "cannot be a list type"}; > | ^ >../../lib/utils/mu-sexp.hh:358:44: error: 'Code' is not a member of 'Mu::Error' > 358 | throw Error{Error::Code::InvalidArgument, "cannot be an empty type"}; > | ^~~~ >../../lib/utils/mu-sexp.hh:358:44: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:358:36: error: expected primary-expression before '{' token > 358 | throw Error{Error::Code::InvalidArgument, "cannot be an empty type"}; > | ^ >../../lib/utils/mu-sexp.hh: In constructor 'Mu::Sexp::Sexp(Type, Seq&&)': >../../lib/utils/mu-sexp.hh:362:44: error: 'Code' is not a member of 'Mu::Error' > 362 | throw Error{Error::Code::InvalidArgument, "must be a list type"}; > | ^~~~ >../../lib/utils/mu-sexp.hh:362:44: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:362:36: error: expected primary-expression before '{' token > 362 | throw Error{Error::Code::InvalidArgument, "must be a list type"}; > | ^ >../../lib/utils/mu-sexp.hh:364:44: error: 'Code' is not a member of 'Mu::Error' > 364 | throw Error{Error::Code::InvalidArgument, "cannot be an empty type"}; > | ^~~~ >../../lib/utils/mu-sexp.hh:364:44: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-sexp.hh:364:36: error: expected primary-expression before '{' token > 364 | throw Error{Error::Code::InvalidArgument, "cannot be an empty type"}; > | ^ >mu-command-parser.cc: In function 'void Mu::Command::invoke(const CommandMap&, const Mu::Sexp&)': >mu-command-parser.cc:34:40: error: 'Code' is not a member of 'Mu::Error' > 34 | throw Mu::Error{Error::Code::Command, > | ^~~~ >mu-command-parser.cc:34:40: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >mu-command-parser.cc:34:32: error: expected primary-expression before '{' token > 34 | throw Mu::Error{Error::Code::Command, > | ^ >mu-command-parser.cc:42:40: error: 'Code' is not a member of 'Mu::Error' > 42 | throw Mu::Error{Error::Code::Command, > | ^~~~ >mu-command-parser.cc:42:40: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >mu-command-parser.cc:42:32: error: expected primary-expression before '{' token > 42 | throw Mu::Error{Error::Code::Command, > | ^ >mu-command-parser.cc:67:56: error: 'Code' is not a member of 'Mu::Error' > 67 | throw Mu::Error{Error::Code::Command, > | ^~~~ >mu-command-parser.cc:67:56: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >mu-command-parser.cc:67:48: error: expected primary-expression before '{' token > 67 | throw Mu::Error{Error::Code::Command, > | ^ >mu-command-parser.cc:77:48: error: 'Code' is not a member of 'Mu::Error' > 77 | throw Mu::Error{Error::Code::Command, > | ^~~~ >mu-command-parser.cc:77:48: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >mu-command-parser.cc:77:40: error: expected primary-expression before '{' token > 77 | throw Mu::Error{Error::Code::Command, > | ^ >mu-command-parser.cc:90:48: error: 'Code' is not a member of 'Mu::Error' > 90 | throw Mu::Error{Error::Code::Command, > | ^~~~ >mu-command-parser.cc:90:48: error: no matching function for call to 'Mu::Error::Error(<brace-enclosed initializer list>)' >../../lib/utils/mu-error.hh:93:9: note: candidate: 'Mu::Error::Error(const Mu::Error&)' > 93 | Error(const Error& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:93:9: note: conversion of argument 1 would be ill-formed: >../../lib/utils/mu-error.hh:92:9: note: candidate: 'Mu::Error::Error(Mu::Error&&)' > 92 | Error(Error&& rhs) = default; > | ^~~~~ >../../lib/utils/mu-error.hh:92:9: note: conversion of argument 1 would be ill-formed: >mu-command-parser.cc:90:40: error: expected primary-expression before '{' token > 90 | throw Mu::Error{Error::Code::Command, > | ^ >mu-command-parser.cc: In function 'std::vector<Mu::Sexp>::const_iterator find_param_node(const Mu::Command::Parameters&, const std::string&)': >mu-command-parser.cc:104:36: error: 'Code' is not a member of 'Mu::Error' > 104 | throw Error(Error::Code::InvalidArgument, "params must not be empty"); > | ^~~~ >mu-command-parser.cc:107:36: error: 'Code' is not a member of 'Mu::Error' > 107 | throw Error(Error::Code::InvalidArgument, > | ^~~~ >mu-command-parser.cc: In function 'Mu::Error wrong_type(Mu::Sexp::Type, Mu::Sexp::Type)': >mu-command-parser.cc:123:29: error: 'Code' is not a member of 'Mu::Error' > 123 | return Error(Error::Code::InvalidArgument, > | ^~~~ >make[3]: *** [Makefile:582: mu-command-parser.lo] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[3]: Entering directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >/bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c -o mu-logger.lo mu-logger.cc >libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c mu-logger.cc -fPIC -DPIC -o .libs/mu-logger.o >make[3]: Leaving directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >make[3]: Entering directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >/bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c -o mu-sexp.lo mu-sexp.cc >libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c mu-sexp.cc -fPIC -DPIC -o .libs/mu-sexp.o >make[3]: Leaving directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >make[3]: Entering directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >/bin/sh ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c -o mu-utils.lo mu-utils.cc >libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -pthread -I../../lib -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fcommon -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-inline -c mu-utils.cc -fPIC -DPIC -o .libs/mu-utils.o >make[3]: Leaving directory '/builddir/build/BUILD/mu-1.8.11/lib/utils' >make[2]: *** [Makefile:698: all-recursive] Error 1 >make[1]: *** [Makefile:578: all-recursive] Error 1 >make: *** [Makefile:488: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.pzP0A8 (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.pzP0A8 (%build) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M b3702654fc154ee39ab30d47a4ce0e5b -D /var/lib/mock/f39-build-44304208-5275447/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.taj9_q1b:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/maildir-utils.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M b3702654fc154ee39ab30d47a4ce0e5b -D /var/lib/mock/f39-build-44304208-5275447/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.taj9_q1b:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/maildir-utils.spec >
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 2225997
: 1978411 |
1978412
|
1978413