<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/ansuel/package/devel, branch master</title>
<subtitle>Staging tree of Christian Marangi</subtitle>
<id>https://git.openwrt.org/openwrt/staging/ansuel/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/ansuel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/'/>
<updated>2022-06-26T22:57:15Z</updated>
<entry>
<title>valgrind: bump to 3.19.0</title>
<updated>2022-06-26T22:57:15Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2022-05-23T09:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=d075bb3f4a5317fa403cc8fa11bd561607ea6b71'/>
<id>urn:sha1:d075bb3f4a5317fa403cc8fa11bd561607ea6b71</id>
<content type='text'>
Patches automatically rebased.

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>strace: Update to version 5.16</title>
<updated>2022-02-01T20:25:02Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-01-29T10:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=64866ba47412c8cb39f891b1861c25df22023694'/>
<id>urn:sha1:64866ba47412c8cb39f891b1861c25df22023694</id>
<content type='text'>
The sizes of the ipk changed on MIPS 24Kc like this:
289764 strace_5.14-1_mips_24kc.ipk
310899 strace_5.16-1_mips_24kc.ipk

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>gdb: Update gdb to version 11.2</title>
<updated>2022-02-01T20:25:02Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-01-29T10:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=5b96048de109f7004de9f975c998523c1b252a80'/>
<id>urn:sha1:5b96048de109f7004de9f975c998523c1b252a80</id>
<content type='text'>
This is a minor corrective release over GDB 11.1, fixing the following issues:
* PR sim/28302 (gdb fails to build with glibc 2.34)
* PR build/28318 (std::thread support configure check does not use CXX_DIALECT)
* PR gdb/28405 (arm-none-eabi: internal-error: ptid_t remote_target::select_thread_for_ambiguous_stop_reply(const target_waitstatus*): Assertion `first_resumed_thread != nullptr' failed)
* PR tui/28483 ([gdb/tui] breakpoint creation not displayed)
* PR build/28555 (uclibc compile failure since commit 4655f8509fd44e6efabefa373650d9982ff37fd6)
* PR rust/28637 (Rust characters will be encoded using DW_ATE_UTF)
* PR gdb/28758 (GDB 11 doesn't work correctly on binaries with a SHT_RELR (.relr.dyn) section)
* PR gdb/28785 (Support SHT_RELR (.relr.dyn) section)

The sizes of the ipk changed on mips 24Kc like this:
2285775 gdb_11.1-3_mips_24kc.ipk
2287441 gdb_11.2-4_mips_24kc.ipk
191828 gdbserver_11.1-3_mips_24kc.ipk
191811 gdbserver_11.2-4_mips_24kc.ipk

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>arc770: Remove arc770 target</title>
<updated>2022-01-28T20:58:24Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-01-22T18:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=fcb29171bc9a3a80c2685ef23ba6552abef04bbb'/>
<id>urn:sha1:fcb29171bc9a3a80c2685ef23ba6552abef04bbb</id>
<content type='text'>
The arc700 target is not booting up since some time, see here:
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/400

It looks like there is a problem in the toolchain when using glibc.

Currently no one is working on fixing this problem, remove the target
instead. This target also does not have many users we are aware of.

If someone wants to have this target back, feel free to add a fixed
version of this target again.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Acked-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
Acked-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>perf: Depend on libbfd and libopcodes when enabled</title>
<updated>2022-01-28T04:16:57Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2022-01-08T16:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=17135ae0917b54f8ba30a834b2cf8bbcfc0778e6'/>
<id>urn:sha1:17135ae0917b54f8ba30a834b2cf8bbcfc0778e6</id>
<content type='text'>
bpftool will enabled libbfd and libopcodes which gets picked up by perf
as libraries to link against. Add those missing dependencies when either
of these packages are enabled.

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>binutils: fix compiling with arch-based distros</title>
<updated>2022-01-02T19:33:28Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2021-12-30T22:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=7df80be410ca846bbea632a9f32a189dc5afe374'/>
<id>urn:sha1:7df80be410ca846bbea632a9f32a189dc5afe374</id>
<content type='text'>
Arch Linux users have encountered problems with packages that have a dependency on binutils. This error happens when libtool is doing:
  libtool: relink: ...
So change PKG_FIXUP to "patch-libtool".

Fixes error in the form of:
  libtool: install: error: relink `libctf.la' with the above command
           before installing it

Upstream Bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=28545

OpenWrt Bug:
https://bugs.openwrt.org/index.php?do=details&amp;task_id=4149

Acked-by: John Audia &lt;graysky@archlinux.us&gt;
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>gdb: Make only full gdb depend on libgmp</title>
<updated>2021-11-07T17:32:21Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-11-07T16:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=71af55ae2a9f5de71041936502c6a631349f33a7'/>
<id>urn:sha1:71af55ae2a9f5de71041936502c6a631349f33a7</id>
<content type='text'>
libgmp is only needed for the full gdb and not for the gdbserver
application.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>gdb: Add explicit patch to libgmp</title>
<updated>2021-11-07T17:32:21Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-11-07T16:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=84616a1725ad274852a7bb016c25653627505714'/>
<id>urn:sha1:84616a1725ad274852a7bb016c25653627505714</id>
<content type='text'>
Without giving the patch gdb does not compile on Arch Linux.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>binutils: Update to version 2.37</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-31T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=7f1edbd41295dff9f2127b169fbc086c0fb2c14e'/>
<id>urn:sha1:7f1edbd41295dff9f2127b169fbc086c0fb2c14e</id>
<content type='text'>
This matches the version used in the toolchain.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>strace: Update to version 5.14</title>
<updated>2021-11-03T22:52:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-31T16:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ansuel/commit/?id=c4415993e1b32fd9b1d658d9a6afd2aa5e4e8b27'/>
<id>urn:sha1:c4415993e1b32fd9b1d658d9a6afd2aa5e4e8b27</id>
<content type='text'>
Explicitly deactivate libselinux, otherwise we get a hard dependency to
libselinux.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
