home  bbs  files  messages ]

      ZZLI4417             linux.debian.bugs.rc             13012 messages      

[ previous | next | reply ]

[ list messages | list forums ]

  Msg # 12931 of 13012 on ZZLI4417, Tuesday 8-25-25, 11:11  
  From: DEBIAN BUG TRACKING SYSTE  
  To: ALL  
  Subj: Bug#1106620: marked as done (scram ftbfs  
 From: owner@bugs.debian.org 
  
 This is a multi-part message in MIME format... 
  
 Your message dated Mon, 25 Aug 2025 16:51:14 +0000 
 with message-id  
 and subject line Bug#1073328: fixed in scram 0.16.2-4 
 has caused the Debian Bug report #1073328, 
 regarding scram ftbfs with libxml 2.14.x from experimental 
 to be marked as done. 
  
 This means that you claim that the problem has been dealt with. 
 If this is not the case it is now your responsibility to reopen the 
 Bug report if necessary, and/or fix the problem forthwith. 
  
 (NB: If you are a system administrator and have no idea what this 
 message is talking about, this may indicate a serious mail system 
 misconfiguration somewhere. Please contact owner@bugs.debian.org 
 immediately.) 
  
  
 -- 
 1073328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073328 
 Debian Bug Tracking System 
 Contact owner@bugs.debian.org with problems 
  
 Received: (at submit) by bugs.debian.org; 27 May 2025 07:33:49 +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,FVGT_m_MULTI_ODD, 
  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, 73; hammy, 150; neutral, 90; spammy, 
  0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*F:U*doko, 
  0.000-+--qalogsdebiannet, 0.000-+--UD:qa-logs.debian.net, 
  0.000-+--qa-logs.debian.net 
 Return-path:  
 Received: from einhorn.in-berlin.de ([192.109.42.8]:54725 helo=e 
 nhorn-mail-out.in-berlin.de) 
  by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_X25519__RSA_P 
 S_RSAE_SHA256__AES_256_GCM:256) 
  (Exim 4.96) 
  (envelope-from ) 
  id 1uJool-009RhM-2o 
  for submit@bugs.debian.org; 
  Tue, 27 May 2025 07:33:49 +0000 
 X-Envelope-From: doko@debian.org 
 X-Envelope-To:  
 Received: from authenticated.user (localhost [127.0.0.1]) by ein 
 orn.in-berlin.de  with ESMTPSA id 54R7XjTE997818 
         (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) 
         for ; Tue, 27 May 2025 09:33:45 +0200 
 Message-ID: <66d1915e-2297-4ef5-9995-cc307a267278@debian.org> 
 Date: Tue, 27 May 2025 09:33:45 +0200 
 MIME-Version: 1.0 
 User-Agent: Mozilla Thunderbird 
 Content-Language: en-US 
 To: Debian Bug Tracking System  
 From: Matthias Klose  
 Subject: scram ftbfs with libxml 2.14.x from experimental 
 Content-Type: text/plain; charset=UTF-8; format=flowed 
 Content-Transfer-Encoding: 8bit 
 Delivered-To: submit@bugs.debian.org 
  
 Package: src:scram 
 Version: 0.16.2-3 
 Tags: ftbfs sid forky 
 User: debian-xml-sgml-pkgs@lists.alioth.debian.org 
 Usertags: libxml2.14 
  
 [this bug is NOT targeted to the upcoming trixie release] 
  
 http://qa-logs.debian.net/2025/05/23/scram_0.16.2-3_unstable_libxml2.log 
  
 [...] 
 /build/reproducible-path/scram-0.16.2/src/xml.cc: In constructor 
 €€€€€€€scram::xml::Document::Document(const std::string&, 
 scram::xml::Validator*)€€€€€€€€: 
 /build/reproducible-path/scram-0.16.2/src/xml.cc:31:42: error: invalid 
 conversion from €€€€€€€const xmlError*€€€€€€€€ {aka €€€€€€€const 
 _xmlError*€€€€€€€€} to 
 €€€€€€€xmlErrorPtr€€€€€€€€ {aka €€€€€€€_xmlError*€€€€€€€€} [-fpermissive] 
     31 |   xmlErrorPtr xml_error = xmlGetLastError(); 
        |                           ~~~~~~~~~~~~~~~^~ 
        |                                          | 
        |                                          const xmlError* {aka 
 const _xmlError*} 
 In file included from /build/reproducible-path/scram-0.16.2/src/xml.cc:21: 
 /build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of 
 €€€€€€€T scram::xml::detail::GetError(xmlErrorPtr) [with T = 
 scram::xml::ValidityError; xmlErrorPtr = _xmlError*]€€€€€€€€: 
 /build/reproducible-path/scram-0.16.2/src/xml.h:460:7:   required from here 
    460 |       SCRAM_THROW(detail::GetError()); 
        |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 
 /build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid 
 conversion from €€€€€€€const xmlError*€€€€€€€€ {aka €€€€€€€const 
 _xmlError*€€€€€€€€} to 
 €€€€€€€xmlErrorPtr€€€€€€€€ {aka €€€€€€€_xmlError*€€€€€€€€} [-fpermissive] 
    163 |     xml_error = xmlGetLastError(); 
        |                 ~~~~~~~~~~~~~~~^~ 
        |                                | 
        |                                const xmlError* {aka const 
 _xmlError*} 
 /build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of 
 €€€€€€€T scram::xml::detail::GetError(xmlErrorPtr) [with T = 
 scram::xml::ParseError; xmlErrorPtr = _xmlError*]€€€€€€€€: 
 /build/reproducible-path/scram-0.16.2/src/xml.cc:38:5:   required from here 
     38 |     SCRAM_THROW(detail::GetError(xml_error)); 
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 
 /build/reproducible-path/scram-0.16.2/src/xml.h:163:32: error: invalid 
 conversion from €€€€€€€const xmlError*€€€€€€€€ {aka €€€€€€€const 
 _xmlError*€€€€€€€€} to 
 €€€€€€€xmlErrorPtr€€€€€€€€ {aka €€€€€€€_xmlError*€€€€€€€€} [-fpermissive] 
    163 |     xml_error = xmlGetLastError(); 
        |                 ~~~~~~~~~~~~~~~^~ 
        |                                | 
        |                                const xmlError* {aka const 
 _xmlError*} 
 /build/reproducible-path/scram-0.16.2/src/xml.h: In instantiation of 
 €€€€€€€T scram::xml::detail::GetError(xmlErrorPtr) [with T = 
 scram::xml::XIncludeError; xmlErrorPtr = _xmlError*]€€€€€€€€: 
 /build/reproducible-path/scram-0.16.2/src/xml.cc:42:5:   required from here 
     42 |     SCRAM_THROW(detail::GetError()); 
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 
  
 [continued in next message] 
  
 --- SoupGate-Win32 v1.05 
  * Origin: you cannot sedate... all the things you hate (1:229/2) 

[ list messages | list forums | previous | next | reply ]

search for:

328,091 visits
(c) 1994,  bbs@darkrealms.ca