Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277244 - [PATCH] media-video/xine-ui-0.99.5-r1 and -r2 fails in installation phase with sys-apps/coreutils-7.4
Summary: [PATCH] media-video/xine-ui-0.99.5-r1 and -r2 fails in installation phase wit...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-8.4
  Show dependency tree
 
Reported: 2009-07-09 20:01 UTC by Martin Väth
Modified: 2010-07-14 14:16 UTC (History)
2 users (show)

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


Attachments
Patch to remove the redundant line (xine-ui-duplicate.patch,663 bytes, patch)
2009-07-09 20:03 UTC, Martin Väth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Väth 2009-07-09 20:01:54 UTC
Since apparently install of coreutils-7.4 will report failure if a file
argument is repeated, installation of xine-ui stops
(error message is below).
The cause of the problem is that apparently by mistake a line is "almost"
duplicated in src/xitk/skins/xinetic/Makefile.am; I append a patch

 /usr/bin/install -c -m 644 PlMoveUp.png SmallArrowUp.png CtlSave.png MainNext.png MrlDismiss.png PlPlay.png Letters.png MainPause.png MrlSelect.png Letters2.png MrlFlit.png MainAutoButton.png MainPlay.png Onglet.png MainNav.png MainAutoButton.png MainPlay.png Onglet.png BigArrowLeft.png BigArrowRight.png PlSlidHBg.png SliderHPad.png SkSlidHBg.png SlidHPad.png SkSlidHPad.png skinconfig '/var/tmp/portage/media-video/xine-ui-0.99.5-r1/image//usr/share/xine/skins/xinetic'
/usr/bin/install: will not overwrite just-created `/var/tmp/portage/media-video/xine-ui-0.99.5-r1/image//usr/share/xine/skins/xinetic/MainAutoButton.png' with `MainAutoButton.png'
/usr/bin/install: will not overwrite just-created `/var/tmp/portage/media-video/xine-ui-0.99.5-r1/image//usr/share/xine/skins/xinetic/MainPlay.png' with `MainPlay.png'
/usr/bin/install: will not overwrite just-created `/var/tmp/portage/media-video/xine-ui-0.99.5-r1/image//usr/share/xine/skins/xinetic/Onglet.png' with `Onglet.png'
Comment 1 Martin Väth 2009-07-09 20:03:08 UTC
Created attachment 197395 [details, diff]
Patch to remove the redundant line
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-09 22:34:14 UTC
Flameeyes, Any chance you could apply this upstream?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-04-02 14:40:10 UTC
xine-ui-0.99.6 $ 

grep Button src/xitk/skins/xinetic/Makefile.am
MainAutoButton.png MainPlay.png	      Onglet.png	MainNav.png

Seems fixed in 0.99.6.
Comment 4 Nick Ellson 2010-07-14 14:16:26 UTC
Had to drop back to this version of xine-ui as 0.99.6 hangs continuously when exiting DVD images. Really hosed up MythVideo for me. 0.95.r1 (with the patch attached) builds well and runs great so far. Would love to see it available in portage until the next itteration of 0.99.6-xxx.

Nick