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

Bug 304195

Summary: dev-libs/ace: should install additional files
Product: Gentoo Linux Reporter: Aurelien Plyer <aurelien.plyer>
Component: [OLD] UnspecifiedAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED OBSOLETE    
Severity: normal CC: cpp+disabled, dragonheart, simon.gentoo, tantive
Priority: High Keywords: PMASKED
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Deadline: 2019-05-13   
Attachments: Remove all files from /usr/bin except anything that starts with tao

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.