[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-4.15] automation/alpine: add g++ to the list of build depends


  • To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
  • Date: Sat, 6 Mar 2021 10:22:59 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=RAbokgouAJiZok99t77IvB48sf4WX3fJDAvRp5ALggo=; b=Bc0QlrNZ4tL98YjWmpi+PpuQZstOaaquwWjfgCSaL0ha/y4tl8DClN0xCF6XzI76LREuyJByeif0KThHpIHBx/XQBp3uDb6bvO3QHZfQ0jtzViSUClMdOIJ/nXwQ27LZfai54Dz/eZLw8KFZZJywqg/iHt9Nx8dKynTnFqoSotuAr7EjMO0CApzi7D188oqJxi6bE8G6uruJ3x0gKSZvTBqdbyaE1/29N4ERI+/JsJe47uhpKS2iWAdzLZYvi29ati2D7sAlNBiuIi+U5Ij/uL6yHlIGzziWTIENWFIfXkYLlx6AUKx3kkk9trKw3NMhU0nCwJUSIyGIAIUvyqStfA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BSEZzr1RFzvj4WuFNh9gn3uqcDklN4dAT51LF7iEJjXT41+vJtLtbXPBoW32DmKNsANhVQ8bt2ubmStx5P4kHKetDfPeBJrNAwgF10Q2o+JcSCGzd1f9dBz+OzC9trjJoj+IYbfxMTSjY9F90dspW/ByoleVHzsLbdilNjTp9HYcBptJBV38HQbFotUtgnffWiv5NafzT3NvyYUOjX+a2nhq6M8AYPrYttO212IONACHWJZjFF8M/KddB0Q8TaOQZWpBS02UnDkU1/zFKLEnjS9pHrN7zFC5ayXH5V81SWk0HQYKX8LU1w1WDDP8Xz3dRXDXQLaTWETRR/0T0DDHkg==
  • Authentication-results: esa6.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
  • Cc: Jan Beulich <jbeulich@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • Delivery-date: Sat, 06 Mar 2021 09:24:21 +0000
  • Ironport-sdr: s3r3AwYv7BNW+/pKFXq+BOCtnbd6PKANZsXUK5dPkX8xmjxtenSXTI35xJZCcqbf7EqcXV8ZWZ 9g9HavGyPoDR63MGbYVyRL3thOgEwb7b84HROojXDu5qm2AxbiM5zonU5XIUZosN87RzdgMujW 5Sd59Mf+pgl0ro6T5UflPGTaVLu12SyLvdPx6tdxUJ7socQ5eSDRyOq+u+QrPjlJS4DVyAk8sx 0Q6o/lPEJ8lsdreneCPh9hvlJFufEQP1vIYb2HeyLxcopB2BVkQIX3YbLYZTm7E+zKZGto59sk NvM=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On Fri, Mar 05, 2021 at 05:40:51PM -0800, Stefano Stabellini wrote:
> On Tue, 2 Mar 2021, Stefano Stabellini wrote:
> > On Tue, 2 Mar 2021, Jan Beulich wrote:
> > > On 02.03.2021 10:36, Roger Pau Monné wrote:
> > > > On Tue, Mar 02, 2021 at 09:53:41AM +0100, Jan Beulich wrote:
> > > >> On 02.03.2021 09:14, Roger Pau Monné wrote:
> > > >>> On Mon, Mar 01, 2021 at 06:01:36PM +0000, Andrew Cooper wrote:
> > > >>>> On 01/03/2021 17:59, Andrew Cooper wrote:
> > > >>>>> On 01/03/2021 09:58, Roger Pau Monne wrote:
> > > >>>>>> clang++ relies on the C++ headers installed by g++, or else a clang
> > > >>>>>> build will hit the following error:
> > > >>>>>>
> > > >>>>>> <built-in>:3:10: fatal error: 'cstring' file not found
> > > >>>>>> #include "cstring"
> > > >>>>>>          ^~~~~~~~~
> > > >>>>>> 1 error generated.
> > > >>>>>> make[10]: *** [Makefile:120: headers++.chk] Error 1
> > > >>>>>>
> > > >>>>>> Reported-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
> > > >>>>>> Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
> > > >>>>>> ---
> > > >>>>>> Cc: Ian Jackson <iwj@xxxxxxxxxxxxxx>
> > > >>>>>> No real risk here from a release PoV, it's just pulling a package
> > > >>>>>> required for the Alpine clang build. Worse that cold happen is that
> > > >>>>>> the Alpine clang build broke, but it's already broken.
> > > >>>>> Shouldn't this be fixed upstream in Alpine?  Its clearly a 
> > > >>>>> packaging bug.
> > > >>>>
> > > >>>> Or (thinking about it), we've got a build system bug using g++ when 
> > > >>>> it
> > > >>>> should be using clang++.
> > > >>>
> > > >>> No, the check is using clang++, the issue is that clang++ doesn't
> > > >>> install the standard c++ headers, and thus trying to use them (cstring
> > > >>> in this case) fails. Installing the g++ package solves the issue
> > > >>> because it installs the headers.
> > > >>
> > > >> I have to admit that I consider this odd. The g++ package should
> > > >> neither provide nor depend on the headers. It may recommend their
> > > >> installation. On my distro (SLES) the headers come from the
> > > >> libstdc++-devel package, as I would have expected. There
> > > >> additionally is a dependency of libclang5 (no -devel suffix!) on
> > > >> libstdc++-devel (I suppose this is an indication that things
> > > >> aren't quite right here either; I haven't checked an up-to-date
> > > >> version of the distro yet, though).
> > > > 
> > > > Yes, that was indeed my first attempt as I've tried to install
> > > > libstdc++, but there's no -devel counterpart for the package, and it
> > > > only installs the libraries but not the headers.
> > > > 
> > > > Then if I list the contents of the g++ package, I do see:
> > > > 
> > > > ...
> > > > usr/include/c++/10.2.1/cstring
> > > > ...
> > > > 
> > > > And clang++'s include path is:
> > > > 
> > > > #include <...> search starts here:
> > > >  
> > > > /usr/bin/../lib/gcc/x86_64-alpine-linux-musl/10.2.1/../../../../include/c++/10.2.1
> > > >  
> > > > /usr/bin/../lib/gcc/x86_64-alpine-linux-musl/10.2.1/../../../../include/c++/10.2.1/x86_64-alpine-linux-musl
> > > >  
> > > > /usr/bin/../lib/gcc/x86_64-alpine-linux-musl/10.2.1/../../../../include/c++/10.2.1/backward
> > > >  /usr/include
> > > >  /usr/lib/clang/10.0.1/include
> > > > 
> > > > So it does seem clang depends on the gcc c++ headers, I assume this is
> > > > done in order to avoid having a duplicate set of c++ headers for clang
> > > > and gcc? I really have no idea, but I do think clang package should
> > > > depend on g++.
> > > 
> > > As long as the g++ package is what provides the headers (i.e. if that's
> > > their concept), I agree.
> > 
> > That makes sense to me too.
> > 
> > Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
> 
> If nobody speaks up, I'll commit this patch and this patch:
> 
> https://marc.info/?l=xen-devel&m=161433737432684
> 
> (both of them already acked by Ian and only affecting automation/)
> within the next day or two.

I've reported the missing c++ headers with clang++ upstream, would you
mind adding this link:

https://gitlab.alpinelinux.org/alpine/aports/-/issues/12492

To the commit message here?

Thanks, Roger.



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.