Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 409239

Summary: app-arch/ppmd-10.1_p4 version bump
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: NeedPatch
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ppmd-10.1_p4.ebuild

Description Dennis Schridde 2012-03-21 21:43:24 UTC
Debian changelog says:
  * New upstream release.
    - Add support for 64-bit architectures.

So this should fix bug #183365.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2012-03-24 11:48:42 UTC
Created attachment 306525 [details]
ppmd-10.1_p4.ebuild

I have tried to bump it but still fails to build:

>>> Compiling source in /var/tmp/portage/app-arch/ppmd-10.1_p4/work/ppmd-10.1 ...
make -j5 
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-inline-functions -fno-exceptions -fno-rtti   -c -o PPMd.o PPMd.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-inline-functions -fno-exceptions -fno-rtti   -c -o Model.o Model.cpp
In file included from PPMd.h:12,
                 from Model.cpp:8:
PPMdType.h:41:2: error: #error Only one processor type must be defined
In file included from PPMd.h:12,
                 from Model.cpp:8:
PPMdType.h:50: note: #pragma message: Warning: real memory usage will be twice larger
In file included from PPMd.h:12,
                 from PPMd.cpp:15:
PPMdType.h:41:2: error: #error Only one processor type must be defined
In file included from PPMd.h:12,
                 from PPMd.cpp:15:
PPMdType.h:50: note: #pragma message: Warning: real memory usage will be twice larger
PPMd.cpp: In function 'void EnvGetCWD(char*)':
PPMd.cpp:130: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result
PPMd.cpp: In function 'BOOL TestAccessRare(const char*)':
PPMd.cpp:289: warning: format not a string literal and no format arguments
PPMd.cpp: In function 'void EncodeFile(const ENV_FIND_RESULT&, int, int, BOOL, const char*)':
PPMd.cpp:319: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
PPMd.cpp:319: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
PPMd.cpp: In function 'BOOL DecodeOneFile(FILE*)':
PPMd.cpp:336: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
make: *** [PPMd.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Model.o] Error 1
Comment 2 df 2012-04-24 09:03:00 UTC
FYI: Debian PTS page http://packages.qa.debian.org/p/ppmd.html is more useful for HOMEPAGE.

# BTW it it orpahned on Debian..
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-03-13 22:07:16 UTC
+  13 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +ppmd-10.1_p5.ebuild:
+  Non-maintainer commit, version bump to 10.1.

+  13 Mar 2013; Tom Wijsman <TomWij@gentoo.org> ppmd-10.1_p5.ebuild,
+  ppmd-9.1_p14.ebuild, ppmd-9.1_p16.ebuild:
+  Non-maintainer commit; updated homepage according to bug #409239, thanks to df
+  for mentioning.