Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1469576 Details for
Bug 1606904
tse3: FTBFS in Fedora rawhide
[?]
New
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.rh83 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
Mohan Boddu
on 2018-07-20 22:12:36 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 22:12:36 UTC
Size:
32.00 KB
patch
obsolete
>& ln -s "../libtse3cmd.la" "libtse3cmd.la" ) >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/cmd' >Making all in plt >make[4]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/plt' >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o OSS.lo OSS.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c OSS.cpp -fPIC -DPIC -o .libs/OSS.o >OSS.cpp:573:11: warning: 'FILE* {anonymous}::findFileInPaths(std::__cxx11::string&, std::__cxx11::string&)' defined but not used [-Wunused-function] > FILE *findFileInPaths(std::string &leaf, std::string &path) > ^~~~~~~~~~~~~~~ >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Factory_Unix.lo Factory_Unix.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Factory_Unix.cpp -fPIC -DPIC -o .libs/Factory_Unix.o >Factory_Unix.cpp: In function 'TSE3::MidiScheduler* {anonymous}::createAlsa()': >Factory_Unix.cpp:188:18: warning: catching polymorphic type 'class TSE3::Error' by value [-Wcatch-value=] > catch (TSE3::Error) > ^~~~~ >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Alsa-0.9.lo Alsa-0.9.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Alsa-0.9.cpp -fPIC -DPIC -o .libs/Alsa-0.9.o >Alsa-0.9.cpp:28: warning: "_GNU_SOURCE" redefined > #define _GNU_SOURCE > ><command-line>: note: this is the location of the previous definition >In file included from Alsa-0.9.cpp:33: >/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. [-Wcpp] > #warning This header is deprecated, use <alsa/asoundlib.h> instead. > ^~~~~~~ >Alsa-0.9.cpp: In member function 'void TSE3::Plt::AlsaImpl::tx(TSE3::MidiCommand, int, long int, long int)': >Alsa-0.9.cpp:286:44: warning: narrowing conversion of 'sec' from 'long int' to 'unsigned int' inside { } is ill-formed in C++11 [-Wnarrowing] > snd_seq_real_time_t time = { sec, nsec }; > ^ >Alsa-0.9.cpp:286:44: warning: narrowing conversion of 'nsec' from 'long int' to 'unsigned int' inside { } is ill-formed in C++11 [-Wnarrowing] >Alsa-0.9.cpp:292:13: warning: this statement may fall through [-Wimplicit-fallthrough=] > if (mc.data2) > ^~ >Alsa-0.9.cpp:299:9: note: here > case MidiCommand_NoteOff: > ^~~~ >/bin/sh ../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libtse3plt.la OSS.lo Factory_Unix.lo Alsa-0.9.lo -lasound >libtool: link: ar cru .libs/libtse3plt.a .libs/OSS.o .libs/Factory_Unix.o .libs/Alsa-0.9.o >libtool: link: ranlib .libs/libtse3plt.a >libtool: link: ( cd ".libs" && rm -f "libtse3plt.la" && ln -s "../libtse3plt.la" "libtse3plt.la" ) >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/plt' >Making all in app >make[4]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/app' >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Application.lo Application.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Application.cpp -fPIC -DPIC -o .libs/Application.o >In file included from ../../../src/tse3/Transport.h:24, > from Application.cpp:22: >../../../src/tse3/MidiMapper.h:65:13: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] > const int map(int fromPort) const; > ^~~~~ >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Choices.lo Choices.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Choices.cpp -fPIC -DPIC -o .libs/Choices.o >In file included from ../../../src/tse3/Transport.h:24, > from Choices.cpp:29: >../../../src/tse3/MidiMapper.h:65:13: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] > const int map(int fromPort) const; > ^~~~~ >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Modified.lo Modified.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Modified.cpp -fPIC -DPIC -o .libs/Modified.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o PartSelection.lo PartSelection.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c PartSelection.cpp -fPIC -DPIC -o .libs/PartSelection.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o PartDisplay.lo PartDisplay.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c PartDisplay.cpp -fPIC -DPIC -o .libs/PartDisplay.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Record.lo Record.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Record.cpp -fPIC -DPIC -o .libs/Record.o >In file included from ../../../src/tse3/Transport.h:24, > from Record.cpp:20: >../../../src/tse3/MidiMapper.h:65:13: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] > const int map(int fromPort) const; > ^~~~~ >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o TrackSelection.lo TrackSelection.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c TrackSelection.cpp -fPIC -DPIC -o .libs/TrackSelection.o >/bin/sh ../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libtse3app.la Application.lo Choices.lo Modified.lo PartSelection.lo PartDisplay.lo Record.lo TrackSelection.lo >libtool: link: ar cru .libs/libtse3app.a .libs/Application.o .libs/Choices.o .libs/Modified.o .libs/PartSelection.o .libs/PartDisplay.o .libs/Record.o .libs/TrackSelection.o >libtool: link: ranlib .libs/libtse3app.a >libtool: link: ( cd ".libs" && rm -f "libtse3app.la" && ln -s "../libtse3app.la" "libtse3app.la" ) >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/app' >Making all in ins >make[4]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/ins' >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Destination.lo Destination.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Destination.cpp -fPIC -DPIC -o .libs/Destination.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Instrument.lo Instrument.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Instrument.cpp -fPIC -DPIC -o .libs/Instrument.o >Instrument.cpp:145:2: warning: #warning is a GCC extension > #warning This is not implemented > ^~~~~~~ >Instrument.cpp:145:2: warning: #warning This is not implemented [-Wcpp] >/bin/sh ../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libtse3ins.la Destination.lo Instrument.lo >libtool: link: ar cru .libs/libtse3ins.a .libs/Destination.o .libs/Instrument.o >libtool: link: ranlib .libs/libtse3ins.a >libtool: link: ( cd ".libs" && rm -f "libtse3ins.la" && ln -s "../libtse3ins.la" "libtse3ins.la" ) >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/ins' >Making all in listen >make[4]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen' >Making all in app >make[5]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen/app' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen/app' >Making all in cmd >make[5]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen/cmd' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen/cmd' >Making all in ins >make[5]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen/ins' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen/ins' >make[5]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen' >make[5]: Nothing to be done for 'all-am'. >make[5]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen' >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/listen' >Making all in file >make[4]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/file' >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o DisplayParams.lo DisplayParams.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c DisplayParams.cpp -fPIC -DPIC -o .libs/DisplayParams.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o FlagTrack.lo FlagTrack.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c FlagTrack.cpp -fPIC -DPIC -o .libs/FlagTrack.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o KeySigTrack.lo KeySigTrack.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c KeySigTrack.cpp -fPIC -DPIC -o .libs/KeySigTrack.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o MidiFilter.lo MidiFilter.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c MidiFilter.cpp -fPIC -DPIC -o .libs/MidiFilter.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o MidiParams.lo MidiParams.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c MidiParams.cpp -fPIC -DPIC -o .libs/MidiParams.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Part.lo Part.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Part.cpp -fPIC -DPIC -o .libs/Part.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o PhraseList.lo PhraseList.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c PhraseList.cpp -fPIC -DPIC -o .libs/PhraseList.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Song.lo Song.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Song.cpp -fPIC -DPIC -o .libs/Song.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o TempoTrack.lo TempoTrack.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c TempoTrack.cpp -fPIC -DPIC -o .libs/TempoTrack.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o TimeSigTrack.lo TimeSigTrack.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c TimeSigTrack.cpp -fPIC -DPIC -o .libs/TimeSigTrack.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Track.lo Track.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Track.cpp -fPIC -DPIC -o .libs/Track.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o Write.lo Write.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c Write.cpp -fPIC -DPIC -o .libs/Write.o >/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o XML.lo XML.cpp >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c XML.cpp -fPIC -DPIC -o .libs/XML.o >/bin/sh ../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libtse3file.la DisplayParams.lo FlagTrack.lo KeySigTrack.lo MidiFilter.lo MidiParams.lo Part.lo PhraseList.lo Song.lo TempoTrack.lo TimeSigTrack.lo Track.lo Write.lo XML.lo >libtool: link: ar cru .libs/libtse3file.a .libs/DisplayParams.o .libs/FlagTrack.o .libs/KeySigTrack.o .libs/MidiFilter.o .libs/MidiParams.o .libs/Part.o .libs/PhraseList.o .libs/Song.o .libs/TempoTrack.o .libs/TimeSigTrack.o .libs/Track.o .libs/Write.o .libs/XML.o >libtool: link: ranlib .libs/libtse3file.a >libtool: link: ( cd ".libs" && rm -f "libtse3file.la" && ln -s "../libtse3file.la" "libtse3file.la" ) >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3/file' >make[4]: Entering directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3' >g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection -W -Wall -ansi -pedantic -c -o test.o test.cpp >In file included from ../../src/tse3/Transport.h:24, > from test.cpp:24: >../../src/tse3/MidiMapper.h:65:13: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] > const int map(int fromPort) const; > ^~~~~ >make[4]: *** No rule to make target '../../src/tse3/libtse3.la', needed by 'test'. Stop. >make[4]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3' >make[3]: *** [Makefile:675: all-recursive] Error 1 >make[3]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src/tse3' >make[2]: *** [Makefile:363: all-recursive] Error 1 >make[2]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1/src' >make[1]: *** [Makefile:470: all-recursive] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/tse3-0.3.1' >make: *** [Makefile:381: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.XvyQ4Y (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.XvyQ4Y (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/tse3.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 1606904
: 1469576 |
1469577
|
1469578