Bug#980963: dpkg: Please add ARC architecture

2021-01-24 Thread Alexey Brodkin
html Please see attached patch which implements reqested change. -Alexey >From 96523e18473b56743bf2f7d308c2d786f337e52e Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Sun, 24 Jan 2021 00:34:52 +0300 Subject: [PATCH] Add ARC architecture --- data/cputable | 2 ++ scripts/t/Dpkg_Arc

Bug#980963: dpkg: Please add ARC architecture

2021-03-03 Thread Alexey Brodkin
Hi Helmut, > On Sat, Feb 06, 2021 at 07:25:35PM +0000, Alexey Brodkin wrote: > > Any chances to get updates on this one some time soon? > > No. The triplet cannot be changed once added. Therefore, the addition is > often deferred. The absence of the triplet can easil

Bug#980963: dpkg: Please add ARC architecture

2021-02-06 Thread Alexey Brodkin
Hello, Any chances to get updates on this one some time soon? Regards, Alexey

Bug#989453: Gentle ping

2021-08-28 Thread Alexey Brodkin
This is just a gentle reminder - we need this for ARC port for Debian. As Vineet has mentioned Wiki was properly updated. Is there anything else blocking this one? -Alexey X-Debbugs-CC: linux-snps-...@lists.infradead.org,guil...@debian.org,hel...@subdivi.de

Bug#989440: Debian: gmp: add support for arc

2021-08-30 Thread Alexey Brodkin
On Thu, 3 Jun 2021 19:00:30 + Vineet Gupta wrote: > Source: gmp > Severity: normal > Tags: patch > > Hi, > > To bootstrap arc port we need symbols file update in gmp. > Patch attached. Ping! -Alexey

Bug#989442: Debian: openssl: Add ARC target

2021-08-30 Thread Alexey Brodkin
On Thu, 3 Jun 2021 19:14:24 + Vineet Gupta wrote: > Source: openssl > Severity: normal > Tags: patch > > Hi, > > This is needed to bootstrap arc port. > Patch attached. Ping! -Alexey

Bug#992091: python3.9: Add arc-linux-gnu triplet

2021-08-30 Thread Alexey Brodkin
On Wed, 11 Aug 2021 15:34:09 +0300 Alexey Brodkin wrote: > Source: python3.9 > Severity: normal > Tags: patch upstream > > Dear Maintainer, > > There's a new triplet for ARCv2 processors "arc-linux-gnu" > defined here https://wiki.debian.org/Mul

Bug#989443: Debian: libffi: update symbols for ARC

2021-08-30 Thread Alexey Brodkin
On Thu, 3 Jun 2021 19:51:25 + Vineet Gupta wrote: > Source: libffi > Severity: normal > Tags: patch > > Hi, > > This is needed to bootstrap arc port. > Patch attached. Ping! -Alexey

Bug#989444: Debian: jemalloc: add arc support

2021-08-30 Thread Alexey Brodkin
On Thu, 3 Jun 2021 21:10:28 + Vineet Gupta wrote: > Update: upstream change has just now been merged. Ping! -Alexey

Bug#992091: python3.9: Add arc-linux-gnu triplet

2021-08-30 Thread Alexey Brodkin
Hello! On Wed, 11 Aug 2021 15:34:09 +0300 Alexey Brodkin wrote: > Source: python3.9 > Severity: normal > Tags: patch upstream > > Dear Maintainer, > > There's a new triplet for ARCv2 processors "arc-linux-gnu" > defined here https://wiki.debian.org/Mul

Bug#993466: libxcrypt-source: Add symbols for ARC

2021-09-01 Thread Alexey Brodkin
Package: libxcrypt-source Version: 4.4.25-1 Severity: normal Tags: patch Usertags: rebootstrap libxcrypt fails to build for ARC because of missing symbols. Please consider including the following symbols file: $ cat debian/libcrypt1.symbols.arc libcrypt.so.1 libcrypt1 #MINVER# #include

Bug#994287: binutils-source: Disable building cross-binutils for ARC until dpkg upload

