Re: [Slackbuilds-users] Anyone interested in taking higan?

2016-09-25 Thread johannes

On , Willy Sudiarto Raharjo wrote:

I submitted it, it was updated on SBo
https://slackbuilds.org/repository/14.2/games/higan/ , but at least
higan.SlackBuild doesn't reflect the changes from git
https://slackbuilds.org/cgit/slackbuilds/commit/?id=79fc90f23


it does reflect changes from git
perhaps a cache issue?


Yes it was, sorry for the noise.

Johannes
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] BUG: gst-plugins-bad building fails with Qt 5.7; workaround CONFIRMED

2016-09-25 Thread Willy Sudiarto Raharjo
> Upon successful rebuild of gst-plugins-bad with soundtouch support, I
> can confirm that sayonara 0.9.2 now runs correctly.

Pushed the updated README in my branch

Thanks


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] BUG: gst-plugins-bad building fails with Qt 5.7; workaround CONFIRMED

2016-09-25 Thread Eduardo Sanchez
Hi,

Upon successful rebuild of gst-plugins-bad with soundtouch support, I
can confirm that sayonara 0.9.2 now runs correctly.

Thanks and best regards,

Eduardo

-- 
Eduardo Sánchez Gauto, Abog., Th.M.
Abogado - Traductor Público Matriculado Inglés - Español
Web: http://sombragris.org - Blog: http://shadow.sombragris.org
TW: @thegreyshadow - FB: /thegreyshadow
Teléfono: (0991) 755-355 - Asunción, Paraguay
==
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] BUG: gst-plugins-bad building fails with Qt 5.7; workaround

2016-09-25 Thread Eduardo Sanchez
Building gst-plugins-bad fails on libqtsink_la-gstqsgtexture.lo in my
system (-current).

The compiler output is actually quite large at the point, but the crux
of the matter seems to be this message:

#  error "Qt requires C++11 support"

Upon some investigation, it looks like the culprit is Qt 5.7, which
requires C+11.

The workaround would be to explictly enable the compiler to use C++11
during compilation. That is achieved by adding "-std=c++11" to
SLKCFLAGS. After that step, gst-plugins-bad builds correctly.

Below is the output of the failed build with the stock SlackBuild.

Thanks


Eduardo

  CXX  libqtsink_la-gstqsgtexture.lo
In file included from /usr/include/qt5/QtCore/qatomic.h:46:0,
 from /usr/include/qt5/QtCore/qglobal.h:1145,
 from /usr/include/qt5/QtQuick/qtquickglobal.h:43,
 from /usr/include/qt5/QtQuick/qsgtexture.h:43,
 from /usr/include/qt5/QtQuick/QSGTexture:1,
 from gstqsgtexture.h:25,
 from gstqsgtexture.cc:29:
/usr/include/qt5/QtCore/qbasicatomic.h:61:4: error: #error "Qt requires
  C++11 support" #  error "Qt requires C++11 support"
^
In file included from /usr/include/qt5/QtCore/QObject:1:0,
 from /usr/include/qt5/QtQuick/qsgtexture.h:44,
 from /usr/include/qt5/QtQuick/QSGTexture:1,
 from gstqsgtexture.h:25,
 from gstqsgtexture.cc:29:
/usr/include/qt5/QtCore/qobject.h:322:9: warning: identifier 'decltype'
  is a keyword in C++11 [-Wc++0x-compat] typedef
  QtPrivate::FunctionPointer SlotType ; ^
In file included from /usr/include/qt5/QtQuick/qtquickglobal.h:43:0,
 from /usr/include/qt5/QtQuick/qsgtexture.h:43,
 from /usr/include/qt5/QtQuick/QSGTexture:1,
 from gstqsgtexture.h:25,
 from gstqsgtexture.cc:29:
/usr/include/qt5/QtCore/qglobal.h:1133:23: error: expected ',' or '...'
  before '&&' token void qAsConst(const T &&) Q_DECL_EQ_DELETE;
   ^
