Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617420 - media-video/ccextractor-0.85 : file collision with dev-libs/liblist-2.4
Summary: media-video/ccextractor-0.85 : file collision with dev-libs/liblist-2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-03 19:45 UTC by Toralf Förster
Modified: 2017-07-25 19:02 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,6.02 KB, text/plain)
2017-05-03 19:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,398.99 KB, text/plain)
2017-05-03 19:45 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,58.44 KB, application/x-bzip)
2017-05-03 19:45 UTC, Toralf Förster
Details
media-video:ccextractor-0.85:20170503-191241.log (media-video:ccextractor-0.85:20170503-191241.log,289.47 KB, text/plain)
2017-05-03 19:45 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-05-03 19:45:26 UTC
 * Detected file collision(s):
 * 
 * 	/usr/include/list.h
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-libs/liblist-2.4:0::gentoo
 * 	/usr/include/list.h
 * 
 * Package 'media-video/ccextractor-0.85' NOT merged due to file

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: desktop_20170425-193914

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.3.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-05-03 19:45:29 UTC
Created attachment 471570 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-05-03 19:45:32 UTC
Created attachment 471572 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-05-03 19:45:35 UTC
Created attachment 471574 [details]
etc.portage.tbz2
Comment 4 Toralf Förster gentoo-dev 2017-05-03 19:45:39 UTC
Created attachment 471576 [details]
media-video:ccextractor-0.85:20170503-191241.log
Comment 5 Sławomir Nizio 2017-07-07 19:44:53 UTC
But please don't work around it by putting blockers. Chances are that it shouldn't install /usr/include/list.h in the first place.

This probably comes from lib_ccx/CMakeLists.txt, which has:
install (FILES ${HeaderFiles} DESTINATION include)
Comment 6 Steve Dibb (RETIRED) gentoo-dev 2017-07-25 17:42:46 UTC
(In reply to Sławomir Nizio from comment #5)
> But please don't work around it by putting blockers. Chances are that it
> shouldn't install /usr/include/list.h in the first place.
> 
> This probably comes from lib_ccx/CMakeLists.txt, which has:
> install (FILES ${HeaderFiles} DESTINATION include)

This thing shouldn't be installing any header files to begin with... o.O
Comment 7 Steve Dibb (RETIRED) gentoo-dev 2017-07-25 17:53:27 UTC
Same with the libcxx library and pc-config file
Comment 8 Steve Dibb (RETIRED) gentoo-dev 2017-07-25 19:01:03 UTC
Added 0.85-r1 in portage with fixes; doesn't install header files
Comment 9 Sławomir Nizio 2017-07-25 19:02:42 UTC
Thanks a lot!