Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52444 - Kino GCC3.4 Compilation fix.
Summary: Kino GCC3.4 Compilation fix.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 48528
  Show dependency tree
 
Reported: 2004-05-30 05:34 UTC by Malcolm Lashley (RETIRED)
Modified: 2004-06-07 03:21 UTC (History)
1 user (show)

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


Attachments
kino updated ebuild (kino-0.7.1.ebuild,1.14 KB, text/plain)
2004-05-30 05:36 UTC, Malcolm Lashley (RETIRED)
Details
kino/files/kino_gcc34_fix (kino_gcc34_fix,428 bytes, patch)
2004-05-30 05:37 UTC, Malcolm Lashley (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Malcolm Lashley (RETIRED) gentoo-dev 2004-05-30 05:34:52 UTC
Kino 0.7.1 fails in ieee1394io.cc due to some variables being out of scope.
Hack/Fix is:

In ieee1394io.h change line 36 private: => protected:


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Malcolm Lashley (RETIRED) gentoo-dev 2004-05-30 05:36:36 UTC
Created attachment 32309 [details]
kino updated ebuild

Updated ebuild to apply attached patch
Comment 2 Malcolm Lashley (RETIRED) gentoo-dev 2004-05-30 05:37:20 UTC
Created attachment 32310 [details, diff]
kino/files/kino_gcc34_fix

Patch for kino0.7.1 to compile on gcc3.4
Comment 3 Travis Tilley (RETIRED) gentoo-dev 2004-05-30 06:41:33 UTC
fixed in cvs. thanks :)