2021-09-15 Thread Alexey Brodkin
Package: binutils-source Version: 2.37-6 Severity: normal Tags: patch Dear Maintainer, ARC support introduced via [1] enabled builds of cross-binutils for ARC, but with older dpkg which doesn't know ARC architecture it leads to buold failures see [2]. Let's disable building of cross-binutils

Bug#994402: binutils-source: Re-enable building of ARC cross-binutils

2021-09-15 Thread Alexey Brodkin
Package: binutils-source Version: 2.37-6 Severity: normal Tags: patch Dear Maintainer, W/o newer dpkg we cannot correctly build cross-Binutils for ARC as target architecture won't be recognized. And so we disabled it with [1]. And once new dpkg gets uploaded we're ready to re-enable this one

Bug#993786: gcc-defaults-ports: Please add cross-compilers for ARC

2021-09-06 Thread Alexey Brodkin
Source: gcc-defaults-ports Version: 1.190 Severity: normal Tags: patch Dear Maintainer, Now when we work on Debian port for ARC processors it's very handy to have a cross-compiler and ideally crossbuild-essential for ARC. Please refer to the following patch which adds ARC to the list of

Bug#993893: libxcrypt-source: Update symbols for ARC to match its real glibc minver 2.32

2021-09-07 Thread Alexey Brodkin
Package: libxcrypt-source Version: 4.4.25-2 Severity: normal Tags: patch Usertags: rebootstrap Dear Maintainer, In 4.4.25-2 version ARC symbols were added, but since before very recenly we used back-ported glibc 2.31 for ARC those aforementioned symbols were generated while building with glibc

Bug#994473:

2021-09-16 Thread Alexey Brodkin
Suggested fix is available in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994287

Bug#994190: binutils-source: Add ARC support

2021-09-13 Thread Alexey Brodkin
Package: binutils-source Version: 2.37-5 Severity: normal Tags: patch Dear Maintainer, Even though ARC architecture is long supported in upstream Binutils, we need to exaplicitly set default target configuration which will match GCC [1] & our expectation in Debian based on discussion here [2].

Bug#994211: libgc-source: Add ARC support

2021-09-13 Thread Alexey Brodkin
Package: libgc-source Version: 8.0.4-3 Severity: normal Tags: patch Dear Maintainer, Dear Maintainer, Please consider adding support of ARC architecture with a patch below. It's a back-port of upstream change [1] which will be a part of the next release whenever it happens. This is needed as

Bug#992091: python3.9: Add arc-linux-gnu triplet

2021-08-11 Thread Alexey Brodkin
Source: python3.9 Severity: normal Tags: patch upstream Dear Maintainer, There's a new triplet for ARCv2 processors "arc-linux-gnu" defined here https://wiki.debian.org/Multiarch/Tuples. With addition of this triplet to Python3 it becomes buildable for ARC. Attaching a simple diff that

Bug#989442: [Pkg-openssl-devel] Bug#989442: Debian: openssl: Add ARC target

2021-09-20 Thread Alexey Brodkin
Hi Sebastian, On Mon, 30 Aug 2021 21:12:57 +0200 Sebastian Andrzej Siewior wrote: > control: found -1 1.1.1g-1 > control: tags -1 + pending > > On 2021-08-30 19:30:07 [+0200], To Alexey Brodkin wrote: > > On 2021-08-30 16:37:11 [+0000], Alexey Brodkin wrote: > > &g

Bug#995195:

2021-10-01 Thread Alexey Brodkin
Control: forwarded -1 https://sourceware.org/bugzilla/show_bug.cgi?id=28408

Bug#980963: in package dpkg marked as pending

2021-10-25 Thread Alexey Brodkin
t/dpkg/dpkg.git/diff/?id=0d134cdcb > > --- > arch: Add support for ARCv2 CPU > > This is based on the ARCv2 32-bit little-endian hard-float ISA. > > Closes: #980963 > Based-on-patch-by: Alexey Brodkin > Just a polite reminder. It would be really great to get a new u