Search Criteria
Package Details: tutka 1.1.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/tutka.git (read-only, click to copy) |
---|---|
Package Base: | tutka |
Description: | A free tracker style MIDI sequencer for GNU/Linux. |
Upstream URL: | http://www.nongnu.org/tutka/ |
Licenses: | GPL |
Submitter: | encelo |
Maintainer: | encelo |
Last Packager: | encelo |
Votes: | 9 |
Popularity: | 0.004925 |
First Submitted: | 2005-04-16 19:25 (UTC) |
Last Updated: | 2021-11-18 18:36 (UTC) |
Dependencies (4)
- alsa-lib
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-tools (make)
Latest Comments
1 2 3 Next › Last »
wallh4x commented on 2024-10-21 16:45 (UTC)
Hi @encelo, having same issue as @hundovir with segfault after compilation. Maybe qt5.patch issue? Thanks
jose1711 commented on 2022-09-16 14:36 (UTC)
Same as @hundovir:
encelo commented on 2022-08-07 16:13 (UTC)
The package that I compiled on the 18th of November runs just fine on my PC. 🤷
hundovir commented on 2022-08-02 07:16 (UTC)
Just tried to install (with yay). Compiled with no problems, but won't run.
"Segmentation fault (core dumped)" returned on command line.
encelo commented on 2021-11-18 18:37 (UTC)
I have updated the
qt5.patch
and it compiles again.bda commented on 2021-11-17 09:54 (UTC)
Hi, it does not compile anymore...
g++ -c -pipe -g -Werror -fsigned-char -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fno-plt -Wall -Wextra -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I.moc -I. -I/usr/lib/qt/mkspecs/linux-g++ -o .obj/moc_sectionlistdialog.o .moc/moc_sectionlistdialog.cpp tracker.cpp: In constructor 'Tracker::Tracker(QWidget)': tracker.cpp:78:34: error: 'QFont::ForceIntegerMetrics' is deprecated [-Werror=deprecated-declarations] 78 | font.setStyleStrategy(QFont::ForceIntegerMetrics); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt/QtGui/qfontinfo.h:44, from /usr/include/qt/QtGui/qpainter.h:58, from /usr/include/qt/QtGui/QPainter:1, from tracker.cpp:23: /usr/include/qt/QtGui/qfont.h:85:9: note: declared here 85 | ForceIntegerMetrics Q_DECL_ENUMERATOR_DEPRECATED = 0x0400, | ^~~~~~~~~~~~~~~~~~~ tracker.cpp:78:34: error: 'QFont::ForceIntegerMetrics' is deprecated [-Werror=deprecated-declarations] 78 | font.setStyleStrategy(QFont::ForceIntegerMetrics); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/qt/QtGui/qfontinfo.h:44, from /usr/include/qt/QtGui/qpainter.h:58, from /usr/include/qt/QtGui/QPainter:1, from tracker.cpp:23: /usr/include/qt/QtGui/qfont.h:85:9: note: declared here 85 | ForceIntegerMetrics Q_DECL_ENUMERATOR_DEPRECATED = 0x0400, | ^~~~~~~~~~~~~~~~~~~ g++ -c -pipe -g -Werror -fsigned-char -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fno-plt -Wall -Wextra -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I.moc -I. -I/usr/lib/qt/mkspecs/linux-g++ -o .obj/moc_spinboxdelegate.o .moc/moc_spinboxdelegate.cpp g++ -c -pipe -g -Werror -fsigned-char -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fno-plt -Wall -Wextra -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I.moc -I. -I/usr/lib/qt/mkspecs/linux-g++ -o .obj/moc_trackvolumewidget.o .moc/moc_trackvolumewidget.cpp g++ -c -pipe -g -Werror -fsigned-char -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fno-plt -Wall -Wextra -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I.moc -I. -I/usr/lib/qt/mkspecs/linux-g++ -o .obj/moc_messagelisttablemodel.o .moc/moc_messagelisttablemodel.cpp g++ -c -pipe -g -Werror -fsigned-char -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fno-plt -Wall -Wextra -Wno-strict-overflow -Wno-sign-compare -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I.moc -I. -I/usr/lib/qt/mkspecs/linux-g++ -o .obj/moc_alsamidiinterface.o .moc/moc_alsamidiinterface.cpp In file included from /usr/include/string.h:519, from /usr/include/qt/QtCore/qarraydata.h:44, from /usr/include/qt/QtCore/qbytearray.h:46, from /usr/include/qt/QtCore/QByteArray:1, from conversion.cpp:22: In function 'char strncpy(char, const char, size_t)', inlined from 'MMD2 songToMMD2(Song)' at conversion.cpp:524:16: /usr/include/bits/string_fortified.h:95:34: error: 'char __builtin_strncpy(char, const char, long unsigned int)' specified bound 40 equals destination size [-Werror=stringop-truncation] 95 | return __builtinstrncpychk (dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'char strncpy(char, const char, size_t)', inlined from 'MMD2 songToMMD2(Song)' at conversion.cpp:553:24: /usr/include/bits/string_fortified.h:95:34: error: 'char __builtin_strncpy(char, const char, long unsigned int)' specified bound 20 equals destination size [-Werror=stringop-truncation] 95 | return __builtinstrncpychk (dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[1]: [Makefile:1481: .obj/conversion.o] Error 1 make[1]: Waiting for unfinished jobs.... mainwindow.cpp: In member function 'virtual void MainWindow::wheelEvent(QWheelEvent)': mainwindow.cpp:298:21: error: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Werror=deprecated-declarations] 298 | if (event->delta() > 0) { | ~~~~~~~~~~~~^~ In file included from /usr/include/qt/QtGui/QKeyEvent:1, from mainwindow.cpp:28: /usr/include/qt/QtGui/qevent.h:219:16: note: declared here 219 | inline int delta() const { return qt4D; } | ^~~~~ mainwindow.cpp:300:28: error: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Werror=deprecated-declarations] 300 | } else if (event->delta() < 0) { | ~~~~~~~~~~~~^~ In file included from /usr/include/qt/QtGui/QKeyEvent:1, from mainwindow.cpp:28: /usr/include/qt/QtGui/qevent.h:219:16: note: declared here 219 | inline int delta() const { return qt4D; } | ^~~~~ cc1plus: all warnings being treated as errors
Mik commented on 2019-09-01 12:22 (UTC)
It works nice now thx
encelo commented on 2019-08-27 10:47 (UTC) (edited on 2019-08-27 10:47 (UTC) by encelo)
Fixed the Qt5 patch, the application should not segfault on startup now.
Mik commented on 2019-08-22 17:18 (UTC)
the coredump:
Mik commented on 2019-08-22 17:01 (UTC)
Hello,
I have just compiled tutka-1.1.3. I get a segfault When I launch it.
This is my kernel:
Linux zik6242 4.19.37-rt19-1-rt-lts #1 SMP PREEMPT RT Mon May 13 20:24:07 CEST 2019 x86_64 GNU/Linux
1 2 3 Next › Last »