bootstrap works only on 2nd run

Bug #885311 reported by Valentine Gostev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-pam-for-mysql
Fix Released
High
Laurynas Biveinis

Bug Description

[root@test-cent5-64-t506 source]# bzr branch lp:percona-pam-for-mysql
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 11 revision(s).
[root@test-cent5-64-t506 source]# cd percona-pam-for-mysql/
[root@test-cent5-64-t506 percona-pam-for-mysql]# bzr revision-info
11 <email address hidden>
[root@test-cent5-64-t506 percona-pam-for-mysql]# ./bootstrap
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
configure.ac:27: error: possibly undefined macro: AC_PROG_SED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
[root@test-cent5-64-t506 percona-pam-for-mysql]# echo $?
1
[root@test-cent5-64-t506 percona-pam-for-mysql]# ./bootstrap
[root@test-cent5-64-t506 percona-pam-for-mysql]# echo $?
0

Related branches

Changed in percona-pam-for-mysql:
importance: Undecided → Medium
status: New → Confirmed
assignee: nobody → Laurynas Biveinis (laurynas-biveinis)
Changed in percona-pam-for-mysql:
status: Confirmed → In Progress
Changed in percona-pam-for-mysql:
importance: Medium → High
Changed in percona-pam-for-mysql:
status: In Progress → Fix Committed
milestone: none → percona-pam-preview
Revision history for this message
Valentine Gostev (longbow) wrote :

Laurynas,

now everything works, but bootstrap finishes with exit code 1, which may cause problems in future with integrating into jenkins.

# ./bootstrap
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
configure.ac:27: error: possibly undefined macro: AC_PROG_SED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
# echo $?
1

Changed in percona-pam-for-mysql:
status: Fix Committed → Triaged
status: Triaged → Confirmed
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

There is no AC_PROG_SED in the lp:~laurynas-biveinis/percona-pam-for-mysql/autoreconf anymore. Are you sure you are testing a recent checkout?

Changed in percona-pam-for-mysql:
status: Confirmed → Fix Committed
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.