Advertisement
Guest User

Untitled

a guest
Dec 6th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 129.55 KB | None | 0 0
  1. ../../../src/tl/tl/tlUnitTest.h:310:41: warning: passing ‘ext::GerberMetaData::Position’ chooses ‘int’ over ‘unsigned int’ [-Wsign-promo]
  2. ../../../src/tl/tl/tlUnitTest.h:310:41: warning: in call to ‘std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]’ [-Wsign-promo]
  3. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/ext/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/ext/ext -I../../../src/tl/tl -I../../../src/laybasic/laybasic -I../../../src/db/db -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../ext/ext -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../laybasic/laybasic -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../lay/lay -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/. -I../../../src/ext/unit_tests -I. -o extLEFDEFImport.o ../../../src/ext/unit_tests/extLEFDEFImport.cc
  4. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/ext/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/ext/ext -I../../../src/tl/tl -I../../../src/laybasic/laybasic -I../../../src/db/db -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../ext/ext -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../laybasic/laybasic -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../lay/lay -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/. -I../../../src/ext/unit_tests -I. -o extNetTracer.o ../../../src/ext/unit_tests/extNetTracer.cc
  5. In file included from /usr/include/qt4/QtGui/qtextcursor.h:47:0,
  6. from /usr/include/qt4/QtGui/qtextedit.h:48,
  7. from /usr/include/qt4/QtGui/qtextbrowser.h:45,
  8. from /usr/include/qt4/QtGui/QTextBrowser:1,
  9. from /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../ext/ext/ui_NetTracerDialog.h:27,
  10. from ../../../src/ext/ext/extNetTracerDialog.h:28,
  11. from ../../../src/ext/unit_tests/extNetTracer.cc:26:
  12. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextFormat::setLayoutDirection(Qt::LayoutDirection)’:
  13. /usr/include/qt4/QtGui/qtextformat.h:339:62: warning: passing ‘Qt::LayoutDirection’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  14. { setProperty(QTextFormat::LayoutDirection, direction); }
  15. ^
  16. /usr/include/qt4/QtGui/qtextformat.h:339:62: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  17. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextCharFormat::setFontCapitalization(QFont::Capitalization)’:
  18. /usr/include/qt4/QtGui/qtextformat.h:420:53: warning: passing ‘QFont::Capitalization’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  19. { setProperty(FontCapitalization, capitalization); }
  20. ^
  21. /usr/include/qt4/QtGui/qtextformat.h:420:53: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  22. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextCharFormat::setFontUnderline(bool)’:
  23. /usr/include/qt4/QtGui/qtextformat.h:433:80: warning: passing ‘QTextCharFormat::UnderlineStyle’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  24. { setProperty(TextUnderlineStyle, underline ? SingleUnderline : NoUnderline); }
  25. ^
  26. /usr/include/qt4/QtGui/qtextformat.h:433:80: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  27. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextCharFormat::setFontStyleHint(QFont::StyleHint, QFont::StyleStrategy)’:
  28. /usr/include/qt4/QtGui/qtextformat.h:457:38: warning: passing ‘QFont::StyleHint’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  29. { setProperty(FontStyleHint, hint); setProperty(FontStyleStrategy, strategy); }
  30. ^
  31. /usr/include/qt4/QtGui/qtextformat.h:457:38: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  32. /usr/include/qt4/QtGui/qtextformat.h:457:80: warning: passing ‘QFont::StyleStrategy’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  33. { setProperty(FontStyleHint, hint); setProperty(FontStyleStrategy, strategy); }
  34. ^
  35. /usr/include/qt4/QtGui/qtextformat.h:457:80: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  36. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextCharFormat::setFontStyleStrategy(QFont::StyleStrategy)’:
  37. /usr/include/qt4/QtGui/qtextformat.h:459:46: warning: passing ‘QFont::StyleStrategy’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  38. { setProperty(FontStyleStrategy, strategy); }
  39. ^
  40. /usr/include/qt4/QtGui/qtextformat.h:459:46: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  41. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextCharFormat::setFontHintingPreference(QFont::HintingPreference)’:
  42. /usr/include/qt4/QtGui/qtextformat.h:467:61: warning: passing ‘QFont::HintingPreference’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  43. setProperty(FontHintingPreference, hintingPreference);
  44. ^
  45. /usr/include/qt4/QtGui/qtextformat.h:467:61: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  46. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextCharFormat::setVerticalAlignment(QTextCharFormat::VerticalAlignment)’:
  47. /usr/include/qt4/QtGui/qtextformat.h:485:51: warning: passing ‘QTextCharFormat::VerticalAlignment’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  48. { setProperty(TextVerticalAlignment, alignment); }
  49. ^
  50. /usr/include/qt4/QtGui/qtextformat.h:485:51: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  51. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextListFormat::setStyle(QTextListFormat::Style)’:
  52. /usr/include/qt4/QtGui/qtextformat.h:683:32: warning: passing ‘QTextListFormat::Style’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  53. { setProperty(ListStyle, astyle); }
  54. ^
  55. /usr/include/qt4/QtGui/qtextformat.h:683:32: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  56. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextFrameFormat::setPosition(QTextFrameFormat::Position)’:
  57. /usr/include/qt4/QtGui/qtextformat.h:757:30: warning: passing ‘QTextFrameFormat::Position’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  58. { setProperty(CssFloat, f); }
  59. ^
  60. /usr/include/qt4/QtGui/qtextformat.h:757:30: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  61. /usr/include/qt4/QtGui/qtextformat.h: In member function ‘void QTextFrameFormat::setBorderStyle(QTextFrameFormat::BorderStyle)’:
  62. /usr/include/qt4/QtGui/qtextformat.h:771:42: warning: passing ‘QTextFrameFormat::BorderStyle’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  63. { setProperty(FrameBorderStyle, style); }
  64. ^
  65. /usr/include/qt4/QtGui/qtextformat.h:771:42: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  66. In file included from /usr/include/qt4/QtGui/QTableWidget:1:0,
  67. from /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../ext/ext/ui_NetTracerTechComponentEditor.h:23,
  68. from ../../../src/ext/ext/extNetTracerIO.h:28,
  69. from ../../../src/ext/unit_tests/extNetTracer.cc:27:
  70. /usr/include/qt4/QtGui/qtablewidget.h: In member function ‘void QTableWidgetItem::setCheckState(Qt::CheckState)’:
  71. /usr/include/qt4/QtGui/qtablewidget.h:163:44: warning: passing ‘Qt::CheckState’ chooses ‘int’ over ‘uint {aka unsigned int}’ [-Wsign-promo]
  72. { setData(Qt::CheckStateRole, state); }
  73. ^
  74. /usr/include/qt4/QtGui/qtablewidget.h:163:44: warning: in call to ‘QVariant::QVariant(int)’ [-Wsign-promo]
  75. rm -f libext_tests.so.0.25.0 libext_tests.so libext_tests.so.0 libext_tests.so.0.25
  76. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,libext_tests.so.0 -o libext_tests.so.0.25.0 extGerberImport.o extLEFDEFImport.o extNetTracer.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../.. -lklayout_ext -lklayout_laybasic -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lay -lQtTest -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  77. ln -s libext_tests.so.0.25.0 libext_tests.so
  78. ln -s libext_tests.so.0.25.0 libext_tests.so.0
  79. ln -s libext_tests.so.0.25.0 libext_tests.so.0.25
  80. rm -f ../../ext/libext_tests.so.0.25.0
  81. rm -f ../../ext/libext_tests.so
  82. rm -f ../../ext/libext_tests.so.0
  83. rm -f ../../ext/libext_tests.so.0.25
  84. mv -f libext_tests.so.0.25.0 libext_tests.so libext_tests.so.0 libext_tests.so.0.25 ../../ext/
  85. cp -f ../../ext/libext_tests.so.0.25.0 /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests/../../ext_tests.ut
  86. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests'
  87. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext'
  88. cd lib/ && make -f Makefile
  89. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib'
  90. cd lib/ && make -f Makefile
  91. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib'
  92. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libForceLink.o ../../../src/lib/lib/libForceLink.cc
  93. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasic.o ../../../src/lib/lib/libBasic.cc
  94. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicArc.o ../../../src/lib/lib/libBasicArc.cc
  95. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicCircle.o ../../../src/lib/lib/libBasicCircle.cc
  96. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicDonut.o ../../../src/lib/lib/libBasicDonut.cc
  97. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicEllipse.o ../../../src/lib/lib/libBasicEllipse.cc
  98. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicPie.o ../../../src/lib/lib/libBasicPie.cc
  99. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicRoundPath.o ../../../src/lib/lib/libBasicRoundPath.cc
  100. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicRoundPolygon.o ../../../src/lib/lib/libBasicRoundPolygon.cc
  101. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicStrokedPolygon.o ../../../src/lib/lib/libBasicStrokedPolygon.cc
  102. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o libBasicText.o ../../../src/lib/lib/libBasicText.cc
  103. /usr/lib/qt4/bin/rcc -name libResources ../../../src/lib/lib/libResources.qrc -o qrc_libResources.cpp
  104. RCC: Warning: No resources in '../../../src/lib/lib/libResources.qrc'.
  105. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_LIB_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/lib -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/gsi/gsi -I../../../src/db/db -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/. -I../../../src/lib/lib -I. -o qrc_libResources.o qrc_libResources.cpp
  106. rm -f libklayout_lib.so.0.25.0 libklayout_lib.so libklayout_lib.so.0 libklayout_lib.so.0.25
  107. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,libklayout_lib.so.0 -o libklayout_lib.so.0.25.0 libForceLink.o libBasic.o libBasicArc.o libBasicCircle.o libBasicDonut.o libBasicEllipse.o libBasicPie.o libBasicRoundPath.o libBasicRoundPolygon.o libBasicStrokedPolygon.o libBasicText.o qrc_libResources.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib/../.. -lklayout_gsi -lklayout_tl -lklayout_db -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  108. ln -s libklayout_lib.so.0.25.0 libklayout_lib.so
  109. ln -s libklayout_lib.so.0.25.0 libklayout_lib.so.0
  110. ln -s libklayout_lib.so.0.25.0 libklayout_lib.so.0.25
  111. rm -f ../../../build-release/libklayout_lib.so.0.25.0
  112. rm -f ../../../build-release/libklayout_lib.so
  113. rm -f ../../../build-release/libklayout_lib.so.0
  114. rm -f ../../../build-release/libklayout_lib.so.0.25
  115. mv -f libklayout_lib.so.0.25.0 libklayout_lib.so libklayout_lib.so.0 libklayout_lib.so.0.25 ../../../build-release/
  116. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib'
  117. cd unit_tests/ && make -f Makefile
  118. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests'
  119. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/lib/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/lib/lib -I../../../src/tl/tl -I../../../src/db/db -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests/. -I../../../src/lib/unit_tests -I. -o libBasicTests.o ../../../src/lib/unit_tests/libBasicTests.cc
  120. In file included from ../../../src/lib/unit_tests/libBasicTests.cc:24:0:
  121. ../../../src/lib/unit_tests/libBasicTests.cc: In member function ‘virtual void {anonymous}::TestImpl1::execute(tl::TestBase*)’:
  122. ../../../src/tl/tl/tlUnitTest.h:503:47: warning: unused parameter ‘_this’ [-Wunused-parameter]
  123. void TestImpl##NAME::execute (tl::TestBase *_this) throw (tl::Exception)
  124. ^
  125. ../../../src/lib/unit_tests/libBasicTests.cc:26:1: note: in expansion of macro ‘TEST’
  126. TEST(1)
  127. ^~~~
  128. rm -f liblib_tests.so.0.25.0 liblib_tests.so liblib_tests.so.0 liblib_tests.so.0.25
  129. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,liblib_tests.so.0 -o liblib_tests.so.0.25.0 libBasicTests.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests/../.. -lklayout_lib -lklayout_db -lklayout_tl -lklayout_gsi -lQtTest -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  130. ln -s liblib_tests.so.0.25.0 liblib_tests.so
  131. ln -s liblib_tests.so.0.25.0 liblib_tests.so.0
  132. ln -s liblib_tests.so.0.25.0 liblib_tests.so.0.25
  133. rm -f ../../lib/liblib_tests.so.0.25.0
  134. rm -f ../../lib/liblib_tests.so
  135. rm -f ../../lib/liblib_tests.so.0
  136. rm -f ../../lib/liblib_tests.so.0.25
  137. mv -f liblib_tests.so.0.25.0 liblib_tests.so liblib_tests.so.0 liblib_tests.so.0.25 ../../lib/
  138. cp -f ../../lib/liblib_tests.so.0.25.0 /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests/../../lib_tests.ut
  139. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests'
  140. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib'
  141. cd plugins/ && make -f Makefile
  142. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/plugins'
  143. make[1]: Nothing to be done for 'first'.
  144. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/plugins'
  145. cd drc/ && make -f Makefile
  146. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc'
  147. cd drc/ && make -f Makefile
  148. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc'
  149. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_DRC_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/drc/drc -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/db/db -I../../../src/gsi/gsi -I../../../src/lym/lym -I../../../src/rdb/rdb -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc/. -I../../../src/drc/drc -I. -o drcForceLink.o ../../../src/drc/drc/drcForceLink.cc
  150. /usr/lib/qt4/bin/rcc -name drcResources ../../../src/drc/drc/drcResources.qrc -o qrc_drcResources.cpp
  151. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_DRC_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/drc/drc -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../src/tl/tl -I../../../src/db/db -I../../../src/gsi/gsi -I../../../src/lym/lym -I../../../src/rdb/rdb -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc/. -I../../../src/drc/drc -I. -o qrc_drcResources.o qrc_drcResources.cpp
  152. rm -f libklayout_drc.so.0.25.0 libklayout_drc.so libklayout_drc.so.0 libklayout_drc.so.0.25
  153. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,libklayout_drc.so.0 -o libklayout_drc.so.0.25.0 drcForceLink.o qrc_drcResources.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc/../.. -lklayout_tl -lklayout_db -lklayout_gsi -lklayout_lym -lklayout_rdb -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  154. ln -s libklayout_drc.so.0.25.0 libklayout_drc.so
  155. ln -s libklayout_drc.so.0.25.0 libklayout_drc.so.0
  156. ln -s libklayout_drc.so.0.25.0 libklayout_drc.so.0.25
  157. rm -f ../../../build-release/libklayout_drc.so.0.25.0
  158. rm -f ../../../build-release/libklayout_drc.so
  159. rm -f ../../../build-release/libklayout_drc.so.0
  160. rm -f ../../../build-release/libklayout_drc.so.0.25
  161. mv -f libklayout_drc.so.0.25.0 libklayout_drc.so libklayout_drc.so.0 libklayout_drc.so.0.25 ../../../build-release/
  162. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc'
  163. cd unit_tests/ && make -f Makefile
  164. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests'
  165. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/drc/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/drc/drc -I../../../src/tl/tl -I../../../src/rdb/rdb -I../../../src/db/db -I../../../src/gsi/gsi -I../../../src/lym/lym -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests/. -I../../../src/drc/unit_tests -I. -o drcBasicTests.o ../../../src/drc/unit_tests/drcBasicTests.cc
  166. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/drc/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/drc/drc -I../../../src/tl/tl -I../../../src/rdb/rdb -I../../../src/db/db -I../../../src/gsi/gsi -I../../../src/lym/lym -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests/. -I../../../src/drc/unit_tests -I. -o drcSimpleTests.o ../../../src/drc/unit_tests/drcSimpleTests.cc
  167. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/drc/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/drc/drc -I../../../src/tl/tl -I../../../src/rdb/rdb -I../../../src/db/db -I../../../src/gsi/gsi -I../../../src/lym/lym -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests/. -I../../../src/drc/unit_tests -I. -o drcSuiteTests.o ../../../src/drc/unit_tests/drcSuiteTests.cc
  168. rm -f libdrc_tests.so.0.25.0 libdrc_tests.so libdrc_tests.so.0 libdrc_tests.so.0.25
  169. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,libdrc_tests.so.0 -o libdrc_tests.so.0.25.0 drcBasicTests.o drcSimpleTests.o drcSuiteTests.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests/../.. -lklayout_drc -lklayout_rdb -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lym -lQtTest -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  170. ln -s libdrc_tests.so.0.25.0 libdrc_tests.so
  171. ln -s libdrc_tests.so.0.25.0 libdrc_tests.so.0
  172. ln -s libdrc_tests.so.0.25.0 libdrc_tests.so.0.25
  173. rm -f ../../drc/libdrc_tests.so.0.25.0
  174. rm -f ../../drc/libdrc_tests.so
  175. rm -f ../../drc/libdrc_tests.so.0
  176. rm -f ../../drc/libdrc_tests.so.0.25
  177. mv -f libdrc_tests.so.0.25.0 libdrc_tests.so libdrc_tests.so.0 libdrc_tests.so.0.25 ../../drc/
  178. cp -f ../../drc/libdrc_tests.so.0.25.0 /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests/../../drc_tests.ut
  179. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests'
  180. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc'
  181. cd klayout_main/ && make -f Makefile
  182. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main'
  183. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../src/klayout_main -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../src/tl/tl -I../../src/gsi/gsi -I../../src/db/db -I../../src/rdb/rdb -I../../src/lym/lym -I../../src/laybasic/laybasic -I../../src/lay/lay -I../../src/ant/ant -I../../src/img/img -I../../src/edt/edt -I../../src/ext/ext -I../../src/lib/lib -I../../src/rba/rba -I../../src/pya/pya -I../../src/version -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main/../laybasic -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main/../lay -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main/../ext -I../../src/gsiqt -I../../src/drc/drc -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main/. -I../../src/klayout_main -I. -o klayout.o ../../src/klayout_main/klayout.cc
  184. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../build-release/klayout klayout.o -L/usr/lib /usr/lib/libpython3.6m.so /usr/lib/libruby.so.2.4.2 -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main/.. -lklayout_tl -lklayout_gsi -lklayout_db -lklayout_rdb -lklayout_lym -lklayout_laybasic -lklayout_lay -lklayout_ant -lklayout_img -lklayout_edt -lklayout_ext -lklayout_lib -lklayout_gsiqt -lklayout_rba -lklayout_pya -lklayout_drc -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  185. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main'
  186. cd unit_tests/ && make -f Makefile
  187. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests'
  188. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../src/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../src/tl/tl -I../../src/gsi/gsi -I../../src/db/db -I../../src/rdb/rdb -I../../src/lym/lym -I../../src/laybasic/laybasic -I../../src/lay/lay -I../../src/ant/ant -I../../src/img/img -I../../src/edt/edt -I../../src/ext/ext -I../../src/lib/lib -I../../src/rba/rba -I../../src/pya/pya -I../../src/version -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/../laybasic -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/../lay -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/../ext -I../../src/gsiqt -I../../src/drc/drc -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/. -I../../src/unit_tests -I. -o unit_test_main.o ../../src/unit_tests/unit_test_main.cc
  189. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../src/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../src/tl/tl -I../../src/gsi/gsi -I../../src/db/db -I../../src/rdb/rdb -I../../src/lym/lym -I../../src/laybasic/laybasic -I../../src/lay/lay -I../../src/ant/ant -I../../src/img/img -I../../src/edt/edt -I../../src/ext/ext -I../../src/lib/lib -I../../src/rba/rba -I../../src/pya/pya -I../../src/version -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/../laybasic -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/../lay -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/../ext -I../../src/gsiqt -I../../src/drc/drc -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/. -I../../src/unit_tests -I. -o utTestConsole.o ../../src/unit_tests/utTestConsole.cc
  190. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../build-release/ut_runner unit_test_main.o utTestConsole.o -L/usr/lib /usr/lib/libpython3.6m.so /usr/lib/libruby.so.2.4.2 -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests/.. -lklayout_tl -lklayout_gsi -lklayout_db -lklayout_rdb -lklayout_lym -lklayout_laybasic -lklayout_lay -lklayout_ant -lklayout_img -lklayout_edt -lklayout_ext -lklayout_lib -lklayout_gsiqt -lklayout_rba -lklayout_pya -lklayout_drc -ldl -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  191. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests'
  192. cd buddies/ && make -f Makefile
  193. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies'
  194. cd src/ && make -f Makefile
  195. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src'
  196. cd bd/ && make -f Makefile
  197. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd'
  198. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o bdInit.o ../../../../src/buddies/src/bd/bdInit.cc
  199. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o bdReaderOptions.o ../../../../src/buddies/src/bd/bdReaderOptions.cc
  200. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o bdWriterOptions.o ../../../../src/buddies/src/bd/bdWriterOptions.cc
  201. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o bdConverterMain.o ../../../../src/buddies/src/bd/bdConverterMain.cc
  202. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strm2cif.o ../../../../src/buddies/src/bd/strm2cif.cc
  203. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strm2gds.o ../../../../src/buddies/src/bd/strm2gds.cc
  204. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strm2oas.o ../../../../src/buddies/src/bd/strm2oas.cc
  205. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strmclip.o ../../../../src/buddies/src/bd/strmclip.cc
  206. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strm2dxf.o ../../../../src/buddies/src/bd/strm2dxf.cc
  207. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strm2gdstxt.o ../../../../src/buddies/src/bd/strm2gdstxt.cc
  208. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strm2txt.o ../../../../src/buddies/src/bd/strm2txt.cc
  209. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strmcmp.o ../../../../src/buddies/src/bd/strmcmp.cc
  210. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strmxor.o ../../../../src/buddies/src/bd/strmxor.cc
  211. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DMAKE_BD_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/bd -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/version -I../../../../src/db/db -I../../../../src/lib/lib -I../../../../src/rdb/rdb -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/. -I../../../../src/buddies/src/bd -I. -o strmrun.o ../../../../src/buddies/src/bd/strmrun.cc
  212. rm -f libklayout_bd.so.0.25.0 libklayout_bd.so libklayout_bd.so.0 libklayout_bd.so.0.25
  213. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,libklayout_bd.so.0 -o libklayout_bd.so.0.25.0 bdInit.o bdReaderOptions.o bdWriterOptions.o bdConverterMain.o strm2cif.o strm2gds.o strm2oas.o strmclip.o strm2dxf.o strm2gdstxt.o strm2txt.o strmcmp.o strmxor.o strmrun.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd/../../.. -lklayout_tl -lklayout_db -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  214. ln -s libklayout_bd.so.0.25.0 libklayout_bd.so
  215. ln -s libklayout_bd.so.0.25.0 libklayout_bd.so.0
  216. ln -s libklayout_bd.so.0.25.0 libklayout_bd.so.0.25
  217. rm -f ../../../../build-release/libklayout_bd.so.0.25.0
  218. rm -f ../../../../build-release/libklayout_bd.so
  219. rm -f ../../../../build-release/libklayout_bd.so.0
  220. rm -f ../../../../build-release/libklayout_bd.so.0.25
  221. mv -f libklayout_bd.so.0.25.0 libklayout_bd.so libklayout_bd.so.0 libklayout_bd.so.0.25 ../../../../build-release/
  222. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd'
  223. cd strm2cif/ && make -f Makefile
  224. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2cif'
  225. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strm2cif -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strm2cif -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2cif/. -I../../../../src/buddies/src/strm2cif -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  226. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strm2cif main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2cif/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  227. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2cif'
  228. cd strm2dxf/ && make -f Makefile
  229. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2dxf'
  230. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strm2dxf -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strm2dxf -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2dxf/. -I../../../../src/buddies/src/strm2dxf -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  231. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strm2dxf main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2dxf/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  232. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2dxf'
  233. cd strm2gds/ && make -f Makefile
  234. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gds'
  235. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strm2gds -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strm2gds -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gds/. -I../../../../src/buddies/src/strm2gds -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  236. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strm2gds main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gds/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  237. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gds'
  238. cd strm2gdstxt/ && make -f Makefile
  239. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gdstxt'
  240. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strm2gdstxt -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strm2gdstxt -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gdstxt/. -I../../../../src/buddies/src/strm2gdstxt -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  241. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strm2gdstxt main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gdstxt/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  242. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gdstxt'
  243. cd strm2oas/ && make -f Makefile
  244. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2oas'
  245. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strm2oas -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strm2oas -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2oas/. -I../../../../src/buddies/src/strm2oas -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  246. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strm2oas main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2oas/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  247. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2oas'
  248. cd strm2txt/ && make -f Makefile
  249. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2txt'
  250. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strm2txt -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strm2txt -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2txt/. -I../../../../src/buddies/src/strm2txt -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  251. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strm2txt main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2txt/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  252. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2txt'
  253. cd strmclip/ && make -f Makefile
  254. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmclip'
  255. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strmclip -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strmclip -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmclip/. -I../../../../src/buddies/src/strmclip -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  256. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strmclip main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmclip/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  257. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmclip'
  258. cd strmcmp/ && make -f Makefile
  259. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmcmp'
  260. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strmcmp -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strmcmp -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmcmp/. -I../../../../src/buddies/src/strmcmp -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  261. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strmcmp main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmcmp/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  262. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmcmp'
  263. cd strmxor/ && make -f Makefile
  264. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmxor'
  265. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strmxor -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strmxor -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmxor/. -I../../../../src/buddies/src/strmxor -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  266. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strmxor main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmxor/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  267. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmxor'
  268. cd strmrun/ && make -f Makefile
  269. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmrun'
  270. g++ -c -pipe -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DBD_TARGET=strmrun -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../../src/buddies/src/strmrun -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../../../../src/buddies/src/bd -I../../../../src/tl/tl -I../../../../src/gsi/gsi -I../../../../src/rba/rba -I../../../../src/pya/pya -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmrun/. -I../../../../src/buddies/src/strmrun -I. -o main.o ../../../../src/buddies/src/bd/main.cc
  271. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o ../../../../build-release/strmrun main.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmrun/../../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_lib -lklayout_rdb -lklayout_rba -lklayout_pya -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  272. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmrun'
  273. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src'
  274. cd unit_tests/ && make -f Makefile
  275. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests'
  276. g++ -c -pipe -fvisibility=hidden -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/buddies/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/buddies/src/bd -I../../../src/db/db -I../../../src/tl/tl -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/. -I../../../src/buddies/unit_tests -I. -o bdBasicTests.o ../../../src/buddies/unit_tests/bdBasicTests.cc
  277. ../../../src/buddies/unit_tests/bdBasicTests.cc: In member function ‘virtual void {anonymous}::TestImpl1::execute(tl::TestBase*)’:
  278. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  279. };
  280. ^
  281. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  282. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  283. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  284. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  285. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  286. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  287. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  288. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  289. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  290. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  291. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  292. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  293. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  294. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  295. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  296. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  297. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  298. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  299. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  300. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  301. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  302. ../../../src/buddies/unit_tests/bdBasicTests.cc:65:18: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  303. g++ -c -pipe -fvisibility=hidden -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/buddies/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/buddies/src/bd -I../../../src/db/db -I../../../src/tl/tl -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/. -I../../../src/buddies/unit_tests -I. -o bdConverterTests.o ../../../src/buddies/unit_tests/bdConverterTests.cc
  304. g++ -c -pipe -fvisibility=hidden -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/buddies/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/buddies/src/bd -I../../../src/db/db -I../../../src/tl/tl -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/. -I../../../src/buddies/unit_tests -I. -o bdStrm2txtTests.o ../../../src/buddies/unit_tests/bdStrm2txtTests.cc
  305. g++ -c -pipe -fvisibility=hidden -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/buddies/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/buddies/src/bd -I../../../src/db/db -I../../../src/tl/tl -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/. -I../../../src/buddies/unit_tests -I. -o bdStrmclipTests.o ../../../src/buddies/unit_tests/bdStrmclipTests.cc
  306. g++ -c -pipe -fvisibility=hidden -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/buddies/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/buddies/src/bd -I../../../src/db/db -I../../../src/tl/tl -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/. -I../../../src/buddies/unit_tests -I. -o bdStrmcmpTests.o ../../../src/buddies/unit_tests/bdStrmcmpTests.cc
  307. g++ -c -pipe -fvisibility=hidden -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -pedantic -Woverloaded-virtual -Wsign-promo -Wsynth -Wno-deprecated -Wno-long-long -Wno-strict-aliasing -Wno-deprecated-declarations -fPIC -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DHAVE_QTBINDINGS -DHAVE_PYTHON -DHAVE_RUBY -DHAVE_RUBY_VERSION_CODE=20402 -DKLAYOUT_VERSION=0.25 -DKLAYOUT_VERSION_REV=7ab5133 -DKLAYOUT_VERSION_DATE=2017-12-06 -DKLAYOUT_MAJOR_VERSION=0 -DKLAYOUT_MINOR_VERSION=25 -DKLAYOUT_TINY_VERSION=0 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../../../src/buddies/unit_tests -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I../../../src/buddies/src/bd -I../../../src/db/db -I../../../src/tl/tl -I../../../src/gsi/gsi -I/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/. -I../../../src/buddies/unit_tests -I. -o bdStrmxorTests.o ../../../src/buddies/unit_tests/bdStrmxorTests.cc
  308. rm -f libbd_tests.so.0.25.0 libbd_tests.so libbd_tests.so.0 libbd_tests.so.0.25
  309. g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -shared -Wl,-soname,libbd_tests.so.0 -o libbd_tests.so.0.25.0 bdBasicTests.o bdConverterTests.o bdStrm2txtTests.o bdStrmclipTests.o bdStrmcmpTests.o bdStrmxorTests.o -L/usr/lib -L/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/../.. -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lQtTest -lQtScript -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore -lQtDesigner -lpthread
  310. ln -s libbd_tests.so.0.25.0 libbd_tests.so
  311. ln -s libbd_tests.so.0.25.0 libbd_tests.so.0
  312. ln -s libbd_tests.so.0.25.0 libbd_tests.so.0.25
  313. rm -f ../../buddies/libbd_tests.so.0.25.0
  314. rm -f ../../buddies/libbd_tests.so
  315. rm -f ../../buddies/libbd_tests.so.0
  316. rm -f ../../buddies/libbd_tests.so.0.25
  317. mv -f libbd_tests.so.0.25.0 libbd_tests.so libbd_tests.so.0 libbd_tests.so.0.25 ../../buddies/
  318. cp -f ../../buddies/libbd_tests.so.0.25.0 /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests/../../bd_tests.ut
  319. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests'
  320. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies'
  321.  
  322. Installing binaries ..
  323. cd tl/ && make -f Makefile install
  324. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/tl'
  325. cd tl/ && make -f Makefile install
  326. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/tl/tl'
  327. install -m 755 -p "../../../build-release/libklayout_tl.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_tl.so.0.25.0"
  328. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_tl.so.0.25.0"
  329. ln -f -s "libklayout_tl.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_tl.so"
  330. ln -f -s "libklayout_tl.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_tl.so.0"
  331. ln -f -s "libklayout_tl.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_tl.so.0.25"
  332. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/tl/tl'
  333. cd unit_tests/ && make -f Makefile install
  334. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/tl/unit_tests'
  335. make[2]: Nothing to be done for 'install'.
  336. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/tl/unit_tests'
  337. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/tl'
  338. cd gsi/ && make -f Makefile install
  339. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsi'
  340. cd gsi/ && make -f Makefile install
  341. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsi/gsi'
  342. install -m 755 -p "../../../build-release/libklayout_gsi.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsi.so.0.25.0"
  343. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsi.so.0.25.0"
  344. ln -f -s "libklayout_gsi.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsi.so"
  345. ln -f -s "libklayout_gsi.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsi.so.0"
  346. ln -f -s "libklayout_gsi.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsi.so.0.25"
  347. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsi/gsi'
  348. cd unit_tests/ && make -f Makefile install
  349. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsi/unit_tests'
  350. make[2]: Nothing to be done for 'install'.
  351. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsi/unit_tests'
  352. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsi'
  353. cd db/ && make -f Makefile install
  354. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/db'
  355. cd db/ && make -f Makefile install
  356. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/db/db'
  357. install -m 755 -p "../../../build-release/libklayout_db.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_db.so.0.25.0"
  358. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_db.so.0.25.0"
  359. ln -f -s "libklayout_db.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_db.so"
  360. ln -f -s "libklayout_db.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_db.so.0"
  361. ln -f -s "libklayout_db.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_db.so.0.25"
  362. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/db/db'
  363. cd unit_tests/ && make -f Makefile install
  364. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/db/unit_tests'
  365. make[2]: Nothing to be done for 'install'.
  366. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/db/unit_tests'
  367. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/db'
  368. cd rdb/ && make -f Makefile install
  369. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rdb'
  370. cd rdb/ && make -f Makefile install
  371. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rdb/rdb'
  372. install -m 755 -p "../../../build-release/libklayout_rdb.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rdb.so.0.25.0"
  373. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rdb.so.0.25.0"
  374. ln -f -s "libklayout_rdb.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rdb.so"
  375. ln -f -s "libklayout_rdb.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rdb.so.0"
  376. ln -f -s "libklayout_rdb.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rdb.so.0.25"
  377. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rdb/rdb'
  378. cd unit_tests/ && make -f Makefile install
  379. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rdb/unit_tests'
  380. make[2]: Nothing to be done for 'install'.
  381. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rdb/unit_tests'
  382. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rdb'
  383. cd gsiqt/ && make -f Makefile install
  384. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsiqt'
  385. install -m 755 -p "../../build-release/libklayout_gsiqt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsiqt.so.0.25.0"
  386. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsiqt.so.0.25.0"
  387. ln -f -s "libklayout_gsiqt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsiqt.so"
  388. ln -f -s "libklayout_gsiqt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsiqt.so.0"
  389. ln -f -s "libklayout_gsiqt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_gsiqt.so.0.25"
  390. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/gsiqt'
  391. cd laybasic/ && make -f Makefile install
  392. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/laybasic'
  393. cd laybasic/ && make -f Makefile install
  394. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/laybasic/laybasic'
  395. install -m 755 -p "../../../build-release/libklayout_laybasic.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_laybasic.so.0.25.0"
  396. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_laybasic.so.0.25.0"
  397. ln -f -s "libklayout_laybasic.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_laybasic.so"
  398. ln -f -s "libklayout_laybasic.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_laybasic.so.0"
  399. ln -f -s "libklayout_laybasic.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_laybasic.so.0.25"
  400. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/laybasic/laybasic'
  401. cd unit_tests/ && make -f Makefile install
  402. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/laybasic/unit_tests'
  403. make[2]: Nothing to be done for 'install'.
  404. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/laybasic/unit_tests'
  405. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/laybasic'
  406. cd ant/ && make -f Makefile install
  407. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ant'
  408. cd ant/ && make -f Makefile install
  409. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ant/ant'
  410. install -m 755 -p "../../../build-release/libklayout_ant.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ant.so.0.25.0"
  411. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ant.so.0.25.0"
  412. ln -f -s "libklayout_ant.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ant.so"
  413. ln -f -s "libklayout_ant.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ant.so.0"
  414. ln -f -s "libklayout_ant.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ant.so.0.25"
  415. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ant/ant'
  416. cd unit_tests/ && make -f Makefile install
  417. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ant/unit_tests'
  418. make[2]: Nothing to be done for 'install'.
  419. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ant/unit_tests'
  420. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ant'
  421. cd img/ && make -f Makefile install
  422. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/img'
  423. cd img/ && make -f Makefile install
  424. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/img/img'
  425. install -m 755 -p "../../../build-release/libklayout_img.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_img.so.0.25.0"
  426. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_img.so.0.25.0"
  427. ln -f -s "libklayout_img.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_img.so"
  428. ln -f -s "libklayout_img.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_img.so.0"
  429. ln -f -s "libklayout_img.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_img.so.0.25"
  430. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/img/img'
  431. cd unit_tests/ && make -f Makefile install
  432. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/img/unit_tests'
  433. make[2]: Nothing to be done for 'install'.
  434. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/img/unit_tests'
  435. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/img'
  436. cd edt/ && make -f Makefile install
  437. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/edt'
  438. cd edt/ && make -f Makefile install
  439. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/edt/edt'
  440. install -m 755 -p "../../../build-release/libklayout_edt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_edt.so.0.25.0"
  441. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_edt.so.0.25.0"
  442. ln -f -s "libklayout_edt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_edt.so"
  443. ln -f -s "libklayout_edt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_edt.so.0"
  444. ln -f -s "libklayout_edt.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_edt.so.0.25"
  445. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/edt/edt'
  446. cd unit_tests/ && make -f Makefile install
  447. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/edt/unit_tests'
  448. make[2]: Nothing to be done for 'install'.
  449. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/edt/unit_tests'
  450. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/edt'
  451. cd rba/ && make -f Makefile install
  452. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rba'
  453. cd rba/ && make -f Makefile install
  454. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rba/rba'
  455. install -m 755 -p "../../../build-release/libklayout_rba.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rba.so.0.25.0"
  456. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rba.so.0.25.0"
  457. ln -f -s "libklayout_rba.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rba.so"
  458. ln -f -s "libklayout_rba.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rba.so.0"
  459. ln -f -s "libklayout_rba.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_rba.so.0.25"
  460. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rba/rba'
  461. cd unit_tests/ && make -f Makefile install
  462. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rba/unit_tests'
  463. make[2]: Nothing to be done for 'install'.
  464. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rba/unit_tests'
  465. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/rba'
  466. cd pya/ && make -f Makefile install
  467. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/pya'
  468. cd pya/ && make -f Makefile install
  469. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/pya/pya'
  470. install -m 755 -p "../../../build-release/libklayout_pya.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_pya.so.0.25.0"
  471. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_pya.so.0.25.0"
  472. ln -f -s "libklayout_pya.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_pya.so"
  473. ln -f -s "libklayout_pya.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_pya.so.0"
  474. ln -f -s "libklayout_pya.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_pya.so.0.25"
  475. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/pya/pya'
  476. cd unit_tests/ && make -f Makefile install
  477. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/pya/unit_tests'
  478. make[2]: Nothing to be done for 'install'.
  479. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/pya/unit_tests'
  480. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/pya'
  481. cd lym/ && make -f Makefile install
  482. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lym'
  483. cd lym/ && make -f Makefile install
  484. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lym/lym'
  485. install -m 755 -p "../../../build-release/libklayout_lym.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lym.so.0.25.0"
  486. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lym.so.0.25.0"
  487. ln -f -s "libklayout_lym.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lym.so"
  488. ln -f -s "libklayout_lym.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lym.so.0"
  489. ln -f -s "libklayout_lym.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lym.so.0.25"
  490. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lym/lym'
  491. cd unit_tests/ && make -f Makefile install
  492. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lym/unit_tests'
  493. make[2]: Nothing to be done for 'install'.
  494. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lym/unit_tests'
  495. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lym'
  496. cd lay/ && make -f Makefile install
  497. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lay'
  498. cd lay/ && make -f Makefile install
  499. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lay/lay'
  500. install -m 755 -p "../../../build-release/libklayout_lay.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lay.so.0.25.0"
  501. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lay.so.0.25.0"
  502. ln -f -s "libklayout_lay.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lay.so"
  503. ln -f -s "libklayout_lay.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lay.so.0"
  504. ln -f -s "libklayout_lay.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lay.so.0.25"
  505. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lay/lay'
  506. cd unit_tests/ && make -f Makefile install
  507. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lay/unit_tests'
  508. make[2]: Nothing to be done for 'install'.
  509. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lay/unit_tests'
  510. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lay'
  511. cd ext/ && make -f Makefile install
  512. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext'
  513. cd ext/ && make -f Makefile install
  514. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/ext'
  515. install -m 755 -p "../../../build-release/libklayout_ext.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ext.so.0.25.0"
  516. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ext.so.0.25.0"
  517. ln -f -s "libklayout_ext.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ext.so"
  518. ln -f -s "libklayout_ext.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ext.so.0"
  519. ln -f -s "libklayout_ext.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_ext.so.0.25"
  520. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/ext'
  521. cd unit_tests/ && make -f Makefile install
  522. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests'
  523. make[2]: Nothing to be done for 'install'.
  524. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext/unit_tests'
  525. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/ext'
  526. cd lib/ && make -f Makefile install
  527. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib'
  528. cd lib/ && make -f Makefile install
  529. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib'
  530. install -m 755 -p "../../../build-release/libklayout_lib.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lib.so.0.25.0"
  531. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lib.so.0.25.0"
  532. ln -f -s "libklayout_lib.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lib.so"
  533. ln -f -s "libklayout_lib.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lib.so.0"
  534. ln -f -s "libklayout_lib.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_lib.so.0.25"
  535. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/lib'
  536. cd unit_tests/ && make -f Makefile install
  537. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests'
  538. make[2]: Nothing to be done for 'install'.
  539. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib/unit_tests'
  540. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/lib'
  541. cd plugins/ && make -f Makefile install
  542. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/plugins'
  543. make[1]: Nothing to be done for 'install'.
  544. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/plugins'
  545. cd drc/ && make -f Makefile install
  546. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc'
  547. cd drc/ && make -f Makefile install
  548. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc'
  549. install -m 755 -p "../../../build-release/libklayout_drc.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_drc.so.0.25.0"
  550. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_drc.so.0.25.0"
  551. ln -f -s "libklayout_drc.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_drc.so"
  552. ln -f -s "libklayout_drc.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_drc.so.0"
  553. ln -f -s "libklayout_drc.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_drc.so.0.25"
  554. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/drc'
  555. cd unit_tests/ && make -f Makefile install
  556. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests'
  557. make[2]: Nothing to be done for 'install'.
  558. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc/unit_tests'
  559. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/drc'
  560. cd klayout_main/ && make -f Makefile install
  561. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main'
  562. install -m 755 -p "../../build-release/klayout" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/klayout"
  563. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/klayout"
  564. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/klayout_main'
  565. cd unit_tests/ && make -f Makefile install
  566. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests'
  567. make[1]: Nothing to be done for 'install'.
  568. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/unit_tests'
  569. cd buddies/ && make -f Makefile install
  570. make[1]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies'
  571. cd src/ && make -f Makefile install
  572. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src'
  573. cd bd/ && make -f Makefile install
  574. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd'
  575. install -m 755 -p "../../../../build-release/libklayout_bd.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_bd.so.0.25.0"
  576. strip --strip-unneeded "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_bd.so.0.25.0"
  577. ln -f -s "libklayout_bd.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_bd.so"
  578. ln -f -s "libklayout_bd.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_bd.so.0"
  579. ln -f -s "libklayout_bd.so.0.25.0" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/libklayout_bd.so.0.25"
  580. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/bd'
  581. cd strm2cif/ && make -f Makefile install
  582. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2cif'
  583. install -m 755 -p "../../../../build-release/strm2cif" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2cif"
  584. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2cif"
  585. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2cif'
  586. cd strm2dxf/ && make -f Makefile install
  587. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2dxf'
  588. install -m 755 -p "../../../../build-release/strm2dxf" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2dxf"
  589. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2dxf"
  590. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2dxf'
  591. cd strm2gds/ && make -f Makefile install
  592. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gds'
  593. install -m 755 -p "../../../../build-release/strm2gds" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2gds"
  594. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2gds"
  595. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gds'
  596. cd strm2gdstxt/ && make -f Makefile install
  597. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gdstxt'
  598. install -m 755 -p "../../../../build-release/strm2gdstxt" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2gdstxt"
  599. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2gdstxt"
  600. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2gdstxt'
  601. cd strm2oas/ && make -f Makefile install
  602. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2oas'
  603. install -m 755 -p "../../../../build-release/strm2oas" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2oas"
  604. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2oas"
  605. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2oas'
  606. cd strm2txt/ && make -f Makefile install
  607. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2txt'
  608. install -m 755 -p "../../../../build-release/strm2txt" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2txt"
  609. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strm2txt"
  610. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strm2txt'
  611. cd strmclip/ && make -f Makefile install
  612. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmclip'
  613. install -m 755 -p "../../../../build-release/strmclip" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmclip"
  614. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmclip"
  615. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmclip'
  616. cd strmcmp/ && make -f Makefile install
  617. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmcmp'
  618. install -m 755 -p "../../../../build-release/strmcmp" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmcmp"
  619. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmcmp"
  620. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmcmp'
  621. cd strmxor/ && make -f Makefile install
  622. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmxor'
  623. install -m 755 -p "../../../../build-release/strmxor" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmxor"
  624. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmxor"
  625. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmxor'
  626. cd strmrun/ && make -f Makefile install
  627. make[3]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmrun'
  628. install -m 755 -p "../../../../build-release/strmrun" "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmrun"
  629. strip "/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release/strmrun"
  630. make[3]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src/strmrun'
  631. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/src'
  632. cd unit_tests/ && make -f Makefile install
  633. make[2]: Entering directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests'
  634. make[2]: Nothing to be done for 'install'.
  635. make[2]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies/unit_tests'
  636. make[1]: Leaving directory '/home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/build-release/buddies'
  637.  
  638. Build successfully done.
  639. Artefacts were installed to /home/wobbuuu/.cache/pacaur/klayout/src/klayout-0.25/bin-release
  640. ==> Entering fakeroot environment...
  641. ==> Starting package()...
  642. ==> Tidying install...
  643. -> Removing libtool files...
  644. -> Purging unwanted files...
  645. -> Removing static library files...
  646. -> Stripping unneeded symbols from binaries and libraries...
  647. -> Compressing man and info pages...
  648. ==> Checking for packaging issue...
  649. ==> Creating package "klayout"...
  650. -> Generating .PKGINFO file...
  651. -> Generating .BUILDINFO file...
  652. -> Generating .MTREE file...
  653. -> Compressing package...
  654. ==> Leaving fakeroot environment.
  655. ==> Finished making: klayout 0.25-1 (Wed Dec 6 17:45:14 MSK 2017)
  656. ==> Cleaning up...
  657. :: Installing klayout package(s)...
  658. loading packages...
  659. resolving dependencies...
  660. looking for conflicting packages...
  661.  
  662. Packages (1) klayout-0.25-1
  663.  
  664. Total Installed Size: 0.12 MiB
  665.  
  666. :: Proceed with installation? [Y/n]
  667. (1/1) checking keys in keyring [#############################################################################] 100%
  668. (1/1) checking package integrity [#############################################################################] 100%
  669. (1/1) loading package files [#############################################################################] 100%
  670. (1/1) checking for file conflicts [#############################################################################] 100%
  671. (1/1) checking available disk space [#############################################################################] 100%
  672. :: Processing package changes...
  673. (1/1) installing klayout [#############################################################################] 100%
  674. :: Running post-transaction hooks...
  675. (1/3) Updating icon theme caches...
  676. (2/3) Arming ConditionNeedsUpdate...
  677. (3/3) Updating the desktop file MIME type cache...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement