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

Bug 56668

Summary: new ebuild media-libs/nas-1.6c-r2 fails to build on x86
Product: Gentoo Linux Reporter: Poisson <poisson>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: felix
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixed patch file, added "#include <stdlib.h>" directly after "#include <stdio.h>"

Description Poisson 2004-07-11 04:09:13 UTC
The patch "nas-1.6c-header.patch" under x86 does not work
due to problems with "stdlib.h" related to glibc version 2.3.3.20040420

Removing the epatch line from the abuild it works fine.
Comment 1 Thomas Drueke 2004-07-11 06:05:53 UTC
Created attachment 35177 [details, diff]
fixed patch file, added "#include <stdlib.h>" directly after "#include <stdio.h>"

Here is a fix for this bug. I changed the placement of the include directive
for <stdlib.h> and it work for me. I placed it directly after the include of
the stdio.h header file.

Remark:
I am not an glibc expert. Therefore I would be glad if someone could check the
correctness of the patch.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-07-11 21:07:58 UTC

*** This bug has been marked as a duplicate of 56636 ***