latest merge breaks compiling against mysql-5.1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Low
|
Laurynas Biveinis | |
| 2.0 |
Fix Released
|
Low
|
Laurynas Biveinis | |
| 2.1 |
Fix Released
|
Low
|
Laurynas Biveinis |
Bug Description
to reproduce:
* bzr branch lp:percona-xtrabackup/2.0
* AUTO_DOWNLOAD=yes ./utils/build.sh 5.1
result: a lot of errors, build failed
last 2 commits:
revno: 502 [merge]
committer: Alexey Kopytov <email address hidden>
branch nick: 2.0
timestamp: Sat 2013-03-02 15:22:59 +0400
message:
Merge trunk.
-------
revno: 501
committer: Alexey Kopytov <email address hidden>
branch nick: 2.0
timestamp: Mon 2013-02-04 11:32:47 +0400
message:
Bug #1114955: xtrabackup_pid remains existed after execution
Fix a regression introduced by the fix for bug #1055989: in case the
xtrabackup process has finished copying the log file and terminated
before wait_for_
xtrabackup_pid file.
Related branches
- Alexey Kopytov (community): Approve on 2013-03-04
-
Diff: 85 lines (+28/-7)1 file modifiedutils/build.sh (+28/-7)
- Alexey Kopytov (community): Approve on 2013-03-04
-
Diff: 59 lines (+20/-6)1 file modifiedutils/build.sh (+20/-6)
Alexey Bychko (abychko) wrote : | #1 |
Alexey Bychko (abychko) wrote : | #2 |
Alexey Kopytov (akopytov) wrote : | #4 |
Oh, that's actually a regression introduced by https:/
-fpermissive is added for "innodb51_builtin" and "innodb50" targets, but not for their synonyms, "5.0" and "5.1".
Alexey Kopytov (akopytov) wrote : | #5 |
Workaround: use "build.sh innodb51_builtin" instead of "build.sh 5.1"
Alexey Kopytov (akopytov) wrote : | #6 |
Never appeared in any released version, does not need to be reflected in release notes.
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #7 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
I can build it. The errors in the attached log should not happen when CXXFLAGS contains -fpermissive. It does contain it for me.