public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 07/62] spandsp: Update to 0.0.6
Date: Sun, 16 Aug 2020 10:28:58 +0000	[thread overview]
Message-ID: <20200816102953.3881-7-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4916 bytes --]

This package - for some reason - does not build on i586 with
the latest version of glibc. The reason is that MMX instructions
are being used which are not allowed on i586.

However, since the assembler has not been changed, this should
have been caught before. Weird.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/packages/spandsp | 23 +++++++++++++++++++++--
 lfs/spandsp                       |  8 ++++----
 2 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/config/rootfiles/packages/spandsp b/config/rootfiles/packages/spandsp
index aaff0332e..28fd397f7 100644
--- a/config/rootfiles/packages/spandsp
+++ b/config/rootfiles/packages/spandsp
@@ -1,5 +1,6 @@
 #usr/include/spandsp
 #usr/include/spandsp.h
+#usr/include/spandsp/ademco_contactid.h
 #usr/include/spandsp/adsi.h
 #usr/include/spandsp/arctan2.h
 #usr/include/spandsp/async.h
@@ -32,8 +33,10 @@
 #usr/include/spandsp/gsm0610.h
 #usr/include/spandsp/hdlc.h
 #usr/include/spandsp/ima_adpcm.h
+#usr/include/spandsp/image_translate.h
 #usr/include/spandsp/logging.h
 #usr/include/spandsp/lpc10.h
+#usr/include/spandsp/math_fixed.h
 #usr/include/spandsp/modem_connect_tones.h
 #usr/include/spandsp/modem_echo.h
 #usr/include/spandsp/noise.h
@@ -42,6 +45,7 @@
 #usr/include/spandsp/plc.h
 #usr/include/spandsp/power_meter.h
 #usr/include/spandsp/private
+#usr/include/spandsp/private/ademco_contactid.h
 #usr/include/spandsp/private/adsi.h
 #usr/include/spandsp/private/async.h
 #usr/include/spandsp/private/at_interpreter.h
@@ -50,6 +54,7 @@
 #usr/include/spandsp/private/bert.h
 #usr/include/spandsp/private/bitstream.h
 #usr/include/spandsp/private/dtmf.h
+#usr/include/spandsp/private/echo.h
 #usr/include/spandsp/private/fax.h
 #usr/include/spandsp/private/fax_modems.h
 #usr/include/spandsp/private/fsk.h
@@ -59,9 +64,11 @@
 #usr/include/spandsp/private/gsm0610.h
 #usr/include/spandsp/private/hdlc.h
 #usr/include/spandsp/private/ima_adpcm.h
+#usr/include/spandsp/private/image_translate.h
 #usr/include/spandsp/private/logging.h
 #usr/include/spandsp/private/lpc10.h
 #usr/include/spandsp/private/modem_connect_tones.h
+#usr/include/spandsp/private/modem_echo.h
 #usr/include/spandsp/private/noise.h
 #usr/include/spandsp/private/oki_adpcm.h
 #usr/include/spandsp/private/queue.h
@@ -70,14 +77,20 @@
 #usr/include/spandsp/private/silence_gen.h
 #usr/include/spandsp/private/super_tone_rx.h
 #usr/include/spandsp/private/super_tone_tx.h
+#usr/include/spandsp/private/swept_tone.h
 #usr/include/spandsp/private/t30.h
+#usr/include/spandsp/private/t30_dis_dtc_dcs_bits.h
 #usr/include/spandsp/private/t31.h
 #usr/include/spandsp/private/t38_core.h
 #usr/include/spandsp/private/t38_gateway.h
 #usr/include/spandsp/private/t38_non_ecm_buffer.h
 #usr/include/spandsp/private/t38_terminal.h
-#usr/include/spandsp/private/t4.h
+#usr/include/spandsp/private/t4_rx.h
+#usr/include/spandsp/private/t4_t6_decode.h
+#usr/include/spandsp/private/t4_t6_encode.h
+#usr/include/spandsp/private/t4_tx.h
 #usr/include/spandsp/private/time_scale.h
+#usr/include/spandsp/private/timezone.h
 #usr/include/spandsp/private/tone_detect.h
 #usr/include/spandsp/private/tone_generate.h
 #usr/include/spandsp/private/v17rx.h
