[MDEV-4787] Missing dependency to "patch" for the Debian/Ubuntu "mariadb-test" package Created: 2013-07-15 Updated: 2014-01-29 Resolved: 2014-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.31 |
| Fix Version/s: | 5.5.35 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jean Weisbuch | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | packaging | ||
| Environment: |
Debian Squeeze amd64 |
||
| Description |
|
On a clean Debian with almost nothing installed prior to MariaDB, running mysql-test-run.pl will throw a warning because it tries to run the "patch" tools which hasnt been installed as a dependency of the mariadb-test package. Here is the error :
ps: installing the "patch" package fixes the issue. |
| Comments |
| Comment by Sergei Golubchik [ 2013-07-15 ] |
|
It's not a required dependency, mtr can work without patch too, it'll automatically skip tests that need patching. |
| Comment by Daniel Bartholomew [ 2014-01-29 ] |
|
http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/4048 |