alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
45 stars 26 forks source link

texpresso: remove dependency on libmupdf.so #75

Closed let-def closed 5 months ago

let-def commented 6 months ago

Otherwise installation fails after a successful build with message:

warning: cannot resolve "libmupdf.so=libmupdf.so-64", a dependency of "texpresso-git"

The dependency on libmupdf (the package) is kept.

alerque commented 6 months ago

Hmmm. I'm not sure what's going on here, but I believe this is correct. The problem seems to be the libmupudf package isn't (stopped?) provided version and architecture information along with the shared library provision. It is supposed to do that, so I opened this upstream issue.

let-def commented 6 months ago

Thanks for diagnosing and reporting the issue! It used to work but I can't tell exactly when it broke.

let-def commented 6 months ago

Apparently the right move is to remove the dependency because libmupdf does not provide guarantee on sonames.

let-def commented 5 months ago

This is still preventing the build. libmupdf.so dependency should be removed.