[From nobody Sat Mar 14 20:43:05 2026
Received: (at submit) by bugs.debian.org; 9 Aug 2025 17:19:58 +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=-15.6 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,FORGED_SPF_HELO,FROMDEVELOPER,HAS_PACKAGE,
 KHOP_HELO_FCRDNS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,
 SPF_NONE autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 39; hammy, 150; neutral, 44; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--H*F:U*doko, 0.000-+--H*RU:sk:einhorn,
 0.000-+--H*r:sk:einhorn
Return-path: &lt;doko@debian.org&gt;
Received: from einhorn.in-berlin.de ([192.109.42.8]:39407
 helo=einhorn-mail-out.in-berlin.de)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;doko@debian.org&gt;) id 1uknEc-00HKY1-1x
 for submit@bugs.debian.org; Sat, 09 Aug 2025 17:19:58 +0000
X-Envelope-From: doko@debian.org
X-Envelope-To: &lt;submit@bugs.debian.org&gt;
Received: from authenticated.user (localhost [127.0.0.1]) by
 einhorn.in-berlin.de with ESMTPSA id 579HJuUY595232
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT)
 for &lt;submit@bugs.debian.org&gt;; Sat, 9 Aug 2025 19:19:57 +0200
Message-ID: &lt;2bfe0ee4-cc75-4816-bd10-125736760402@debian.org&gt;
Date: Sat, 9 Aug 2025 19:19:56 +0200
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
From: Matthias Klose &lt;doko@debian.org&gt;
Subject: sdpb ftbfs with boost 1.88
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Delivered-To: submit@bugs.debian.org

Package: src:sdpb
Version: 1.0-4
Severity: important
Tags: sid forky
User: debian-devel@lists.debian.org
Usertags: boost1.88

sdpb ftbfs with boost 1.88:

[...]
g++ -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 
-ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=/usr/src/sdpb-1.0-4ubuntu4 
-D___SHARED_TINYXML2___ -g -O2 -Wall -ansi -std=c++0x -L/usr/lib 
-Isrc/mpack -I/usr/include -I/usr/include/boost -fopenmp 
-D___MPACK_BUILD_WITH_GMP___ -MMD -c -o obj/parse.o src/parse.cpp
src/SDPSolverIO.cpp: In function ‘void backupCheckpointFile(const 
boost::filesystem::path&amp;)’:
src/SDPSolverIO.cpp:120:60: error: ‘boost::filesystem::copy_option’ has 
not been declared; did you mean ‘boost::filesystem::copy_options’?
   120 |   copy_file(checkpointFile, backupFile, 
boost::filesystem::copy_option::overwrite_if_exists);
       | 
^~~~~~~~~~~
make[2]: *** [Makefile:79: obj/SDPSolverIO.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
]