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

Bug 271617

Summary: [patch] media-video/vdr-1.60 fails to build with sys-devel/gcc-4.4
Product: Gentoo Linux Reporter: hirakendu <hirakendu>
Component: [OLD] GCC PortingAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, media-tv
Priority: High Keywords: Inclusion
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: patch for vdr to build with gcc-4.4

Description hirakendu 2009-05-29 07:27:20 UTC
usual type conversion error.

Reproducible: Always
Comment 1 hirakendu 2009-05-29 07:28:04 UTC
Created attachment 192801 [details, diff]
patch for vdr to build with gcc-4.4
Comment 2 Matthias Schwarzott gentoo-dev 2009-06-04 08:49:52 UTC
Added another patch. This one does not cast away the consts, but adds them to the result variables too.
Only one place requires writing to the const data (Should be fixed if possible!)

Comment 3 hirakendu 2009-06-04 12:39:24 UTC
:)