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

Bug 277244

Summary: [PATCH] media-video/xine-ui-0.99.5-r1 and -r2 fails in installation phase with sys-apps/coreutils-7.4
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: bbutscheidt, flameeyes
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 319443    
Attachments: Patch to remove the redundant line

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