@@ -96,8 +109,10 @@
 #usr/include/spandsp/schedule.h
 #usr/include/spandsp/sig_tone.h
 #usr/include/spandsp/silence_gen.h
+#usr/include/spandsp/stdbool.h
 #usr/include/spandsp/super_tone_rx.h
 #usr/include/spandsp/super_tone_tx.h
+#usr/include/spandsp/swept_tone.h
 #usr/include/spandsp/t30.h
 #usr/include/spandsp/t30_api.h
 #usr/include/spandsp/t30_fcf.h
@@ -108,9 +123,13 @@
 #usr/include/spandsp/t38_gateway.h
 #usr/include/spandsp/t38_non_ecm_buffer.h
 #usr/include/spandsp/t38_terminal.h
-#usr/include/spandsp/t4.h
+#usr/include/spandsp/t4_rx.h
+#usr/include/spandsp/t4_t6_decode.h
+#usr/include/spandsp/t4_t6_encode.h
+#usr/include/spandsp/t4_tx.h
 #usr/include/spandsp/telephony.h
 #usr/include/spandsp/time_scale.h
+#usr/include/spandsp/timezone.h
 #usr/include/spandsp/timing.h
 #usr/include/spandsp/tone_detect.h
 #usr/include/spandsp/tone_generate.h
diff --git a/lfs/spandsp b/lfs/spandsp
index 62226d88e..25a3dae1b 100644
--- a/lfs/spandsp
+++ b/lfs/spandsp
@@ -24,15 +24,15 @@
 
 include Config
 
-VER        = 0.0.6pre12
+VER        = 0.0.6
 
 THISAPP    = spandsp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/spandsp-0.0.6
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = spandsp
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       = libtiff
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 497e04c890ee864c629908a169507238
+$(DL_FILE)_MD5 = 897d839516a6d4edb20397d4757a7ca3
 
 install : $(TARGET)
 
