Your message dated Tue, 28 May 2024 14:52:30 +0000 with message-id <[🔎] E1sByBi-00BVyw-Ja@fasolo.debian.org> and subject line Bug#1071665: Removed package(s) from unstable has caused the Debian Bug report #955397, regarding opencollada FTCBFS for mipsen: broken architecture detection 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.) -- 955397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955397 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: opencollada FTCBFS for mipsen: broken architecture detection
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Mon, 30 Mar 2020 15:12:27 +0200
- Message-id: <20200330131227.GA13958@alf.mars>
Source: opencollada Version: 0.1.0~20180719.619d942+dfsg0-2 Tags: patch upstream User: debian-cross@lists.debian.org Usertags: ftcbfs opencollada fails to cross build from source for mipsen. It has a symbol "mips" somewhere and therefore passes -Umips when building on mipsen However, when cross building for mipsen, the flag isn't passed. Rather than checking the uname output, please use CMAKE_SYSTEM_PROCESSOR. Please consider applying the attached patch. Helmut--- opencollada-0.1.0~20180719.619d942+dfsg0.orig/CMakeLists.txt +++ opencollada-0.1.0~20180719.619d942+dfsg0/CMakeLists.txt @@ -1,6 +1,3 @@ -EXECUTE_PROCESS( COMMAND uname -m COMMAND tr -d '\n' OUTPUT_VARIABLE ARCHITECTURE ) -message( STATUS "Architecture: ${ARCHITECTURE}" ) - if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) if(NOT DEFINED WITH_IN_SOURCE_BUILD) message(FATAL_ERROR @@ -65,7 +62,7 @@ else() target_link_libraries(${name}_static ${target_lib}) endif() - if( ${ARCHITECTURE} MATCHES "mips" ) + if( ${CMAKE_SYSTEM_PROCESSOR} MATCHES "mips" ) if(TARGET OpenCOLLADASaxFrameworkLoader_static) SET_TARGET_PROPERTIES(OpenCOLLADASaxFrameworkLoader_static PROPERTIES COMPILE_FLAGS "-Umips") endif() @@ -91,7 +88,7 @@ else() target_link_libraries(${name}_shared ${target_lib}) endif() - if( ${ARCHITECTURE} MATCHES "mips" ) + if( ${CMAKE_SYSTEM_PROCESSOR} MATCHES "mips" ) if(TARGET OpenCOLLADASaxFrameworkLoader_shared) SET_TARGET_PROPERTIES(OpenCOLLADASaxFrameworkLoader_shared PROPERTIES COMPILE_FLAGS "-Umips") endif()
--- End Message ---
--- Begin Message ---
- To: 793930-done@bugs.debian.org,808795-done@bugs.debian.org,808796-done@bugs.debian.org,955397-done@bugs.debian.org,989737-done@bugs.debian.org,989738-done@bugs.debian.org,989739-done@bugs.debian.org,989740-done@bugs.debian.org,989741-done@bugs.debian.org,989742-done@bugs.debian.org,989743-done@bugs.debian.org,1000009-done@bugs.debian.org,1037799-done@bugs.debian.org,1071664-done@bugs.debian.org,
- Cc: opencollada@packages.debian.org
- Subject: Bug#1071665: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 28 May 2024 14:52:30 +0000
- Message-id: <[🔎] E1sByBi-00BVyw-Ja@fasolo.debian.org>
Version: 0.1.0~20180719.619d942+dfsg0-2+rm Dear submitter, as the package opencollada has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1071665 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---