www.digitalmars.com         C & C++   DMDScript  

D.gnu - Missing libgphobos-dev package for PPC64LE =?UTF-8?B?4oCT?= where to

reply andrzej_duda <duda polska.pl> writes:
Hi,

I’m trying to build a project on the PPC64LE architecture but ran 
into a missing libgphobos-dev package.

https://packages.debian.org/trixie/libgphobos-dev
The package is available for the following architectures: amd64, 
arm64, armel, armhf, i386, riscv64, s390x

Unfortunately, there is no version for ppc64le, and it is 
required for my build. The same issue occurs on Ubuntu as well.

I would like to know:

Where can I report the missing package for PPC64LE?

Has anyone tried to build libgphobos-dev for this architecture 
and can share a package or instructions?

Any help or guidance would be greatly appreciated.

Thanks in advance!
Jan 19
next sibling parent andrzej_duda <duda polska.pl> writes:
On Monday, 19 January 2026 at 11:20:01 UTC, andrzej_duda wrote:
 Hi,

 I’m trying to build a project on the PPC64LE architecture but 
 ran into a missing libgphobos-dev package.

 https://packages.debian.org/trixie/libgphobos-dev
 The package is available for the following architectures: 
 amd64, arm64, armel, armhf, i386, riscv64, s390x

 Unfortunately, there is no version for ppc64le, and it is 
 required for my build. The same issue occurs on Ubuntu as well.

 I would like to know:

 Where can I report the missing package for PPC64LE?

 Has anyone tried to build libgphobos-dev for this architecture 
 and can share a package or instructions?

 Any help or guidance would be greatly appreciated.

 Thanks in advance!
This affects Debian 13 as well as Ubuntu 24.04.
Jan 19
prev sibling parent reply Iain Buclaw <ibuclaw gdcproject.org> writes:
On Monday, 19 January 2026 at 11:20:01 UTC, andrzej_duda wrote:
 Hi,

 I’m trying to build a project on the PPC64LE architecture but 
 ran into a missing libgphobos-dev package.

 https://packages.debian.org/trixie/libgphobos-dev
 The package is available for the following architectures: 
 amd64, arm64, armel, armhf, i386, riscv64, s390x

 Unfortunately, there is no version for ppc64le, and it is 
 required for my build. The same issue occurs on Ubuntu as well.

 I would like to know:

 Where can I report the missing package for PPC64LE?

 Has anyone tried to build libgphobos-dev for this architecture 
 and can share a package or instructions?

 Any help or guidance would be greatly appreciated.

 Thanks in advance!
You can report a bug against Debian or Ubuntu with `reportbug` or `ubuntu-bug` and the name of the package respectively. I've let the gcc maintainer know, however.
Jan 19
parent andrzej_duda <duda polska.pl> writes:
On Monday, 19 January 2026 at 12:57:59 UTC, Iain Buclaw wrote:
 On Monday, 19 January 2026 at 11:20:01 UTC, andrzej_duda wrote:
 [...]
You can report a bug against Debian or Ubuntu with `reportbug` or `ubuntu-bug` and the name of the package respectively. I've let the gcc maintainer know, however.
Thanks for help :)
Jan 20