Bug#926884: distcc: Does not work with clang

2019-06-20 Thread Shawn Landden
#1) I talked to some other dds and this is not a release critical bug

#2) this is a different bug from the python script bug.

Regarding the other bug:
That script *does* work (I developed and use it on Debian), however that is
a nasty bug and I don't know how to solve it.

Shawn.

El jue., 20 jun. 2019 1:13, Christian Marillat 
escribió:

> > Package: distcc
> > Followup-For: Bug #926884
> >
> > This package should not be released in Buster with this bug,
> > clang is an important compiler (and much easier for cross-compiling)
> > and not working with it is too big of a bug.
>
> I'm sorry but no. Your python script doesnt work for Debian See #920709
>
> Christian
>


Bug#926884: distcc: Does not work with clang

2019-06-20 Thread Christian Marillat
> Package: distcc
> Followup-For: Bug #926884
>
> This package should not be released in Buster with this bug,
> clang is an important compiler (and much easier for cross-compiling)
> and not working with it is too big of a bug.

I'm sorry but no. Your python script doesnt work for Debian See #920709

Christian



Bug#926884: distcc: Does not work with clang

2019-06-19 Thread Shawn Landden
severity -1 serious
Message-ID: 
<156099516006.31749.3126069341315892890.reportbug@big-daddy.novalocal>
X-Mailer: reportbug 7.5.2
Date: Wed, 19 Jun 2019 21:46:00 -0400
X-Debbugs-Cc: sh...@git.icu

Package: distcc
Followup-For: Bug #926884

This package should not be released in Buster with this bug,
clang is an important compiler (and much easier for cross-compiling)
and not working with it is too big of a bug.

Your Upstream,

Shawn Landden

-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ppc64el (ppc64le)

Kernel: Linux 4.19.0-5-powerpc64le (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages distcc depends on:
ii  adduser3.118
ii  debconf [debconf-2.0]  1.5.72
ii  init-system-helpers1.56+nmu1
ii  libavahi-client3   0.7-4+b1
ii  libavahi-common3   0.7-4+b1
ii  libc6  2.28-10
ii  libgssapi-krb5-2   1.17-2
ii  libpopt0   1.16-12
ii  lsb-base   10.2019051400
ii  netbase5.6

distcc recommends no packages.

Versions of packages distcc suggests:
ii  ccache   3.7.1-1
ii  dbus 1.12.16-1
pn  distcc-pump  
pn  distccmon-gnome  
pn  dmucs



Bug#926884: distcc: Does not work with clang

2019-04-11 Thread Shawn Landden
Source: distcc
Severity: important

Dear Maintainer,

dh_auto_configure is providing --build without --host, which results in
autoconf not setting $host, which results in distcc not getting GNU_HOST
which it passes to clang for native builds.

If you try to compile with clang on a native build it quits with 
error: unknown target triple 'unknown', please use -triple or -arch

Please pass --host to autotools

-   if (dpkg_architecture_value("DEB_BUILD_GNU_TYPE") ne 
dpkg_architecture_value("DEB_HOST_GNU_TYPE")) {
-   push @opts, 
"--host=".dpkg_architecture_value("DEB_HOST_GNU_TYPE");
-   }

Thanks,

Shawn Landden
Your upstream.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: arm64 (aarch64)
Foreign Architectures: armel, armhf

Kernel: Linux 4.15.11-mainline-rev1 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)