-
Notifications
You must be signed in to change notification settings - Fork 413
bird3 3.0.1 produces invalid opcodes on amd64 #1102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jmarcet Please report that to the bird mailinglist: |
I think the issue here is that recent PRs for bird are not tested on the real device and it counts only on CI here. |
I've looked at it further. Version 3.0.1 is no longer in the master branch as there is version 3.1.0 already. |
At the moment I'm reverting 3.10 and 3.0.1 since both fail. I have not tried 3.0.3. Shall I try it? |
Please do. |
I cannot find version 3.0.3: |
Hmm, but it is released based on this email: |
diff --git a/bird3/Makefile b/bird3/Makefile
index f7a36f0..7efadac 100644
--- a/bird3/Makefile
+++ b/bird3/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird3
-PKG_VERSION:=3.0.0
+PKG_VERSION:=3.0.3
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://bird.network.cz/download/
-PKG_HASH:=8130440a2e273ba6456df2fb3acb43da7cb4d566f94a294a3a52a1b118f2512a
+PKG_SOURCE_URL:=https://bird.nic.cz/download/
+PKG_HASH:=8328499b25a21e466c8aed5d71f00a2a71551c1d4afb21b5fd57d0081943479b
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>, Nick Hainke <vincent@systemli.org>
PKG_LICENSE:=GPL-2.0-or-later |
I'm afraid 3.0.3 also fails: ❯ dmesg | grep bird
[505552.562016] traps: bird[14017] trap invalid opcode ip:560a886a75c5 sp:7ffe3326b3c0 error:0 in bird[560a8864a000+109000] |
I need to revert 9935dfd to have a working bird3 on master amd64.
Version 3.0.1 fails due to invalid opcodes:
The text was updated successfully, but these errors were encountered: