Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304195 - dev-libs/ace: should install additional files
Summary: dev-libs/ace: should install additional files
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Deadline: 2019-05-13
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2010-02-09 23:06 UTC by Aurelien Plyer
Modified: 2019-05-15 20:44 UTC (History)
4 users (show)

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


Attachments
Remove all files from /usr/bin except anything that starts with tao (ace_ebuild.diff,660 bytes, patch)
2010-11-05 08:53 UTC, Simon de Hartog
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aurelien Plyer 2010-02-09 23:06:00 UTC
by default, the ace (optionaly with TAO) don't compile/install the tao_idl utility :

to solve it I just modify ace-5.7.2.ebuild :

at the end of src_compile()

    emake -C apps/gperf || die "emake failed"
    emake -C TAO/TAO_IDL || die "emake failed"
in src_install() 
    emake -C apps/gperf ACE_ROOT="${S}" DESTDIR="${D}"  install || die "emake failed"
    emake -C TAO/TAO_IDL ACE_ROOT="${S}" DESTDIR="${D}" install || die "emake failed"







Reproducible: Always

Steps to Reproduce:
solved

Actual Results:  
in description

Expected Results:  
have a complete compilation (for example to use orocos framework)
Comment 1 Federico Cuello 2010-10-06 17:58:19 UTC
This bug has wrong product/component but I can't change them.
Comment 2 Simon de Hartog 2010-11-05 08:53:44 UTC
Created attachment 253257 [details, diff]
Remove all files from /usr/bin except anything that starts with tao

A proposed patch which works nicely for me. It still removes most stuff from /usr/bin, except for anything that looks like tao*.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-05-15 20:44:19 UTC
dev-libs/ace has been removed.