Package Details: pcsxr-git 1.9.94.r1697.6484236c-2

Git Clone URL: https://aur.archlinux.org/pcsxr-git.git (read-only, click to copy)
Package Base: pcsxr-git
Description: A Sony PlayStation emulator based on the PCSX-df Project
Upstream URL: https://github.com/pcsxr/PCSX-Reloaded/tree/master/pcsxr
Licenses: GPL
Conflicts: pcsx-df, pcsxr
Provides: pcsxr
Replaces: pcsxr-svn
Submitter: alucryd
Maintainer: tallero
Last Packager: tallero
Votes: 47
Popularity: 0.000000
First Submitted: 2016-08-16 19:25 (UTC)
Last Updated: 2021-06-03 09:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

aphirst commented on 2017-02-06 22:45 (UTC)

I'm having similar build issues. https://pastebin.com/iZ89s5AP The last few lines were: cdriso.c:1013:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&toc_entry, 1, sizeof(toc_entry), cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:504: cdriso.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-adam/aur-pcsxr-git/src/pcsxr/pcsxr/libpcsxcore' make: *** [Makefile:447: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build pcsxr-git.

rafaelgomes commented on 2017-01-19 13:50 (UTC)

It's not compiling: cdriso.c:1222:12: error: conflicting types for ‘uncompress2’ static int uncompress2(void *out, unsigned long *out_size, void *in, unsigned long in_size) ^~~~~~~~~~~ In file included from psxcommon.h:45:0, from cdriso.c:22: /usr/include/zlib.h:1283:21: note: previous declaration of ‘uncompress2’ was here ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen, ^~~~~~~~~~~ cdriso.c: In function ‘aropen’: cdriso.c:1585:3: warning: ‘archive_read_support_compression_all’ is deprecated [-Wdeprecated-declarations] r = archive_read_support_compression_all(a); ^ In file included from cdriso.c:1567:0: /usr/include/archive.h:389:15: note: declared here __LA_DECL int archive_read_support_compression_all(struct archive *) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:1612:3: warning: ‘archive_read_support_compression_all’ is deprecated [-Wdeprecated-declarations] r = archive_read_support_compression_all(a); ^ In file included from cdriso.c:1567:0: /usr/include/archive.h:389:15: note: declared here __LA_DECL int archive_read_support_compression_all(struct archive *) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c: In function ‘ISOreadTrack’: cdriso.c:1996:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(subbuffer, 1, SUB_FRAMESIZE, subHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c: In function ‘ISOopen’: cdriso.c:1801:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&modeTest, 4, 1, cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c: In function ‘cdread_sub_mixed’: cdriso.c:1215:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(subbuffer, 1, SUB_FRAMESIZE, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c: In function ‘parsemds’: cdriso.c:825:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&i, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:835:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&offset, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:841:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&s, 1, sizeof(unsigned short), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:847:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&offset, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:876:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&extra_offset, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:881:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&l, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:887:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&l, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:893:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&l, 1, sizeof(unsigned int), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c: In function ‘handlepbp’: cdriso.c:951:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(psar_sig, 1, sizeof(psar_sig), cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:987:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(psar_sig, 1, sizeof(psar_sig), cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:1005:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&toc_entry, 1, sizeof(toc_entry), cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:1008:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&toc_entry, 1, sizeof(toc_entry), cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdriso.c:1013:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&toc_entry, 1, sizeof(toc_entry), cdHandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:504: cdriso.o] Error 1 make[1]: ** Esperando que outros processos terminem. mv -f .deps/socket.Tpo .deps/socket.Po ppf.c: In function ‘BuildPPFCache’: ppf.c:216:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 3, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:239:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 4, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:244:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&dizlen, 4, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:270:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 4, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:275:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&dizlen, 2, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:302:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&pos, 4, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:305:20: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] if (method == 2) fread(buffer, 4, 1, ppffile); // skip 4 bytes on ppf3 (no int64 support here) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:308:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(ppfmem, anz, 1, ppffile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c: In function ‘LoadSBI’: ppf.c:376:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, 4, sbihandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:378:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(sbitime[sbicount++], 1, 3, sbihandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppf.c:379:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, 11, sbihandle); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/ppf.Tpo .deps/ppf.Po mv -f .deps/debug.Tpo .deps/debug.Po mv -f .deps/cheat.Tpo .deps/cheat.Po mv -f .deps/psxinterpreter.Tpo .deps/psxinterpreter.Po mv -f .deps/psxbios.Tpo .deps/psxbios.Po mv -f .deps/gte.Tpo .deps/gte.Po mv -f .deps/iR3000A-64.Tpo .deps/iR3000A-64.Po make[1]: Leaving directory '/home/rafael/.makepkg/pcsxr-git/src/pcsxr/pcsxr/libpcsxcore' make: *** [Makefile:447: all-recursive] Error 1

sl1pkn07 commented on 2016-12-25 18:44 (UTC)

yep. need register user in codeplex and setup the same user in local git config

Enverex commented on 2016-12-25 16:01 (UTC)

Unfortunately that looks like it's deliberate and how Codeplex works, see - https://codeplex.codeplex.com/wikipage?title=Using%20Git%20with%20CodePlex

sl1pkn07 commented on 2016-12-25 15:40 (UTC) (edited on 2016-12-25 15:42 (UTC) by sl1pkn07)

https://git01.codeplex.com/pcsxr needs username/password for clone Cloning into bare repository '/home/sl1pkn07/aplicaciones/pcsxr-git/pcsxr'... Username for 'https://git01.codeplex.com': Password for 'https://git01.codeplex.com': fatal: Authentication failed for 'https://git01.codeplex.com/pcsxr/'

alucryd commented on 2016-08-16 19:28 (UTC)

Switched to using git.

ozgursarier commented on 2016-08-15 22:32 (UTC)

I think this package MUST be in official repos. Because it seams, the project isn't in continued development. @alucryd: Please submit this package as a Trusted User.

alucryd commented on 2016-08-13 14:38 (UTC)

@aphirst: The codeplex repo has switched to git, I will upload a pcsxr-git package as soon as possible, tonight if I find the time.

aphirst commented on 2016-08-13 12:34 (UTC)

-> Cloning pcsxr svn repo... svn: E170013: Unable to connect to a repository at URL 'https://pcsxr.svn.codeplex.com/svn/pcsxr' svn: E175009: The XML response contains invalid XML svn: E130003: Malformed XML: no element found Seems this is still an issue, and that the PKGBUILD needs updating. alucryd, do you have chance to update this?

Joffrey commented on 2016-07-26 22:35 (UTC) (edited on 2016-07-26 22:37 (UTC) by Joffrey)

Thanks @ozgursarier perfect! By cons, you should put your PKGBUILD on pastebin.