https://bugzilla.rpmfusion.org/show_bug.cgi?id=2455
Andrea Musuruane <musuruan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Blocks|2 |3
AssignedTo|rpmfusion-package-review@rp |musuruan(a)gmail.com
|mfusion.org |
--- Comment #44 from Andrea Musuruane <musuruan(a)gmail.com> 2013-05-29 12:33:56 CEST
---
I've taken the review of this package.
Issues found:
* Remove no longer needed:
- rm -rf %{buildroot} in %install
- Group tag
* The URL tag is wrong. It should be the upstream web site. Therefore I think
it should be
http://pcsx2.net/ (or
https://code.google.com/p/pcsx2/ )
* The web site on google code states the latest officially released version is
1.0.0 (r5350). On
pcsx2.net the same source code is available. Why are you
using a different version (r5412)? We should try to follow upstream.
* All patches should have an upstream bug link or comment:
https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelin...
* Avoid using the %{version} macro in patches. Otherwise you'll have to updated
them at every release and this may not be the case. E.g.
%{name}-%{version}_helpfile.diff -> %{name}-1.0.0_helpfile.diff
* pcsx2-1.0.0_fedora_cmake.diff may no longer be needed because Fedora<16 are
no longer supported.
* You can shorten the following comment because all the info are in the
specified page. Moreover, place it *before* the ExclusiveArch tag.
# PCSX2 does not support running as a 64 bit application.
#
http://code.google.com/p/pcsx2/wiki/ChrootAnd64bStatusLinux
* Requires: hicolor-icon-theme
is missing. It is required because you have icons in %{_datadir}/icons/hicolor/
* You could add this warning in the %description (taken from the debian
package):
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support
this instruction set, it does not have enough horse power to run this emulator
anyway.
* The %cmake macro already sets CMAKE_INSTALL_PREFIX and CMAKE_VERBOSE_MAKEFILE
therefore do not specify them. You can see this with:
rpm --eval %cmake
* Use %{_docdir} instead of %{_defaultdocdir}. Moreover this is wrong:
-DDOC_DIR=%{_defaultdocdir}/%{name}
It should be:
-DDOC_DIR=%{_docdir}/%{name}-%{version}
Then just add in %doc the missing files.
* %find_lang must be run at the end of %install:
https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelin...
* bin/docs/pcsx2.1 is a man page and it must not be installed in %doc. It is
already installed in %{_mandir}.
* Avoid packaging readme-Docs.txt. It is a message for developers and not for
end users.
* You can also omit bin/docs/GPL.html. There is already a GPL.txt file.
* Use one of these formats for the changelog:
https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelin...
* Changelog is incorrect. It has two entries for 1.0.0-1. You probably forgot
to bump the release. You must bump the release every time you make some
changes.
* Running rpmlint produces many warnings and errors that should be taken care
of.
rpmlint pcsx2-1.0.0-1.fc18.src.rpm
pcsx2.src:138: W: macro-in-%changelog %{_prefix}
pcsx2.src:140: W: macro-in-%changelog %files
pcsx2.src:11: W: mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 11)
pcsx2.src: W: invalid-url Source0: pcsx2-linux_source-1.0.0-rev5412.tar.gz
1 packages and 0 specfiles checked; 0 errors, 4 warnings.
* Macros in changelog must be escaped. eg %%macro and not %macro.
* mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 11)
* Use the same indentation even when you are using spaces.
* Provide a link to the upstream source URL. If it is not possible, you must
state in the spec file how to retrieve the file:
https://fedoraproject.org/wiki/Packaging:SourceURL
rpmlint pcsx2-1.0.0-1.fc18.i686.rpm
pcsx2.i686: W: wrong-file-end-of-line-encoding
/usr/share/doc/pcsx2-1.0.0/GPL.txt
pcsx2.i686: W: wrong-file-end-of-line-encoding
/usr/share/doc/pcsx2-1.0.0/License.txt
pcsx2.i686: E: script-without-shebang
/usr/share/icons/hicolor/128x128/apps/pcsx2.xpm
pcsx2.i686: E: non-empty-%post /sbin/ldconfig
pcsx2.i686: E: non-empty-%postun /sbin/ldconfig
1 packages and 0 specfiles checked; 3 errors, 2 warnings.
* Read here on how to fix them:
https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelin...
https://fedoraproject.org/wiki/Common_Rpmlint_issues
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets
rpmlint pcsx2-debuginfo-1.0.0-1.fc18.i686.rpm
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVector.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUState.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GS.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUSetupPrimCodeGenerator.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVertexTrace.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDeviceSW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureOGL.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPURendererSW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPURendererSW.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureNull.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSBlock.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSFunctionMap.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSSetting.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVertexTrace.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg-cg/opengl/x86-32.S
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererSW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVertexArrayOGL.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureCache.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUScanlineEnvironment.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureCacheSW.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawScanlineCodeGenerator.x86.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawScanline.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawScanline.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSScanlineEnvironment.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererHW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSBlock.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPULocalMemory.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUDrawScanlineCodeGenerator.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSPerfMon.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg-cg/opengl/GSDump.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSClut.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDeviceSW.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSSetupPrimCodeGenerator.x86.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSCrc.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSUtil.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSUniformBufferOGL.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/spu2-x/src/Linux/ConfigSoundTouch.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GS.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUDrawScanlineCodeGenerator.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDeviceNull.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUSetupPrimCodeGenerator.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSState.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPURenderer.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg/opengl/GSDump.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTexture.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSUtil.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureCacheSW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererNull.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/stdafx.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg/opengl/ZZoglShaders.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSCapture.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDirtyRect.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSCrc.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRenderer.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSAlignedClass.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVertexSW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUDrawingEnvironment.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDeviceNull.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSCapture.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureSW.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDump.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/stdafx.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSdx.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVector.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureCacheOGL.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSLocalMemory.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawScanlineCodeGenerator.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawingEnvironment.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDevice.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPU.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDump.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRasterizer.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDirtyRect.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererOGL.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSState.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererSW.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSThread.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSThread.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDevice.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSLinuxDialog.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPU.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSSetupPrimCodeGenerator.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSSetupPrimCodeGenerator.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSPerfMon.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVertexList.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureNull.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawingContext.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg/opengl/GSDump.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRenderer.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRasterizer.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSWnd.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTexture.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUDrawScanline.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSClut.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureOGL.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUVertex.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg-cg/opengl/GSDump.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSWnd.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTables.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureSW.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPURenderer.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDrawScanlineCodeGenerator.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPULocalMemory.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureFXOGL.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureCache.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUState.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTables.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSTextureCacheOGL.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/zzogl-pg-cg/opengl/ZZoglShaders.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDeviceOGL.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSLocalMemory.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSCodeBuffer.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSVertex.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererOGL.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GPUDrawScanline.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSDeviceOGL.h
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSdx.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSCodeBuffer.cpp
pcsx2-debuginfo.i686: E: incorrect-fsf-address
/usr/src/debug/pcsx2-1.0.0/plugins/GSdx/GSRendererHW.cpp
1 packages and 0 specfiles checked; 119 errors, 0 warnings.
I read you reported this errors upstream but I can't find an upstream bug
here:
https://code.google.com/p/pcsx2/issues/list
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.