[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-4.4-armel-cross - 1.39 --- gcc-4.4-armel-cross (1.39) natty; urgency=low * Say good bye to update-alternatives release - LP: #676454 - components does not register into u-a anymore - selection of default version is now done by

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-15 Thread Marcin Juszkiewicz
** Description changed: Now gcc-4.[45]-armel-cross uses update-alternatives to handle which is default. This needs to be changed to follow normal gcc. Implementation plan: 1. create gcc-defaults-armel-cross which will switch to gcc-4.5: DONE 2. create gcc-defaults-armel-cross

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gcc-defaults-armel-cross -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks for default versions -- ubuntu-bugs mailing list

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-defaults-armel-cross - 1.5 --- gcc-defaults-armel-cross (1.5) natty; urgency=low * Say good bye to update-alternatives release - LP: #676454 - components does not register into u-a anymore - selection of default version is now done by

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-4.5-armel-cross - 1.47 --- gcc-4.5-armel-cross (1.47) natty; urgency=low * Say good bye to update-alternatives release - LP: #676454 - components does not register into u-a anymore - selection of default version is now done by

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-11 Thread Marcin Juszkiewicz
** Changed in: gcc-4.4-armel-cross (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks for default

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-04 Thread Marcin Juszkiewicz
** Branch linked: lp:~hrw/ubuntu/natty/armel-cross-toolchain-base/1.61 -say-goodbye-to-update-alternatives -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-04 Thread Marcin Juszkiewicz
** Branch linked: lp:~hrw/ubuntu/natty/gcc-4.5-armel-cross/1.47-say- good-bye-to-update-alternatives -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks for

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-01 Thread Marcin Juszkiewicz
** Branch linked: lp:~hrw/ubuntu/natty/gcc-defaults-armel-cross/1.5-say- good-bye-to-update-alternatives ** Branch unlinked: lp:~hrw/ubuntu/natty/gcc-defaults-armel-cross/use- proper-symlinks ** Branch linked: lp:~hrw/ubuntu/natty/gcc-4.4-armel-cross/1.39-say- goodbye-to-ua -- You received

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-04-01 Thread Marcin Juszkiewicz
gcc-4.4 got released with fixes ** Description changed: Now gcc-4.[45]-armel-cross uses update-alternatives to handle which is default. This needs to be changed to follow normal gcc. Implementation plan: 1. create gcc-defaults-armel-cross which will switch to gcc-4.5: DONE 2.

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-31 Thread Marcin Juszkiewicz
** Description changed: Now gcc-4.[45]-armel-cross uses update-alternatives to handle which is default. This needs to be changed to follow normal gcc. Implementation plan: 1. create gcc-defaults-armel-cross which will switch to gcc-4.5: DONE 2. create gcc-defaults-armel-cross

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gcc-4.6 ** Branch linked: lp:debian/gcc-4.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks for default versions --

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gcc-4.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks for default versions -- ubuntu-bugs mailing list

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-28 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks for default versions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-27 Thread Marcin Juszkiewicz
This patch removes all postinstall and prerm scripts used to set alternatives for cross toolchain packages. Additionally it adds preinst scripts which use update-alternatives to remove previously set alternatives for cross compiler. Native build does not used postinst/prerm scripts at all and is

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-20 Thread Matthias Klose
please make sure that the maintainer scripts are only modified for the cross-builds, not the native builds -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676454 Title: switch to gcc-4.5 and symlinks

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2011-03-15 Thread Marcin Juszkiewicz
This should be done in the preinst instead. Rationale: update-alternatives is part of dpkg, so doesn't require any Pre-Depends; and a dependency (such as the gcc-arm-linux-gnueabi dependency on gcc-4.5-arm-linux-gnueabi) does not prevent one package from being unpacked before the postinst of

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2010-11-30 Thread Marcin Juszkiewicz
** Description changed: Now gcc-4.[45]-armel-cross uses update-alternatives to handle which is default. This needs to be changed to follow normal gcc. Implementation plan: 1. create gcc-defaults-armel-cross which will switch to gcc-4.5: DONE 2. create gcc-defaults-armel-cross

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2010-11-24 Thread Marcin Juszkiewicz
** Branch linked: lp:~hrw/ubuntu/natty/gcc-4.4-armel-cross/1.37-for- review ** Branch linked: lp:~hrw/ubuntu/natty/gcc-4.5-armel-cross/1.41-for- review -- switch to gcc-4.5 and symlinks for default versions https://bugs.launchpad.net/bugs/676454 You received this bug notification because you

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2010-11-19 Thread Marcin Juszkiewicz
** Branch linked: lp:~hrw/ubuntu/natty/gcc-4.5-armel-cross/1.41 -- switch to gcc-4.5 and symlinks for default versions https://bugs.launchpad.net/bugs/676454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2010-11-19 Thread Marcin Juszkiewicz
** Changed in: gcc-4.5-armel-cross (Ubuntu) Status: Confirmed = In Progress -- switch to gcc-4.5 and symlinks for default versions https://bugs.launchpad.net/bugs/676454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 676454] Re: switch to gcc-4.5 and symlinks for default versions

2010-11-19 Thread Marcin Juszkiewicz
** Branch linked: lp:~hrw/ubuntu/natty/gcc-4.4-armel-cross/1.37 ** Changed in: gcc-4.4-armel-cross (Ubuntu) Status: Confirmed = In Progress ** Description changed: Now gcc-4.[45]-armel-cross uses update-alternatives to handle which is default. This needs to be changed to follow