openwrt / openwrt/asu

xiaomi ax3000t sysupgrade error -> make: *** No rule to make target 'info'. Stop.

Open
#1,071 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
450
Forks
111
PR merge metrics
No merged PRs in 30d

Description

When trying to build a new SNAPSHOT firmware from the attendedsysupgrade luci page I get:

{
"url": "https://sysupgrade.openwrt.org",
"branch": "SNAPSHOT",
"revision": "r27616-123cb3793f",
"efi": null,
"advanced_mode": "1",
"request_hash": "",
"sha256_unsigned": "",
"client": "luci/24.205.37920e55f9d9",
"packages": {
"libc": "1.2.5-r4",
"avahi-dbus-daemon": "0.8-r9",
"luci-app-nlbwmon": "24.148.86114
d174bb8",
"busybox": "1.36.1-r2",
"lsof": "4.99.0-r1",
"kmod-crypto-aead": "6.6.53-r1",
"bash": "5.2.32-r1",
"kmod-lib-crc-ccitt": "6.6.53-r1",
"getrandom": "2024.04.2685f10530-r1",
"kmod-phy-aquantia": "6.6.53-r1",
"kmod-pppoe": "6.6.53-r1",
"btop": "1.4.0-r1",
"procd-ujail": "2024.07.07
f230c117-r1",
"base-files": "1615123cb3793f",
"grep": "3.11-r1",
"libustream-mbedtls": "2024.07.28
99bd3d2b-r1",
"fitblk": "2",
"firewall4": "2024.05.214c01d1eb-r1",
"pciutils": "3.12.0-r2",
"uboot-envtools": "2024.07-r1",
"dnsmasq": "2.90-r3",
"procd": "2024.07.07
f230c117-r1",
"hostapd-utils": "2024.09.155ace39b0-r1",
"kmod-crypto-acompress": "6.6.53-r1",
"luci-app-advanced-reboot": "1.0.1-13",
"screen": "4.9.1-r2",
"luci-app-qos": "24.148.86114
fbbfdb4",
"kmod-mt76-connac": "6.6.53.2024.09.29680bc70f-r1",
"luci-app-ddns": "24.255.83885
f8ef86b",
"sed": "4.9-r1",
"libmbedtls": "3.6.1-r1",
"tcpdump": "4.99.5-r1",
"wpad-openssl": "2024.09.155ace39b0-r1",
"odhcp6c": "2023.05.12
bcd28363-r20",
"ethtool": "6.6-r1",
"uci": "2023.08.105781664d-r1",
"luci-ssl": "23.035.26083
7550ad6",
"nmap": "7.95-r1",
"dropbear": "2024.85-r1",
"kmod-hwmon-core": "6.6.53-r1",
"mtd": "26",
"odhcpd-ipv6only": "2024.05.08a2988231-r1",
"procd-seccomp": "2024.07.07
f230c117-r1",
"kmod-crypto-hw-safexcel": "6.6.53-r1",
"libjson-script": "2024.03.29eb9bcb64-r1",
"kmod-crypto-authenc": "6.6.53-r1",
"kmod-mt7915e": "6.6.53.2024.09.29
680bc70f-r1",
"kmod-crypto-ccm": "6.6.53-r1",
"luci-app-sqm": "24.124.22943208333b",
"urandom-seed": "3",
"ppp": "2.4.9_git20210104-r6",
"kmod-leds-gpio": "6.6.53-r1",
"kmod-gpio-button-hotplug": "6.6.53-r4",
"logd": "2024.04.26
85f10530-r1",
"kmod-mac80211": "6.6.53.6.11-r1",
"luci-app-attendedsysupgrade": "24.205.37920e55f9d9",
"kmod-libphy": "6.6.53-r1",
"kmod-crypto-des": "6.6.53-r1",
"tmux": "3.4-r1",
"kmod-ppp": "6.6.53-r1",
"vim": "9.0-r1",
"mt7981-wo-firmware": "20240909-r1",
"htop": "3.3.0-r2",
"kmod-crypto-gcm": "6.6.53-r1",
"ca-bundle": "20240203-r1",
"kmod-crypto-cmac": "6.6.53-r1",
"luci": "23.051.66410
a505bb1",
"kmod-mt7981-firmware": "6.6.53.2024.09.29680bc70f-r1",
"kmod-lib-lzo": "6.6.53-r1",
"luci-app-adblock-fast": "1.1.2-3",
"kernel": "6.6.53
93f1158fb28508e15154aa6cb8a7c5fb-r1",
"stress": "1.0.7-r1",
"mtr-json": "0.95-r3",
"iperf3": "3.17.1-r3",
"urngd": "2023.11.0144365eb1-r1",
"kmod-cfg80211": "6.6.53.6.11-r1",
"luci-app-openvpn": "24.148.86114
27fc389",
"ppp-mod-pppoe": "2.4.9_git20210104-r6"
},
"profile": "xiaomi,mi-router-ax3000t-ubootmod",
"target": "mediatek/filogic",
"version": "SNAPSHOT",
"diff_packages": true,
"filesystem": "squashfs"
}

STDERR:

make: *** No rule to make target 'info'. Stop.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The reported entry point is the attended sysupgrade request to sysupgrade.openwrt.org for profile xiaomi,mi-router-ax3000t-ubootmod. Reproduce it with the supplied package list and inspect the ASU service path that invokes the build; done means the request completes without the “No rule to make target 'info'” error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.