[From nobody Sun May 17 14:43:07 2026
Received: (at submit) by bugs.debian.org; 15 Nov 2025 16:26:42 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-109.2 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 10; hammy, 115; neutral, 24; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;bunk@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:36308)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1vKJ6n-000soM-2G
 for submit@bugs.debian.org; Sat, 15 Nov 2025 16:26:41 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=zIHYY66naDBZqM9H2fysiuBbBOrn2VoRPXzxH/JfLQU=; b=MyeZayW3PX6kSA6x9y/TvNyP/6
 iwNl0UeoKi8ePxnDRrZEttLGwo3sd9sRM8CZbJPuhStZ7H+BEv7pOGIx/75uz+t+t42cGiFL3DB85
 +NRlYBn8lWw0nzBY7OHt3bRG3SXSS2I+40c9qs4b6hENHYEUD/FeaEoNomUC1Hco78Scq+4MqF6wS
 uBehnfYdGne8afLwXbzwirRdFpFN/U4sqxNU8uUf4D8vBGHhV60t/QCxXejPYt+1lboi8SveaT1hO
 /cl4xUf7ncGwGFNBK19AfE24sVEu5ZFiRSo0/jUmESeicIBuYY8vpR4owPaz4CqBY11OHzQ4vfmIw
 EtMlDZdA==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;bunk@debian.org&gt;)
 id 1vKJ6l-00CwNH-LJ; Sat, 15 Nov 2025 16:26:39 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Adrian Bunk &lt;bunk@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: ball should build depend on libqt5opengl5-desktop-dev instead of
 libqt5opengl5-dev
Message-ID: &lt;176322399847.3548284.718985280517083089.reportbug@localhost&gt;
X-Mailer: reportbug 13.2.0
Date: Sat, 15 Nov 2025 18:26:38 +0200
X-Debian-User: bunk
Delivered-To: submit@bugs.debian.org

Source: ball
Version: 1.4.3~beta1-4
Severity: important
Tags: ftbfs
X-Debbugs-Cc: Yavor Doganov &lt;yavor@gnu.org&gt;

Qt5 in Debian is configured to use OpenGL ES instead of OpenGL
on 32-bit arm, and this causes problems with packages that also
try to use OpenGL directly (see #798408).

The libqt5opengl5-desktop-dev provides was added for that,
build depending on libqt5opengl5-desktop-dev instead of
libqt5opengl5-dev would prevent attempting to build on armhf.
]