-- 
2.20.1


  parent reply	other threads:[~2020-08-16 10:28 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-16 10:28 [PATCH 01/62] bison: Update to 3.7.1 Michael Tremer
2020-08-16 10:28 ` [PATCH 02/62] minicom: Update to 2.7.1 Michael Tremer
2020-08-16 10:28 ` [PATCH 03/62] fping: Update to 5.0 Michael Tremer
2020-08-16 10:28 ` [PATCH 04/62] xfsprogs: Update to 5.7.0 Michael Tremer
2020-08-16 10:28 ` [PATCH 05/62] lsof: Update to 4.91 Michael Tremer
2020-08-16 10:28 ` [PATCH 06/62] dnsdist: Update to 1.5.0 Michael Tremer
2020-08-16 10:28 ` Michael Tremer [this message]
2020-08-16 10:28 ` [PATCH 08/62] watchdog: Update to 5.16 Michael Tremer
2020-08-16 10:29 ` [PATCH 09/62] cpio: Package won't build with GCC 10 without -fcommon Michael Tremer
2020-08-16 10:29 ` [PATCH 10/62] dhcp: Fix compiling with GCC 10 Michael Tremer
2020-08-16 10:29 ` [PATCH 11/62] efivar: Fix build " Michael Tremer
2020-08-16 10:29 ` [PATCH 12/62] linux-atm: " Michael Tremer
2020-08-16 10:29 ` [PATCH 13/62] gnupg: Fix building " Michael Tremer
2020-08-16 10:29 ` [PATCH 14/62] cdrkit: Fix build " Michael Tremer
2020-08-16 10:29 ` [PATCH 15/62] logrotate: " Michael Tremer
2020-08-16 10:29 ` [PATCH 16/62] libtirpc: " Michael Tremer
2020-08-16 10:29 ` [PATCH 17/62] sysfsutils: " Michael Tremer
2020-08-16 10:29 ` [PATCH 18/62] cups-filters: " Michael Tremer
2020-08-16 10:29 ` [PATCH 19/62] foomatic: " Michael Tremer
2020-08-16 10:29 ` [PATCH 20/62] htop: " Michael Tremer
2020-08-16 10:29 ` [PATCH 21/62] squidguard: " Michael Tremer
2020-08-16 10:29 ` [PATCH 22/62] netatalk: " Michael Tremer
2020-08-16 10:29 ` [PATCH 23/62] 7zip: Fix build against " Michael Tremer
2020-08-16 10:29 ` [PATCH 24/62] collectd: Fix build with " Michael Tremer
2020-08-16 10:29 ` [PATCH 25/62] icinga: " Michael Tremer
2020-08-16 10:29 ` [PATCH 26/62] openvmtools: Update to 11.1.0 Michael Tremer
2020-08-16 10:29 ` [PATCH 27/62] motion: Fix build with GCC 10 Michael Tremer
2020-08-16 10:29 ` [PATCH 28/62] tftpd: " Michael Tremer
2020-08-16 10:29 ` [PATCH 29/62] w_scan: " Michael Tremer
2020-08-16 10:29 ` [PATCH 30/62] minidlna: " Michael Tremer
2020-08-16 10:29 ` [PATCH 31/62] sarg: " Michael Tremer
2020-08-16 10:29 ` [PATCH 32/62] bird: " Michael Tremer
2020-08-16 10:29 ` [PATCH 33/62] frr: " Michael Tremer
2020-08-16 10:29 ` [PATCH 34/62] iftop: " Michael Tremer
2020-08-16 10:29 ` [PATCH 35/62] lcdproc: " Michael Tremer
2020-08-16 10:29 ` [PATCH 36/62] ipfire-netboot: " Michael Tremer
2020-08-16 10:29 ` [PATCH 37/62] syslinux: " Michael Tremer
2020-08-16 10:29 ` [PATCH 38/62] u-boot: " Michael Tremer
2020-08-16 10:29 ` [PATCH 39/62] kbd: Update to 2.2.0 Michael Tremer
2020-08-16 10:29 ` [PATCH 40/62] bacula: Fix build with GCC 10 Michael Tremer
2020-08-16 10:29 ` [PATCH 42/62] make.sh: Remove -mindirect-branch=thunk and -mfunction-return=thunk as default Michael Tremer
2020-08-16 10:29 ` [PATCH 43/62] Update glibc to 2.32 Michael Tremer
2020-08-16 10:29 ` [PATCH 44/62] rpcsvc-proto: New package Michael Tremer
2020-08-16 10:29 ` [PATCH 45/62] Build libtirpc earlier because RPC does not come with glibc any more Michael Tremer
2020-08-16 10:29 ` [PATCH 46/62] python(2/3): Remove nis module Michael Tremer
2020-08-16 10:29 ` [PATCH 47/62] squid: Remove basic_nis_auth Michael Tremer
2020-08-16 10:29 ` [PATCH 48/62] conntrack-tools: Fix build against libtirpc Michael Tremer
2020-08-16 10:29 ` [PATCH 49/62] xinetd: Fix build against glibc 2.32 (without RPC) Michael Tremer
2020-08-16 10:29 ` [PATCH 50/62] libnfsidmap: Split into a separate package Michael Tremer
2020-08-16 10:29 ` [PATCH 51/62] nfs: Update to 2.5.1 and remove bundled libnfsidmap Michael Tremer
2020-08-16 10:29 ` [PATCH 52/62] cmake: Do not limit compile processes to only two Michael Tremer
2020-08-16 10:29 ` [PATCH 53/62] mpfr: Update to 4.1.0 Michael Tremer
2020-08-16 10:29 ` [PATCH 54/62] gcc: Bundle against OS versions of gmp/mpfr Michael Tremer
2020-08-16 10:29 ` [PATCH 55/62] make.sh: Enable -fstack-clash-protection for x86_64/aarch64 Michael Tremer
2020-08-16 10:29 ` [PATCH 56/62] make.sh: Add -fcf-protection for x86_64/i586 Michael Tremer
2020-08-16 10:29 ` [PATCH 57/62] make.sh: Bump toolchain version Michael Tremer
2020-08-16 10:29 ` [PATCH 58/62] glibc: Drop any custom CFLAGS Michael Tremer
2020-08-16 10:29 ` [PATCH 59/62] glibc: Pass -Wno-error=maybe-uninitialized Michael Tremer
2020-08-16 10:29 ` [PATCH 60/62] make: Run autoreconf after applying patches Michael Tremer
2020-08-16 10:29 ` [PATCH 61/62] perl: Fix build in toolchain stage Michael Tremer
2020-08-16 10:29 ` [PATCH 62/62] make.sh: Increase maximum size of ramdisk to 8GB Michael Tremer

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=20200816102953.3881-7-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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