Merge lp:~hingo/drizzle/drizzle-remove-Wall-in-autorunsh into lp:~drizzle-trunk/drizzle/development

Proposed by Henrik Ingo
Status: Rejected
Rejected by: Mark Atwood
Proposed branch: lp:~hingo/drizzle/drizzle-remove-Wall-in-autorunsh
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 9 lines (+1/-1)
1 file modified
config/autorun.sh (+1/-1)
To merge this branch: bzr merge lp:~hingo/drizzle/drizzle-remove-Wall-in-autorunsh
Reviewer Review Type Date Requested Status
Henrik Ingo Disapprove
Mark Atwood Needs Information
Drizzle Merge Team Pending
Review via email: mp+92152@code.launchpad.net

Description of the change

Recent autoconf changes by Brian made config/autorun.sh fail spectacularly on (K)Ubuntu 11.10. Removing -Wall makes it work again.

To post a comment you must log in.
Revision history for this message
Mark Atwood (fallenpegasus) wrote :
review: Needs Information
Revision history for this message
Henrik Ingo (hingo) wrote :

Hmm... good point. Do the buildslaves have standard autotools installed?

Note that the same warnings do happen:
configure.ac:143: the top level
configure.ac:143: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:143: You should run autoupdate.

For some reason this results in a failure on my workstation, but apparently the build continues on the slave.

Revision history for this message
Henrik Ingo (hingo) wrote :

Ok, working from newest trunk works for me now too. I get the warnings but it doesn't error out.

What is the process for invalidating? Should I remove this branch?

review: Disapprove
Revision history for this message
Stewart Smith (stewart) wrote :

On Fri, 10 Feb 2012 15:01:24 -0000, Henrik Ingo <email address hidden> wrote:
> Review: Disapprove
>
> Ok, working from newest trunk works for me now too. I get the warnings but it doesn't error out.
>
> What is the process for invalidating? Should I remove this branch?

You can set the status of the merge req to 'rejected'

--
Stewart Smith

Revision history for this message
Henrik Ingo (hingo) wrote :

Actually, I can't. I have just Work In Progress, Needs Review and Merged. (It seems like Launchpad doesn't allow me to give up :-)

Revision history for this message
Stewart Smith (stewart) wrote :

On Sun, 12 Feb 2012 07:13:19 -0000, Henrik Ingo <email address hidden> wrote:
> Actually, I can't. I have just Work In Progress, Needs Review and
> Merged. (It seems like Launchpad doesn't allow me to give up :-)

hrrm... maybe this is an option that's reserved for the drizzle-trunk
group... so Brian or Mark or someone can do it :)

--
Stewart Smith

Unmerged revisions

2504. By Henrik Ingo

autoreconf -Wall creates a lot of trouble on (K)Ubuntu 11.10.
Removing -Wall helps.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config/autorun.sh'
--- config/autorun.sh 2012-01-29 09:10:32 +0000
+++ config/autorun.sh 2012-02-08 22:44:20 +0000
@@ -25,4 +25,4 @@
25# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS25# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.26# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
28autoreconf --install --force --verbose -Wall28autoreconf --install --force --verbose