Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77579 - libsigc++-2* ebuilds contain specific amd64 autostuff which isn't needed (anymore)
Summary: libsigc++-2* ebuilds contain specific amd64 autostuff which isn't needed (any...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Danny van Dyk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 12:47 UTC by plors
Modified: 2005-03-16 17:59 UTC (History)
0 users

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


Attachments
libsigc++-2.0.6.ebuild (libsigc++-2.0.6.ebuild,1.06 KB, text/plain)
2005-01-11 12:48 UTC, plors
Details

Note You need to log in before you can comment on or make changes to this bug.
Description plors 2005-01-11 12:47:11 UTC
All ebuilds from the libsigc++-2* series contain the following stuff:

# added libtoolize, add "-I scripts" to aclocal, autoconf before econf
# all these changes are necessary on amd64
# Danny van Dyk (kugelfang@gentoo.org)
libtoolize -c -f --automake
aclocal -I scripts
automake --gnu --add-missing
autoconf

This worked fine till 2.0.5, but with the latest release of libsigc++ (2.0.6) it somehow messes up libsigc-2.0.so.0. I removed this amd64 specific stuff and it worked again. I also tested it on an amd64 box and it worked just fine.

I guess any issues were somehow solved along the way and it's safe to remove this extra autostuff*. When asking kugelfang about this he asked me to open a new bug so he could take a look at it.

Note: libsigc++-2.0.6 isn't in portage yet, i'm just trying to create an ebuild for it.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 plors 2005-01-11 12:48:27 UTC
Created attachment 48234 [details]
libsigc++-2.0.6.ebuild

new libsigc++ ebuild without amd64 explicit auto* stuff
Comment 2 plors 2005-01-11 12:50:12 UTC
As promised directly assigned to you, have fun Danny ;-)
Comment 3 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-03-16 17:59:17 UTC
New ebuild committed, tested on amd64 2004.3 and 2005.0 profiles without any issues. All amd64 specific stuff has been removed with no apparent problems. Please let me know if you have any problems with it.