FS#68131 - [jasper] Jasper update break GDAL building

Attached to Project: Arch Linux
Opened by Sylvain POULAIN (kikislater) - Wednesday, 07 October 2020, 11:13 GMT
Last edited by freswa (frederik) - Wednesday, 07 October 2020, 11:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
If Jasper is installed and since this commit : https://github.com/archlinux/svntogit-packages/commit/8b87cee2373f7f6f2ff8def2abea38c6cc9dcc12#diff-8d0411b338c83cd8cd8ad9d9db127101
If we rebuild gdal package ( https://www.archlinux.org/packages/community/x86_64/gdal/ ) with asp and makepkg, it fails on japser lib.

Rebuilding current jasper package with options below before commit doesn't generate errors so there is an error with static or shared libs :

***
msg2 "Building static lib..."
(cd build-static
cmake "${options[@]}" -DJAS_ENABLE_SHARED=OFF ..
make
)
msg2 "Building shared lib..."
(cd build-shared
cmake "${options[@]}" -DJAS_ENABLE_SHARED=ON ..
make
)
***

Additional info:
* package version(s) : 2.0.19
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

1) Install jasper 2.0.19
2) Rebuild gdal package
3) error happen
This task depends upon

Closed by  freswa (frederik)
Wednesday, 07 October 2020, 11:30 GMT
Reason for closing:  Works for me

Loading...