Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231577 - app-text/ghostscript-gpl-8.62 build error
Summary: app-text/ghostscript-gpl-8.62 build error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-12 11:44 UTC by Ivan Iraci
Modified: 2008-07-12 16:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Iraci 2008-07-12 11:44:45 UTC
I cannot emerge app-text/ghostscript-gpl-8.62.

This is the error I get:

 * QA Notice: Package has poor programming practices which may compile
 *            but will almost certainly crash on 64bit architectures.
 * Function `malloc' implicitly converted to pointer at ./src/rinkj/rinkj-byte-stream.c:100
Function `malloc' implicitly converted to pointer at ./src/rinkj/rinkj-byte-stream.c:100

 *
 * ERROR: app-text/ghostscript-gpl-8.62 failed.
 * Call stack:
 *       misc-functions.sh, line 653:  Called install_qa_check
 *       misc-functions.sh, line 349:  Called die
 * The specific snippet of code:
 *                              alpha*|ia64*|powerpc64*|mips64*|sparc64*|x86_64*) die "this code is not 64bit clean";;
 *  The die message:
 *   this code is not 64bit clean


Reproducible: Always

Steps to Reproduce:
1. emerge ghostscript-gpl
2. BOOOOM! :)
Comment 1 Rafał Mużyło 2008-07-12 14:30:37 UTC
Could you add the other QA Notices ?
does adding 
#include <stdlib.h>
in src/rinkj/rinkj-byte-stream.c help ?
Comment 2 Ivan Iraci 2008-07-12 16:16:26 UTC
(In reply to comment #1)

> does adding 
> #include <stdlib.h>
> in src/rinkj/rinkj-byte-stream.c help ?

Yes! It worked! Thanks! :-)