Giter Club home page Giter Club logo

lyricsx's People

Contributors

timxx avatar vanlaser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vanlaser strayfan

lyricsx's Issues

Error making: lyricsx

yay -S lyricsx
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  lyricsx-1.1.0-1

:: Downloaded PKGBUILD (1/1): lyricsx
  1 lyricsx                          (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: Parsing SRCINFO (1/1): lyricsx
==> Making package: lyricsx 1.1.0-1 (Sal 24 Ara 2019 21:36:29 UTC)
==> Retrieving sources...
  -> Downloading v1.1.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   121    0   121    0     0    236      0 --:--:-- --:--:-- --:--:--   236
100  184k    0  184k    0     0   101k      0 --:--:--  0:00:01 --:--:--  204k
==> Validating source files with sha256sums...
    v1.1.0.tar.gz ... Passed
==> Making package: lyricsx 1.1.0-1 (Sal 24 Ara 2019 21:36:34 UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v1.1.0.tar.gz
==> Validating source files with sha256sums...
    v1.1.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v1.1.0.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
==> Making package: lyricsx 1.1.0-1 (Sal 24 Ara 2019 21:36:40 UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
-- The C compiler identification is GNU 9.2.0
-- The CXX compiler identification is GNU 9.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/exdeval/.cache/yay/lyricsx/src/build
Scanning dependencies of target lrc_autogen
[  3%] Automatic MOC and UIC for target lrc
[  3%] Built target lrc_autogen
Scanning dependencies of target lrc
[  6%] Building CXX object src/lrc/CMakeFiles/lrc.dir/lrc_autogen/mocs_compilation.cpp.o
[  9%] Building CXX object src/lrc/CMakeFiles/lrc.dir/lrc.cpp.o
[ 12%] Building CXX object src/lrc/CMakeFiles/lrc.dir/lrcreader.cpp.o
[ 15%] Linking CXX shared library ../../bin/liblrc.so
[ 15%] Built target lrc
Scanning dependencies of target player_autogen
[ 18%] Automatic MOC and UIC for target player
[ 18%] Built target player_autogen
Scanning dependencies of target player
[ 21%] Building CXX object src/player/CMakeFiles/player.dir/player_autogen/mocs_compilation.cpp.o
[ 25%] Building CXX object src/player/CMakeFiles/player.dir/mediaplayer.cpp.o
[ 28%] Building CXX object src/player/CMakeFiles/player.dir/player.cpp.o
[ 31%] Building CXX object src/player/CMakeFiles/player.dir/playerfactory.cpp.o
[ 34%] Building CXX object src/player/CMakeFiles/player.dir/mprisplayer.cpp.o
[ 37%] Building CXX object src/player/CMakeFiles/player.dir/mprisplayerhelper.cpp.o
[ 40%] Linking CXX shared library ../../bin/libplayer.so
[ 40%] Built target player
Scanning dependencies of target lyricsx_autogen
[ 43%] Automatic MOC and UIC for target lyricsx
[ 43%] Built target lyricsx_autogen
[ 46%] Automatic RCC for icons.qrc
Scanning dependencies of target lyricsx
[ 50%] Building CXX object src/gui/CMakeFiles/lyricsx.dir/lyricsx_autogen/mocs_compilation.cpp.o
[ 53%] Building CXX object src/gui/CMakeFiles/lyricsx.dir/application.cpp.o
[ 56%] Building CXX object src/gui/CMakeFiles/lyricsx.dir/lrceditor.cpp.o
/home/exdeval/.cache/yay/lyricsx/src/lyricsx-1.1.0/src/gui/lrceditor.cpp: In function âQString _makeTimeTag(qint64)â:
/home/exdeval/.cache/yay/lyricsx/src/lyricsx-1.1.0/src/gui/lrceditor.cpp:29:44: error: âQString& QString::sprintf(const char*, ...)â is deprecated: Use asprintf(), arg() or QTextStream instead [-Werror=deprecated-declarations]
   29 |  str.sprintf("[%02d:%02d.%02d]", mm, ss, xx);
      |                                            ^
In file included from /usr/include/qt/QtCore/qobject.h:47,
                 from /usr/include/qt/QtWidgets/qwidget.h:45,
                 from /usr/include/qt/QtWidgets/qframe.h:44,
                 from /usr/include/qt/QtWidgets/qabstractscrollarea.h:44,
                 from /usr/include/qt/QtWidgets/qtextedit.h:44,
                 from /usr/include/qt/QtWidgets/QTextEdit:1,
                 from /home/exdeval/.cache/yay/lyricsx/src/lyricsx-1.1.0/src/gui/lrceditor.h:16,
                 from /home/exdeval/.cache/yay/lyricsx/src/lyricsx-1.1.0/src/gui/lrceditor.cpp:11:
/usr/include/qt/QtCore/qstring.h:382:14: note: declared here
  382 |     QString &sprintf(const char *format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
      |              ^~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/gui/CMakeFiles/lyricsx.dir/build.make:106: src/gui/CMakeFiles/lyricsx.dir/lrceditor.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:357: src/gui/CMakeFiles/lyricsx.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: lyricsx

Issue repeats itself with master source codes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.