Skip to content

Instantly share code, notes, and snippets.

@samarth-ramesh
Created September 19, 2020 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samarth-ramesh/1916e01673b613171d58b5df58bc2ce1 to your computer and use it in GitHub Desktop.
Save samarth-ramesh/1916e01673b613171d58b5df58bc2ce1 to your computer and use it in GitHub Desktop.
logs from makepkg -si &> logs.txt
==> Making package: mediawriter 4.1.5-2 (Sat 19 Sep 2020 05:39:43 AM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found 4.1.5.tar.gz
==> Validating source files with sha256sums...
4.1.5.tar.gz ... Passed
==> Extracting sources...
-> Extracting 4.1.5.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
cd lib/ && ( test -e Makefile || /usr/bin/qmake-qt5 -o Makefile /home/srinivas/mediawriter/src/MediaWriter-4.1.5/lib/lib.pro PREFIX=/usr ) && make -f Makefile
make[1]: Entering directory '/home/srinivas/mediawriter/src/MediaWriter-4.1.5/lib'
cd isomd5/ && ( test -e Makefile || /usr/bin/qmake-qt5 -o Makefile /home/srinivas/mediawriter/src/MediaWriter-4.1.5/lib/isomd5/isomd5.pro PREFIX=/usr ) && make -f Makefile
make[2]: Entering directory '/home/srinivas/mediawriter/src/MediaWriter-4.1.5/lib/isomd5'
make[2]: Nothing to be done for 'first'.
make[2]: Leaving directory '/home/srinivas/mediawriter/src/MediaWriter-4.1.5/lib/isomd5'
make[1]: Leaving directory '/home/srinivas/mediawriter/src/MediaWriter-4.1.5/lib'
cd app/ && ( test -e Makefile || /usr/bin/qmake-qt5 -o Makefile /home/srinivas/mediawriter/src/MediaWriter-4.1.5/app/app.pro PREFIX=/usr ) && make -f Makefile
fatal: No names found, cannot describe anything.
Project ERROR: Unknown module(s) in QT: x11extras
make: *** [Makefile:74: sub-app-make_first] Error 3
==> ERROR: A failure occurred in build().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment