migrate ftbfs in eoan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
migrate (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
https:/
debian/rules override_
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
debian/rules:32: warning: overriding recipe for target 'override_
/usr/share/
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
debian/rules:32: warning: overriding recipe for target 'override_
/usr/share/
chmod +x debian/test.sh
# Create a working "migrate" binary, so that shell calls continue to
# work even without python-migrate being installed
mkdir -p debian/bin
cp debian/
sed -i "s#REPLACE_
# Create a minimalist egg-info, so that "import migrate"
# works and gets the correct version
mkdir -p sqlalchemy_
echo "Metadata-Version: 1.1" >sqlalchemy_
echo "Name: sqlalchemy-migrate" >>sqlalchemy_
echo "Version: 0.12.0" >>sqlalchemy_
# Launch the actual tests
/<<PKGBUILDDIR>
+ mktemp -d
+ MYTEMP_
+ whoami
+ ME=buildd
+ /usr/sbin/mysqld --version
+ grep Ver
+ awk {print $3}
+ cut -d- -f1
+ MYSQL_VERSION=
+ echo 8.0.16
+ cut -d. -f1
+ MYSQL_VERSION_MAJ=8
+ echo 8.0.16
+ cut -d. -f2
+ MYSQL_VERSION_MID=0
+ echo 8.0.16
+ cut -d. -f3
+ MYSQL_VERSION_
+ [ 8 -le 5 ]
+ MYSQL_INSTALL_
+ echo ===> Preparing MySQL temp folder
===> Preparing MySQL temp folder
+ mysql_install_db --no-defaults --datadir=
/<<PKGBUILDDIR>
make[1]: *** [debian/rules:52: override_
Changed in migrate (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: ftbfs rls-ee-incoming |