In file included from /usr/include/qt5/QtCore/qatomic.h:46:0,
 from /usr/include/qt5/QtCore/qglobal.h:1145,
 from /usr/include/qt5/QtQuick/qtquickglobal.h:43,
 from /usr/include/qt5/QtQuick/qsgtexture.h:43,
 from /usr/include/qt5/QtQuick/QSGTexture:1,
 from gstqsgtexture.h:25,
 from gstqsgtexture.cc:29:
/usr/include/qt5/QtCore/qbasicatomic.h:90:13: error: 'QAtomicOps' does
  not name a type typedef QAtomicOps Ops;
 ^
In file included from /usr/include/qt5/QtQuick/qtquickglobal.h:43:0,
 from /usr/include/qt5/QtQuick/qsgtexture.h:43,
 from /usr/include/qt5/QtQuick/QSGTexture:1,
 from gstqsgtexture.h:25,
 from gstqsgtexture.cc:29:
/usr/include/qt5/QtCore/qbasicatomic.h:93:23: error:
  'QAtomicOpsSupport' was not declared in this scope
  Q_STATIC_ASSERT_X(QAtomicOpsSupport::IsSupported,
  "template parameter is an integral of a size not supported on this
  platform"); ^ /usr/include/qt5/QtCore/qglobal.h:756:110: note: in
  definition of macro 'Q_STATIC_ASSERT' enum
  {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, __COUNTER__) =
  sizeof(QStaticAssertFailure)}
  ^ /usr/include/qt5/QtCore/qbasicatomic.h:93:5: note: in expansion of
  macro 'Q_STATIC_ASSERT_X'
  Q_STATIC_ASSERT_X(QAtomicOpsSupport::IsSupported,
  "template parameter is an integral of a size not supported on this
  platform"); ^ /usr/include/qt5/QtCore/qbasicatomic.h:93:51: error:
  '::IsSupported' has not been declared
  Q_STATIC_ASSERT_X(QAtomicOpsSupport::IsSupported,
  "template parameter is an integral of a size not supported on this
  platform"); ^ /usr/include/qt5/QtCore/qglobal.h:756:110: note: in
  definition of macro 'Q_STATIC_ASSERT' enum
  {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, __COUNTER__) =
  sizeof(QStaticAssertFailure)}
  ^ /usr/include/qt5/QtCore/qbasicatomic.h:93:5: note: in expansion of
  macro 'Q_STATIC_ASSERT_X'
  Q_STATIC_ASSERT_X(QAtomicOpsSupport::IsSupported,
  "template parameter is an integral of a size not supported on this
  platform"); ^ /usr/include/qt5/QtCore/qglobal.h:756:120: error:
  template argument 1 is invalid enum
  {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, __COUNTER__) =
  sizeof(QStaticAssertFailure)}
  ^ /usr/include/qt5/QtCore/qglobal.h:761:47: note: in expansion of
  macro 'Q_STATIC_ASSERT' #define Q_STATIC_ASSERT_X(Condition, Message)
  Q_STATIC_ASSERT(Condition)
  ^ /usr/include/qt5/QtCore/qbasicatomic.h:93:5: note: in expansion of
  macro 'Q_STATIC_ASSERT_X'
  Q_STATIC_ASSERT_X(QAtomicOpsSupport::IsSupported,
  "template parameter is an integral of a size not supported on this
  platform"); ^ In file included
  from /usr/include/qt5/QtCore/qatomic.h:46:0,
  from /usr/include/qt5/QtCore/qglobal.h:1145,
  from 

[Slackbuilds-users] BUG: sayonara-player 0.9.2 segfaults; complex, untested workaround

2016-09-25 Thread Eduardo Sanchez
Sayonara player 0.9.2 compiles OK but segfaults upon running.

I got exactly the same output as this forum thread at upstream's
website:

https://sayonara-player.com/forum/viewthread.php?tid=277

Apparently, this is what happens: sayonara requires gst-plugins-bad,
*but now* gst-plugins-bad must be compiled with soundtouch support
(which is also on SBO).

Doing this would enable the software to run.

However, I was unable to check this because building gst-plugins-bad
fails in my system (that would be another bug report).

If I manage to get sayonara 0.9.2 to run I will update.

Below is the complete console output after running sayonara 0.9.2.

Thanks and best regards,


Eduardo

[console output follows]

[eduardo:~]$ sayonara
Database Version 10
Warning: No need to update db
 All settings initialized 
Warning: Setting LastFM_login: Cannot convert. Use default value...
Warning: Setting show_tray_icon: Not found. Use default value...
Load Setting show_tray_icon: true
Warning: Setting engine_pitch: Not found. Use default value...
Load Setting engine_pitch: 440
Warning: Setting engine_preserve_pitch: Not found. Use default value...
Load Setting engine_preserve_pitch: false
Warning: Setting engine_speed: Not found. Use default value...
Load Setting engine_speed: 1
Warning: Setting engine_speed_active: Not found. Use default value...
Load Setting engine_speed_active: false
Debug: Init application: 9ms
Debug: Start player: 9ms
Debug: Theme
paths /home/eduardo/.icons, /usr/local/share/icons, /usr/share/icons, 
/usr/share/pixmaps, :/icons,
Debug: Loading playlists... Error: Engine: pitch creation failed
Error: Engine: lamemp3enc creation failed
Error: Engine: sr_lame creation failed

(sayonara:31976): GStreamer-CRITICAL **: gst_object_get_name: assertion
'GST_IS_OBJECT (object)' failed
sayonara(_Z16segfault_handleri+0x12)[0x5a3732] 
/lib64/libpthread.so.0(+0x115b0)[0x7fcd321f95b0]
/lib64/libc.so.6(+0xa075e)[0x7fcd31ec275e]
/usr/lib64/libgstreamer-1.0.so.0(+0x30d87)[0x7fcd35797d87]
/usr/lib64/libgstreamer-1.0.so.0(+0x60f47)[0x7fcd357c7f47]
/usr/lib64/libgstreamer-1.0.so.0(gst_iterator_fold+0x7c)[0x7fcd357c89dc]
/usr/lib64/libgstreamer-1.0.so.0(gst_iterator_find_custom+0x53)[0x7fcd357c8a73]
/usr/lib64/libgstreamer-1.0.so.0(gst_bin_get_by_name+0xa4)[0x7fcd3579e0a4]
sayonara(_ZN18ChangeablePipeline14remove_elementEP11_GstElementS1_S1_+0x35)[0x73d3b5]
sayonara(_ZN16PlaybackPipeline24_sl_speed_active_changedEv+0x9d)[0x737c5d]
sayonara(_ZN16PlaybackPipeline4initE8GstState+0x29f)[0x737f2f]
sayonara(_ZN14PlaybackEngine4initEv+0x48)[0x735d98]
sayonara(_ZN13EngineHandler10get_engineE10EngineName+0x23c)[0x7325cc]
sayonara(_ZN13EngineHandler13switch_engineE10EngineName+0xe)[0x7326ae]
sayonara(_ZN13EngineHandlerC2EP7QObject+0x4bb)[0x732dcb]
sayonara(_ZN8PlaylistC1Ei7QString+0x368)[0x7277a8]
sayonara(_ZN11StdPlaylistC1Ei7QString+0x2c)[0x73064c]
sayonara(_ZN15PlaylistHandler12new_playlistEN8Playlist4TypeEi7QString+0xda)[0x728aea]
sayonara(_ZN15PlaylistHandler16add_new_playlistERK7QStringbN8Playlist4TypeE+0x103)[0x728ca3]
sayonara(_ZN15PlaylistHandler15create_playlistERK12MetaDataListRK7QStringbN8Playlist4TypeE+0x11a)[0x72a41a]
Segmentation fault
[eduardo:~]$ 


-- 
Eduardo Sánchez Gauto, Abog., Th.M.
Abogado - Traductor Público Matriculado Inglés - Español
Web: http://sombragris.org - Blog: http://shadow.sombragris.org
TW: @thegreyshadow - FB: /thegreyshadow
Teléfono: (0991) 755-355 - Asunción, Paraguay
==
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/