Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377735 - dev-lang/icc-11.1.072-r1 cleanup
Summary: dev-lang/icc-11.1.072-r1 cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: intel-compilers
  Show dependency tree
 
Reported: 2011-08-04 12:26 UTC by Bertrand Jacquin
Modified: 2012-12-10 20:28 UTC (History)
6 users (show)

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


Attachments
icc-11.1.072-r1.ebuild-BJA-cleanup.diff (icc-11.1.072-r1.ebuild-BJA-cleanup.diff,1.00 KB, patch)
2011-08-04 12:28 UTC, Bertrand Jacquin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2011-08-04 12:26:48 UTC
Here is a patch to add "doc samples" IUSE and install mans depending on the FEATURES noman.

This also include libxerces-c.so which is include 3 times with different naming that make ldconfig unhappy, this is now symlinks :

# ls -l /opt/intel/Compiler/11.1/072/idb/lib/intel64/libxerces-c.so*
-rwxr-xr-x 1 root root 4190712 Mar 31  2010 /opt/intel/Compiler/11.1/072/idb/lib/intel64/libxerces-c.so
-rwxr-xr-x 1 root root 4190712 Mar 31  2010 /opt/intel/Compiler/11.1/072/idb/lib/intel64/libxerces-c.so.27
-rwxr-xr-x 1 root root 4190712 Mar 31  2010 /opt/intel/Compiler/11.1/072/idb/lib/intel64/libxerces-c.so.27.0
 # ldconfig
ldconfig: /opt/intel/Compiler/11.1/072/idb/lib/intel64/libxerces-c.so.27 is not a symbolic link

If eclipse USE is not setted, delete all eclipse_support directory

Reproducible: Always
Comment 1 Bertrand Jacquin 2011-08-04 12:28:07 UTC
Created attachment 282055 [details, diff]
icc-11.1.072-r1.ebuild-BJA-cleanup.diff
Comment 2 Dennis Schridde 2011-09-26 16:56:52 UTC
(In reply to comment #0)
> This also include libxerces-c.so which is include 3 times with different naming
> that make ldconfig unhappy
@maintainers: Has this fix been considered, yet? The Gentoo QA messages become annoying after a while...
Comment 3 Nikos Chantziaras 2012-09-01 13:28:53 UTC
AFAIK, icc is not maintained anymore.  It just sits there right now.
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2012-09-16 19:16:11 UTC
Are these issues resolved with the new version?
Comment 5 Bertrand Jacquin 2012-09-17 13:35:37 UTC
(In reply to comment #4)
> Are these issues resolved with the new version?

Definitely.
Comment 6 Bertrand Jacquin 2012-09-17 13:37:04 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > Are these issues resolved with the new version?
> 
> Definitely.

But we still have /opt/intel/composerxe-2013.0.079/Documentation even if FEATURES nodoc, eclipse support is not conditional (not a issue still), /opt/intel/composerxe-2013.0.079/man even if FEATURES noman
Comment 7 Justin Lecher (RETIRED) gentoo-dev 2012-09-17 21:29:59 UTC
Ok I will put it on the list.
Comment 8 Justin Lecher (RETIRED) gentoo-dev 2012-12-10 20:28:01 UTC
With recent bump we have sane support for man pages and examples. QA overruled the idea of doc handling so you need to use INSTALL_MASK ( see man make.conf for this)