[MacPorts] #71674: fastfetch picks Python version opportunistically

MacPorts noreply at macports.org
Sat Dec 28 20:51:26 UTC 2024


#71674: fastfetch picks Python version opportunistically
--------------------------+-------------------------
 Reporter:  barracuda156  |      Owner:  herbygillot
     Type:  defect        |     Status:  assigned
 Priority:  Normal        |  Milestone:
Component:  ports         |    Version:  2.10.5
 Keywords:                |       Port:  fastfetch
--------------------------+-------------------------
 `fastfetch` declares dependency on the specific Python, but
 opportunistically picks a newer one:

 {{{
 --->  Configuring fastfetch
         (using ccache)
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_fastfetch/fastfetch/work/build"
 && /opt/local/bin/cmake -G "CodeBlocks - Unix Makefiles"
 -DCMAKE_BUILD_TYPE=MacPorts -DCMAKE_INSTALL_PREFIX="/opt/local"
 -DCMAKE_INSTALL_NAME_DIR="/opt/local/lib"
 -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr"
 -DCMAKE_C_COMPILER_LAUNCHER=/opt/local/bin/ccache
 -DCMAKE_CXX_COMPILER_LAUNCHER=/opt/local/bin/ccache
 -DCMAKE_Fortran_COMPILER_LAUNCHER=/opt/local/bin/ccache
 -DCMAKE_OBJC_COMPILER_LAUNCHER=/opt/local/bin/ccache
 -DCMAKE_OBJCXX_COMPILER_LAUNCHER=/opt/local/bin/ccache
 -DCMAKE_ISPC_COMPILER_LAUNCHER=/opt/local/bin/ccache
 -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX"
 -DCMAKE_OBJC_COMPILER="$CC" -DCMAKE_OBJCXX_COMPILER="$CXX"
 -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_POLICY_DEFAULT_CMP0060=NEW
 -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON
 -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
 -DCMAKE_MAKE_PROGRAM=/usr/bin/make
 -DCMAKE_MODULE_PATH="/opt/local/share/cmake/Modules"
 -DCMAKE_PREFIX_PATH="/opt/local/share/cmake/Modules"
 -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
 -DCMAKE_INSTALL_RPATH="/opt/local/lib" -Wno-dev -DENABLE_SYSTEM_YYJSON=ON
 -DENABLE_VULKAN=OFF -DENABLE_OPENCL=OFF -DENABLE_LTO=OFF
 -DENABLE_OPENCL=OFF -DCMAKE_OSX_ARCHITECTURES="ppc"
 -DCMAKE_OSX_DEPLOYMENT_TARGET="10.6" -DCMAKE_OSX_SYSROOT="/"
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_fastfetch/fastfetch/work/fastfetch-2.29.0
 -- The C compiler identification is GNU 14.2.0
 -- Checking whether C compiler has -isysroot
 -- Checking whether C compiler has -isysroot - yes
 -- Checking whether C compiler supports OSX deployment target flag
 -- Checking whether C compiler supports OSX deployment target flag - yes
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working C compiler: /opt/local/bin/gcc-mp-14 - skipped
 -- Detecting C compile features
 -- Detecting C compile features - done
 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
 -- Found Threads: TRUE
 -- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2")
 -- Build type: MacPorts
 -- Threads type: pthread
 -- Target dirs: ROOT="" USR="/usr" HOME="/Users" ETC="/etc"
 -- Found Python: /opt/local/bin/python3.14 (found version "3.14.0") found
 components: Interpreter
 -- Looking for wcwidth
 -- Looking for wcwidth - found
 -- System provided yyjson is used
 -- Library: found SQLITE3
 -- Library: missing: IMAGEMAGICK7
 -- Library: found IMAGEMAGICK6
 -- Library: found ZLIB
 -- Library: found CHAFA
 -- Looking for utmpx.h
 -- Looking for utmpx.h - found
 -- Looking for wordexp.h
 -- Looking for wordexp.h - found
 -- Looking for glob.h
 -- Looking for glob.h - found
 -- Looking for pthread_np.h
 -- Looking for pthread_np.h - not found
 -- Looking for pthread_timedjoin_np
 -- Looking for pthread_timedjoin_np - not found
 CMake Warning at CMakeLists.txt:1534 (message):
   pthread_timedjoin_np was not found; networking timeout will not work


 -- Disabled package managers: WINGET
 -- Configuring done (23.4s)
 -- Generating done (0.7s)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/71674>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list