packages icon indicating copy to clipboard operation
packages copied to clipboard

boost: restores patch for libboost_context for mips64

Open ClaymorePT opened this issue 3 years ago • 3 comments

Maintainer: @ClaymorePT Compile tested: octeonplus mips64 using musl Run tested: N/A

Description:

This commit restores the patch for libboost_context for mips64 given that the upstream update added in 1.80.0 does not fully fixes the issue.

Signed-off-by: Carlos Miguel Ferreira [email protected]

ClaymorePT avatar Aug 22 '22 01:08 ClaymorePT

ping @FlyGoat know what's going on here?

neheb avatar Aug 22 '22 01:08 neheb

Cc @wzssyqa as well. So the problem is boost::context didn't compiled into booster package?

FlyGoat avatar Aug 22 '22 14:08 FlyGoat

Specifically for mips64.

edit: this is the failure: https://downloads.openwrt.org/snapshots/faillogs/mips64_octeonplus/packages/pdns-recursor/compile.txt

edit2: all mips, not just mips64.

neheb avatar Aug 22 '22 19:08 neheb

#19236 (new recursor) indeed failed. A separate build of 19221 (this PR) plus the recursor update did build. Please merge this :)

Habbie avatar Aug 23 '22 14:08 Habbie

The reason is due to that https://github.com/boostorg/boost/pull/540 was forgot to merge before the release. So a release of boost is broken.

wzssyqa avatar Aug 24 '22 04:08 wzssyqa