[21.02] opkg fails to install manually downloaded packages

2021-04-28 Thread Sven Roederer
Hi, I've seen this once, but just was able to double check ... Using a freshly installed OpenWrt 21.02 fails to install a package that has been downloaded manually. I had seen this initially when using my own image where a package was missing. To fix I copied over with scp and wanted to instal

Re: opkg fails to install manually downloaded packages

2021-04-29 Thread Sven Roederer
Am Donnerstag, 29. April 2021, 01:54:34 CEST schrieb Sven Roederer: > > Using a freshly installed OpenWrt 21.02 fails to install a package that has > been downloaded manually. I had seen this initially when using my own image > where a package was missing. To fix I copied over with scp and wanted

Re: opkg fails to install manually downloaded packages

2021-04-30 Thread Hannu Nyman
Sven Roederer kirjoitti 30.4.2021 klo 1.44: Am Donnerstag, 29. April 2021, 01:54:34 CEST schrieb Sven Roederer: Using a freshly installed OpenWrt 21.02 fails to install a package that has been downloaded manually. I had seen this initially when using my own image where a package was missing. To

Re: opkg fails to install manually downloaded packages

2021-04-30 Thread Sven Roederer
Am Freitag, 30. April 2021, 14:23:12 CEST schrieb Hannu Nyman: > Sven Roederer kirjoitti 30.4.2021 klo 1.44: > > Am Donnerstag, 29. April 2021, 01:54:34 CEST schrieb Sven Roederer: > >> Using a freshly installed OpenWrt 21.02 fails to install a package that > >> has > >> been downloaded manually. I

Re: opkg fails to install manually downloaded packages

2021-05-01 Thread Hannu Nyman
Sven Roederer kirjoitti 30.4.2021 klo 22.43: ... Digging further I found installing online pulled librt in. Restarting from scratch ... Downloading librt and wall via wget and running `opkg *.ipk` - packages have been installed successfully. So the issue is obviously caused by resolving the depe

Re: opkg fails to install manually downloaded packages

2021-05-01 Thread Sven Roederer
Am Samstag, 1. Mai 2021, 15:14:35 CEST schrieb Hannu Nyman: > Sven Roederer kirjoitti 30.4.2021 klo 22.43: > > ... > > Digging further I found installing online pulled librt in. Restarting from > > scratch ... > > Downloading librt and wall via wget and running `opkg *.ipk` - packages > > have been

Re: opkg fails to install manually downloaded packages

2021-05-01 Thread Sven Roederer
Am Samstag, 1. Mai 2021, 15:14:35 CEST schrieb Hannu Nyman: > Sven Roederer kirjoitti 30.4.2021 klo 22.43: > > ... > > Digging further I found installing online pulled librt in. Restarting from > > scratch ... > > Downloading librt and wall via wget and running `opkg *.ipk` - packages > > have been

Re: opkg fails to install manually downloaded packages

2021-05-02 Thread Hannu Nyman
Sven Roederer kirjoitti 1.5.2021 klo 21.52: Am Samstag, 1. Mai 2021, 15:14:35 CEST schrieb Hannu Nyman: Sven Roederer kirjoitti 30.4.2021 klo 22.43: ... Digging further I found installing online pulled librt in. Restarting from scratch ... Downloading librt and wall via wget and running `opkg *

Re: opkg fails to install manually downloaded packages

2021-05-16 Thread Sven Roederer
Hannu, thanks for your support to narrow this down. Am Sonntag, 2. Mai 2021, 18:43:20 CEST schrieb Hannu Nyman: > Sounds like a bug, but it should be named something like "Misleading opkg > catch-all error message 'incompatible architecture' " > Made https://bugs.openwrt.org/index.php?do=detail

Re: opkg fails to install manually downloaded packages

2021-05-16 Thread Hauke Mehrtens
On 5/16/21 11:04 PM, Sven Roederer wrote: Hannu, thanks for your support to narrow this down. Am Sonntag, 2. Mai 2021, 18:43:20 CEST schrieb Hannu Nyman: Sounds like a bug, but it should be named something like "Misleading opkg catch-all error message 'incompatible architecture' " Made http

Re: opkg fails to install manually downloaded packages

2021-05-18 Thread Sven Roederer
Hauke, thanks for the pointer. My comments in the original thread. Sven Am Sonntag, 16. Mai 2021, 23:34:04 CEST schrieb Hauke Mehrtens: > > I debugged a similar problem a week ago and added this patch to opkg: > https://patchwork.ozlabs.org/project/openwrt/patch/20210502205912.23753-1-ha > u..