Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#43071 - [thrift] should depend on boost
Attached to Project:
Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Wednesday, 10 December 2014, 19:03 GMT
Last edited by Anatol Pomozov (anatolik) - Tuesday, 30 December 2014, 00:28 GMT
Opened by Chih-Hsuan Yen (yan12125) - Wednesday, 10 December 2014, 19:03 GMT
Last edited by Anatol Pomozov (anatolik) - Tuesday, 30 December 2014, 00:28 GMT
|
DetailsDescription:
Thrift uses boost. See Thrift.h for example. Additional info: The problem exists Version 0.9.2-1 Steps to reproduce: On systems with thrift installed but boost not, compiling a program using thrift cause compilation errors. See scan's comment in https://aur.archlinux.org/packages/purple-line-git/ for more information |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Tuesday, 30 December 2014, 00:28 GMT
Reason for closing: Won't fix
Additional comments about closing: boost is make-time dependency, no need to bloat users with additional dependency.
Tuesday, 30 December 2014, 00:28 GMT
Reason for closing: Won't fix
Additional comments about closing: boost is make-time dependency, no need to bloat users with additional dependency.

Fixed in 0.9.2-2 Please download it from [testing] and make sure it works as expected.

Thanks a lot! Fixed now.

After thinking for a while about this issue I've decided that adding boost to 'depends' is a wrong thing. 'depends' is really for runtime dependencies, not for build-time dependencies. Thus all thrift-y packages have to add 'boost' to their makedepends.