Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298491 - dev-util/crossvc installs ELF files in /usr/share
Summary: dev-util/crossvc installs ELF files in /usr/share
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mike Pagano
URL:
Whiteboard:
Keywords:
: 301372 (view as bug list)
Depends on:
Blocks: 283429
  Show dependency tree
 
Reported: 2009-12-27 00:20 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-05-18 16:50 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-27 00:20:30 UTC
TYPE   FILE 
ET_EXEC /var/tmp/portage/dev-util/crossvc-1.5.2/image//usr/share/CrossVC/crossvc.bin 
ET_EXEC /var/tmp/portage/dev-util/crossvc-1.5.2/image//usr/share/CrossVC/Tools/rshwrapper
Comment 1 Mike Pagano gentoo-dev 2009-12-28 20:12:11 UTC
I'd like to present crossvc to the treecleaners as a candidate for removal.

It is a qt-3 only application and there has been no development since 2007-09-12.

An an alternative, the dev-util/tkcvs provides a gui to cvs.
Comment 2 Shawn A. Wilson 2010-01-09 07:51:05 UTC
I would like to volunteer to maintain this package. I have used it for years, it provides much utility and is very stable. After using Gentoo exclusively for a number of years I feel it's time I start giving back and this would be a great place to start. Sorry to be ignorant but please advise who I should contact to pursue this responsibility.
Comment 3 Shawn A. Wilson 2010-01-09 07:55:15 UTC
Where is the appropriate place for the ELF files? I'd like to patch the ebuild/source as necessary.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-01-09 08:51:58 UTC
(In reply to comment #2)
> I would like to volunteer to maintain this package. I have used it for years,
> it provides much utility and is very stable. After using Gentoo exclusively for
> a number of years I feel it's time I start giving back and this would be a
> great place to start. Sorry to be ignorant but please advise who I should
> contact to pursue this responsibility.
> 

Thanks, but this is abandoned upstream and is blocking bug 283429. You'd help more if you find new software replacing this (that isn't in Portage yet), and help getting it in.

(In reply to comment #3)
> Where is the appropriate place for the ELF files? I'd like to patch the
> ebuild/source as necessary.
> 

/usr/lib (libdir). You can use multilib.eclass to get function $(get_libdir) which will print lib (on 32bit) or lib64 (on 64bit), so ebuild snippet could be something like (it's only a demonstration),

-- start of example --

EAPI="2"

inherit multilib

src_configure() {
    econf \
          --libdir=/usr/$(get_libdir)
}

-- end of example --
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-01-18 16:51:53 UTC
*** Bug 301372 has been marked as a duplicate of this bug. ***
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2010-01-23 14:26:32 UTC
gone
Comment 7 Shawn A. Wilson 2010-01-23 15:18:30 UTC
d'oh! A little early? And I already started the work porting it to QT4. I have not found a suitable alternative and /usr/portage/profiles/package.mask says removal in 30 days, dated January 7. How difficult will it be to get this back in?
Comment 8 Shawn A. Wilson 2010-01-25 11:06:26 UTC
*bump*

(just wondering why it was removed early)
Comment 9 Samuli Suominen (RETIRED) gentoo-dev 2010-01-25 11:21:18 UTC
(In reply to comment #7)
> d'oh! A little early? And I already started the work porting it to QT4. I have
> not found a suitable alternative and /usr/portage/profiles/package.mask says
> removal in 30 days, dated January 7. How difficult will it be to get this back
> in?
> 

Not difficult at all.  Easy as version version bump.  If you get it ported to Qt4, open a new bug and it will be added to tree.