You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/11/28 14:39:53 UTC

[GitHub] [daffodil] stevedlawrence commented on pull request #880: Bump fedora from 36 to 37 in /containers/release-candidate

stevedlawrence commented on PR #880:
URL: https://github.com/apache/daffodil/pull/880#issuecomment-1329222907

   Upgrading to F37 fails to build the windows MSI installer with an error about unable to find iconv.dll. I've found that if I run `dnf upgrade wine` when building the container it fixes the issue. Seems Fedora 37 release ships with wine-7.12, and running the upgrade command updates to 7.20.
   
   However, I'm hesitant to add the dnf upgrade command to the Dockerfile since it makes reproducibility difficult--every time we build a container we could get a newer version of wine. And wine is probably the one package we have the most issues with. Upgrades seem to frequently break things.
   
   We could maybe pin to 7.20 with something like `dnf install wine-7.20`, and as long as F37 doesn't remove it from the `updates` repo we should be fine? Or we could just stick with F36 and close this PR...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org