Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271617 - [patch] media-video/vdr-1.60 fails to build with sys-devel/gcc-4.4
Summary: [patch] media-video/vdr-1.60 fails to build with sys-devel/gcc-4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-05-29 07:27 UTC by hirakendu
Modified: 2009-06-04 12:39 UTC (History)
2 users (show)

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


Attachments
patch for vdr to build with gcc-4.4 (vdr-1.6.0-gcc44.patch,3.33 KB, patch)
2009-05-29 07:28 UTC, hirakendu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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
:)