It fails to build:
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1 -o bin/mamepgui tmp/release/prototype.o tmp/release/mainwindow.o tmp/release/screenshot.o tmp/release/dialogs.o tmp/release/audit.o tmp/release/gamelist.o tmp/release/mameopt.o tmp/release/utils.o tmp/release/processmanager.o tmp/release/ips.o tmp/release/m1.o tmp/release/moc_prototype.o tmp/release/moc_mainwindow.o tmp/release/moc_screenshot.o tmp/release/moc_dialogs.o tmp/release/moc_audit.o tmp/release/moc_gamelist.o tmp/release/moc_mameopt.o tmp/release/moc_utils.o tmp/release/moc_processmanager.o tmp/release/moc_ips.o tmp/release/moc_m1.o tmp/release/qrc_mamepgui.o -L./lib/linux -L/usr/lib -lquazip -llzma -lz -lQtXml -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -lquazip
collect2: error: ld returned 1 exit status
make: *** [Makefile:146: bin/mamepgui] Error 1
Full output: http://pastebin.com/raw/VPpebuBm
Search Criteria
Package Details: mamepgui 1.6.0-3
Git Clone URL: | https://aur.archlinux.org/mamepgui.git (read-only) |
---|---|
Package Base: | mamepgui |
Description: | Frontend for SDLMAME/SDLMESS based on MAME Plus! |
Upstream URL: | http://sourceforge.net/projects/mameplus |
Licenses: | |
Submitter: | demonicmaniac |
Maintainer: | trya |
Last Packager: | trya |
Votes: | 21 |
Popularity: | 0.038008 |
First Submitted: | 2009-08-03 09:02 |
Last Updated: | 2016-12-31 19:58 |
Dependencies (3)
- qt4 (qt4-revert80e3108)
- quazip-qt4
- sdlmame (sdlmame-0137) (optional) – port of MAME/MESS using SDL
Required by (0)
Sources (2)
Latest Comments
trya commented on 2016-12-30 15:30
Martian commented on 2016-12-29 14:21
trya commented on 2014-08-21 07:12
@jswagner: I did update the ckecksums, but what I didn't know is that each time you download a tarball from the websvn of sourceforge, the checksum is different (the tarball must be made on-the-fly). Thus, I have to put the source archive somewhere else so that the checksum doesn't change every time.
jswagner commented on 2014-08-21 06:25
Checksums didn't get updated with the PKGBUILD?
--
==> Validating source files with md5sums...
mamepgui-1.6.0.tar.gz ... FAILED
COPYING ... Passed
==> ERROR: One or more files did not pass the validity check!
trya commented on 2012-05-28 11:58
Should build now.
mrbit commented on 2012-05-28 10:18
in PKGBUILS -->
qmake
sed -i '19s/-lpthread/-lpthread -lquazip -llzma -lz/' "$srcdir/Makefile"
make
mrbit commented on 2012-05-28 10:06
PKGBUILD add depends='quazip'
add in Makefile:
LIBS = $(SUBLIBS) -lquazip -llzma -lz
mrbit commented on 2012-05-28 09:50
/usr/bin/ld: zip.o: undefined reference to symbol 'deflate'
/usr/bin/ld: note: 'deflate' is defined in DSO /usr/lib/libz.so.1 so try adding it to the linker command line
/usr/lib/libz.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [mamepgui] Errore 1
==> ERRORE:
trya commented on 2012-05-18 13:09
Dead project is dead, no one is mirroring the archive, so all I can advise is to try mamepgui-svn: https://aur.archlinux.org/packages.php?ID=47576
The SVN repo works, but the M+GUI trunk hasn't been updated for ages, they're focusing on the W32 part of the project.
Anonymous comment on 2012-05-09 17:57
The download link is dead
Fixed, quazip-qt4 is now a dependency, since Arch-provided quazip is now built against qt5 and bears a different name in the filesystem.