question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

luci-app-samba4: compilation error

See original GitHub issue
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for libreadline8 found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package libreadline8.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-samba4:
 *      libncursesw6
 * opkg_install_cmd: Cannot install package luci-app-samba4.
make[2]: *** [package/Makefile:69: package/install] Error 255

@Andy2244 this is on a netgear r7800 custom built image master

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
ptpt52commented, Feb 17, 2021

I am trying to make some changes and it build ok

diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index cc1e960a0c..bc5ddead4b 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -38,7 +38,7 @@ define Package/libncurses
   CATEGORY:=Libraries
   TITLE:=Terminal handling library (Unicode)
   URL:=http://www.gnu.org/software/ncurses/
-  PROVIDES:=libncursesw
+  PROVIDES:=libncursesw libncursesw6
   DEPENDS:= +terminfo
   ABI_VERSION:=6
 endef

@hnyman @Ansuel

1reaction
avbohemencommented, Feb 18, 2021

I had the same error yesterday, with me it was only libreadline8. It is now (probably) solved by https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=0db9d118657dd93509abec817eb22ce13d0ec1b6

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with OpenWRT: luci-app-samba4 - Reddit
It was a bug which is now fixed yesterday, you'll have to update the luci samba4 package once it's up.
Read more >
Latest Snapshot, Samba4 not installing - OpenWrt Forum
I'm using latest snapshot and getting following error while installing samba4, any work around for this error? Please help
Read more >
File Sharing Server on OpenWRT with Samba4 (SMB)
OpenWRT - File Sharing Server on OpenWRT with Samba4 (SMB) ... Samba4 Server with Putty (CLI) 08:35 - Install luci - app -...
Read more >
Turris OS 5.0 is released! - Community office
I am not able to find luci-app-radius in Turris OS 3.x and not even in OpenWrt feeds. Isn't there a possibility that you...
Read more >
Van Tech Corner & Friends | share openwrt x86 router ...
share openwrt x86 router firmware i compile, trunk latest. ... luci-app-samba4 ... But when upgrading the software, I get error 255.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found