This bug was fixed in the package python-pymysql - 0.7.2-1ubuntu1
---
python-pymysql (0.7.2-1ubuntu1) xenial; urgency=medium
* Fix ftbfs for MySQL 5.7
- Update database initialization in d/run_tests.sh for 5.7:
- Switch mysql_install_db with mysqld --initialize
- Replac
** Tags removed: removal-candidate
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
To manage notifications about this bug go to:
htt
Setting it to verified since it was a build failure issue, and it builds
in proposed now
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql
** Tags removed: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
To manage notifications about this bug go to:
h
New package 0.7.2-1ubuntu1 verified to build successfully on Xenial, and all
tests pass (this is what failed previously, see [Test Case].
Also verified that the previous version still fails as described in the bug
description.
(Sorry, I missed the comment asking for verification)
--
You receiv
Hello Matthias, or anyone else affected,
Accepted python-pymysql into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/python-
pymysql/0.7.2-1ubuntu1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new packag
Debdiff in comment #19 looks good. Uploaded for processing by the SRU
team.
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
** Changed in: python-pymysql (Ubuntu Xenial)
Status: Incomplete => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakket
New patch for Xenial, for the correct version (0.7.2)
** Attachment added: "debdiffxenial.txt"
https://bugs.launchpad.net/ubuntu/+source/python-pymysql/+bug/1592664/+attachment/4741763/+files/debdiffxenial.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, whi
This bug was fixed in the package python-pymysql - 0.7.6-1ubuntu1
---
python-pymysql (0.7.6-1ubuntu1) yakkety; urgency=medium
* Fix ftfs with MySQL 5.7
- d/run_tests.sh was using old MySQL initialization. Updated for 5.7:
- Switched mysql_install_db with mysqld --initializ
Must have applied it to the wrong version. Will redo and upload another
diff.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
To man
The debdiff in comment #10 says it's for xenial, but it's for 0.7.5
which isn't in xenial at all.
** Changed in: python-pymysql (Ubuntu Xenial)
Status: Triaged => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https
ACK on the debdiff in comment #9. I removed the patch since it's no
longer needed with 0.7.6. Uploaded to yakkety. Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql
Subscribing ~ubuntu-sponsors.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
To manage notifications about this bug go to:
https://
any update on this? the fix didn't land yet.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
To manage notifications about this bug
Yakkety diff needs rechecking since the test failure has been fixed
upstream
** Description changed:
+ Python-pymysql sets up MySQL in a temporary location for running its tests.
It runs mysql_install_db and mysqld using options that have been removed in
5.7, causing d/run_tests.sh to fail.
+ A
The Xenial patch is a bit smaller since it changes --skip-grant to
--skip-grant-tables instead of removing it (which requires specifying
the root user later in the script).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.l
Suggested debdiff for xenial
** Attachment added: "debdiffxenial.txt"
https://bugs.launchpad.net/ubuntu/+source/python-pymysql/+bug/1592664/+attachment/4695766/+files/debdiffxenial.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
Suggested debdiff for yakkety
Since --skip-grant-tables is likely to be removed in the future, we
instead specify the root user when connecting to the temporary database.
** Attachment added: "debdiffyakkety.txt"
https://bugs.launchpad.net/ubuntu/+source/python-pymysql/+bug/1592664/+attachmen
Yeah, will add that. Need to remove the comment about --force, too :)
Was testing out using mysqld --initialize instead of mysql_install_db, but it
creates some extra complexity with the permissions for datadir, so at least for
Xenial I think we'll stick to just changing the options used.
--
Yo
Any chance of a complete debdiff for this please Lars, with a
debian/changelog entry? Then I can easily attribute you fully for the
upload, which will help with getting you direct upload access in the
future.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
The attachment "Patch for test script and test failures" seems to be a
patch. If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad us
The patch fixes the use of mysql_install_db and mysqld in d/run_tests.sh
and adds d/patches/mysql-5.7.patch to fix the failing test for issue_363
** Attachment added: "Patch for test script and test failures"
https://bugs.launchpad.net/ubuntu/+source/python-pymysql/+bug/1592664/+attachment/469
Adding --insecure and --basedir=/usr and removing --force and
--skip-name-resolve, plus removing --skip-grant from the following mysqld
command, seems to fix it, but I'm getting a test failure:
test_issue_363, which I'm looking into
--
You received this bug notification because you are a member
** Changed in: python-pymysql (Ubuntu)
Milestone: xenial-updates => None
** Changed in: python-pymysql (Ubuntu Xenial)
Milestone: None => xenial-updates
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Changed in: python-pymysql (Ubuntu)
Assignee: Ubuntu Server Team (ubuntu-server) => Lars Tangvald
(lars-tangvald)
** Changed in: python-pymysql (Ubuntu Xenial)
Assignee: (unassigned) => Lars Tangvald (lars-tangvald)
** Changed in: python-pymysql (Ubuntu Xenial)
Importance: Undeci
** Also affects: python-pymysql (Ubuntu Xenial)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and y
One addition: If the system relies on the database being created with
passwordless root access, --insecure also needs to be added (otherwise a
one-time random password will be generated and written to the error log)
--
You received this bug notification because you are a member of Ubuntu
Bugs, wh
** Tags added: mysql-5.7-transition
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to build on xenial and yakkety
To manage notifications about this bug go to:
ht
Yes.
Ideally change to use mysqld --initialize:
https://dev.mysql.com/doc/refman/5.7/en/data-directory-initialization-mysqld.html
It should also be fixable by simply removing --force and --skip-name-
resolve and adding --basedir=/usr to the mysql_install_db command
--
You received this bug notif
Lars, could you advise please? I suspect the mysql_install_db invocation
needs replacing with the new method?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592664
Title:
python-pymysql fails to bui
31 matches
Mail list logo