From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Jonathan Ben Avraham <yba@tkos.co.il>
Subject: [Buildroot] [PATCH 3/5] package/sphinxbase: remove package
Date: Tue, 7 Apr 2026 10:50:00 +0200 [thread overview]
Message-ID: <20260407085004.773278-3-bernd@kuhls.net> (raw)
In-Reply-To: <20260407085004.773278-1-bernd@kuhls.net>
The upstream github repo https://github.com/cmusphinx/sphinxbase
"was archived by the owner on Jun 9, 2022."
Remove an unmaintained package which also causes build errors due to
changes to a released tarball.
Jonathan Ben-Avraham answered by email, which maybe is still sitting in
a queue on the buildroot mailinglist, on Feb, 21st, 2026:
"I was the package submitter. Please remove the package."
Fixes:
https://autobuild.buildroot.net/results/b45/b45eebbcc86f33741053bb6f9b89e16c7041c470/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Cc: Jonathan Ben Avraham <yba@tkos.co.il>
---
Config.in.legacy | 7 +++++++
DEVELOPERS | 1 -
package/Config.in | 1 -
package/sphinxbase/Config.in | 13 -------------
package/sphinxbase/sphinxbase.hash | 3 ---
package/sphinxbase/sphinxbase.mk | 19 -------------------
6 files changed, 7 insertions(+), 37 deletions(-)
delete mode 100644 package/sphinxbase/Config.in
delete mode 100644 package/sphinxbase/sphinxbase.hash
delete mode 100644 package/sphinxbase/sphinxbase.mk
diff --git a/Config.in.legacy b/Config.in.legacy
index 64112f97c5..d13d4ee88f 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2026.05"
+config BR2_PACKAGE_SPHINXBASE
+ bool "sphinxbase removed"
+ select BR2_LEGACY
+ help
+ sphinxbase was no longer maintained upstream, so it has
+ been dropped.
+
config BR2_PACKAGE_OPENSWAN
bool "openswan removed"
select BR2_LEGACY
diff --git a/DEVELOPERS b/DEVELOPERS
index 6fd01545c5..f2548f676b 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1740,7 +1740,6 @@ F: package/dawgdic/
F: package/libphidget/
F: package/phidgetwebservice/
F: package/rapidxml/
-F: package/sphinxbase/
N: Joris Offouga <offougajoris@gmail.com>
F: package/python-colorlog/
diff --git a/package/Config.in b/package/Config.in
index 774f77c106..3e330b2fcf 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2278,7 +2278,6 @@ endif
source "package/ruy/Config.in"
source "package/shapelib/Config.in"
source "package/skalibs/Config.in"
- source "package/sphinxbase/Config.in"
source "package/startup-notification/Config.in"
source "package/tbb/Config.in"
source "package/tensorflow-lite/Config.in"
diff --git a/package/sphinxbase/Config.in b/package/sphinxbase/Config.in
deleted file mode 100644
index 00a19f6178..0000000000
--- a/package/sphinxbase/Config.in
+++ /dev/null
@@ -1,13 +0,0 @@
-config BR2_PACKAGE_SPHINXBASE
- bool "sphinxbase"
- depends on BR2_TOOLCHAIN_HAS_THREADS
- help
- CMUSphinx toolkit is a leading speech recognition toolkit
- with various tools used to build speech applications. CMU
- Sphinx toolkit has a number of packages for different tasks
- and applications.
-
- http://cmusphinx.sourceforge.net/
-
-comment "sphinxbase needs a toolchain with threads"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/sphinxbase/sphinxbase.hash b/package/sphinxbase/sphinxbase.hash
deleted file mode 100644
index 433fba685d..0000000000
--- a/package/sphinxbase/sphinxbase.hash
+++ /dev/null
@@ -1,3 +0,0 @@
-# Locally computed
-sha256 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64 sphinxbase-5prealpha.tar.gz
-sha256 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043 src/libsphinxbase/util/bio.c
diff --git a/package/sphinxbase/sphinxbase.mk b/package/sphinxbase/sphinxbase.mk
deleted file mode 100644
index 86f9089b48..0000000000
--- a/package/sphinxbase/sphinxbase.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-################################################################################
-#
-# sphinxbase
-#
-################################################################################
-
-SPHINXBASE_VERSION = 5prealpha
-SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha
-SPHINXBASE_LICENSE = BSD-2-Clause
-# Note http://sourceforge.net/p/cmusphinx/bugs/441/ "LICENSE file missing in"
-# 5prealpha tarballs". The license is contained in the copyright notice at the
-# top of each source file. For example:
-SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c
-
-SPHINXBASE_DEPENDENCIES = host-bison
-
-SPHINXBASE_CONF_OPTS = --without-python --without-lapack
-
-$(eval $(autotools-package))
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-04-07 8:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 8:49 [Buildroot] [PATCH 1/5] package/rubix: remove package Bernd Kuhls
2026-04-07 8:49 ` [Buildroot] [PATCH 2/5] package/openswan: " Bernd Kuhls
2026-04-07 8:50 ` Bernd Kuhls [this message]
2026-04-07 8:50 ` [Buildroot] [PATCH 4/5] package/cegui: " Bernd Kuhls
2026-04-07 8:50 ` [Buildroot] [PATCH 5/5] package/snort: " Bernd Kuhls
2026-04-07 20:01 ` Arnout Vandecappelle via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260407085004.773278-3-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=yba@tkos.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox