[MDEV-12693] FTBFS, download of Libarchive Created: 2017-05-04 Updated: 2017-05-05 Resolved: 2017-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.1.23 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michal Schorm | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Fedora - all |
||
| Description |
|
Hello,
It is caused by settings of our buildservers - which does not allow connection to the internet in the build process, to prevent application download uknown or malicious code. Which is exactly this case. |
| Comments |
| Comment by Sergei Golubchik [ 2017-05-04 ] |
|
The logic on the cmake file is:
Did you have libarchive (and libarchive-devel, I'd guess) installed when you got that error above? |
| Comment by Vladislav Vaintroub [ 2017-05-04 ] |
|
well, the logic can be more complicated if someone if using -DBUILD_CONFIG=mysql_release. There is a lot of options, I'm not sure which one is right here. But it is definitely possible to avoid static linking, and this is what is done by default, in case people are not using -DBUILD_CONFIG=mysql_release |
| Comment by Vladislav Vaintroub [ 2017-05-04 ] |
|
And no, it is not unknown or malicious code |
| Comment by Michal Schorm [ 2017-05-05 ] |
|
Thanks, Sergei. Vladislav: Vladislav: That's why I checked the website as the first step and then Fedora packages databse as a second step. |
| Comment by Sergei Golubchik [ 2017-05-05 ] |
|
Thanks, closing. mschorm, you might still want to double check that only mariabackup package has got libarchive run-time dependency, all other packages should be unaffected. We've had users complaining when on upgrade an rpm (our rpm, I mean) suddenly gets new dependency in a GA version. Your users are probably picky too |