|
From: Sean C. <sea...@tp...> - 2025-11-27 03:38:29
|
macOS 15.7.2
XCode 26.1.1
fink 0.45.99.git (just updated it now to see if it would help)
It's failing so early that I can't even see an error message. See transcript below.
Any suggestions?
Thanks,
Sean Case
Password:
Scanning package description files..........
Information about 16187 packages read in 3 seconds.
The package 'libavutil60-8.0-shlibs' will be built and installed.
Reading build dependency for libavcodec62-8.0-shlibs-8.0.1-1...
Reading dependency for libavcodec62-8.0-shlibs-8.0.1-1...
Reading dependency for libavcodec62-8.0-dev-8.0.1-1...
Reading dependency for libavdevice62-8.0-shlibs-8.0.1-1...
Reading dependency for libavdevice62-8.0-dev-8.0.1-1...
Reading dependency for libavfilter11-8.0-shlibs-8.0.1-1...
Reading dependency for libavfilter11-8.0-dev-8.0.1-1...
Reading dependency for libavformat62-8.0-shlibs-8.0.1-1...
Reading dependency for libavformat62-8.0-dev-8.0.1-1...
Reading dependency for libavutil60-8.0-shlibs-8.0.1-1...
Reading dependency for libavutil60-8.0-dev-8.0.1-1...
Reading dependency for libswscale9-8.0-shlibs-8.0.1-1...
Reading dependency for libswscale9-8.0-dev-8.0.1-1...
Reading dependency for libswresample6-8.0-shlibs-8.0.1-1...
Reading dependency for libswresample6-8.0-dev-8.0.1-1...
Reading dependency for ffmpeg-8.0.1-1...
Reading build dependency for libavutil60-8.0-shlibs-8.0.1-1...
Reading dependency for libavutil60-8.0-shlibs-8.0.1-1...
Reading runtime dependency for libavutil60-8.0-shlibs-8.0.1-1...
Reading build conflict for libavcodec62-8.0-shlibs-8.0.1-1...
Reading build conflict for libavutil60-8.0-shlibs-8.0.1-1...
The following package will be installed or updated:
libavutil60-8.0-shlibs
Setting runtime build-lock...
dpkg-deb -b /opt/sw/src/fink.build/root-fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1 /opt/sw/src/fink.build
dpkg-deb: building package 'fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1' in '/opt/sw/src/fink.build/fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1_2025.11.27-14.05.41_darwin-arm64.deb'.
Installing build-lock package...
/opt/sw/bin/dpkg-lockwait -i /opt/sw/src/fink.build/fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1_2025.11.27-14.05.41_darwin-arm64.deb
Selecting previously unselected package fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1.
(Reading database ... 283220 files and directories currently installed.)
Preparing to unpack .../fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1_2025.11.27-14.05.41_darwin-arm64.deb ...
Unpacking fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1 (2025.11.27-14.05.41) ...
Setting up fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1 (2025.11.27-14.05.41) ...
sudo -u fink-bld [ENV] sh -c /tmp/fink.m8kkO
env LANG=C LC_ALL=C /opt/sw/bin/tar --no-same-owner --no-same-permissions -xvf /opt/sw/src/ffmpeg-8.0.1.tar.bz2
ffmpeg-8.0.1/
ffmpeg-8.0.1/Makefile
ffmpeg-8.0.1/libavcodec/
ffmpeg-8.0.1/libavcodec/roqvideo.h
ffmpeg-8.0.1/libavcodec/txd.c
ffmpeg-8.0.1/libavcodec/h264dsp_template.c
ffmpeg-8.0.1/libavcodec/v4l2_context.c
... lots of filenames skipped ...
ffmpeg-8.0.1/fftools/fftools.manifest
ffmpeg-8.0.1/fftools/ffmpeg_mux.h
ffmpeg-8.0.1/fftools/ffmpeg_sched.c
ffmpeg-8.0.1/fftools/ffplay.c
ffmpeg-8.0.1/CONTRIBUTING.md
ffmpeg-8.0.1/README.md
sudo -u fink-bld [ENV] sh -c /tmp/fink.T26I2
/tmp/fink.wgmzs
#!/bin/sh -ev
### remove spaces from framework calls to satisfy validator in .pc files
perl -pi -e 's|-framework AppKit|-Wl,-framework,AppKit|g; \
s|-framework AudioToolbox|-Wl,-framework,AudioToolbox|g; \
s|-framework AVFoundation|-Wl,-framework,AVFoundation|g; \
s|-framework CoreAudio|-Wl,-framework,CoreAudio|g; \
s|-framework CoreFoundation|-Wl,-framework,CoreFoundation|g; \
s|-framework CoreGraphics|-Wl,-framework,CoreGraphics|g; \
s|-framework CoreMedia|-Wl,-framework,CoreMedia|g; \
s|-framework CoreServices|-Wl,-framework,CoreServices|g; \
s|-framework CoreVideo|-Wl,-framework,CoreVideo|g; \
s|-framework Foundation|-Wl,-framework,Foundation|g; \
s|-framework OpenCL|-Wl,-framework,OpenCL|g; \
s|-framework OpenGL|-Wl,-framework,OpenGL|g; \
s|-framework QuartzCore|-Wl,-framework,QuartzCore|g; \
s|-framework Security|-Wl,-framework,Security|g; \
s|-framework VideoDecodeAcceleration|-Wl,-framework,VideoDecodeAcceleration|g; \
s|-framework VideoToolbox|-Wl,-framework,VideoToolbox|g' configure
perl -pi -e 's|-framework \$framework|-Wl,-framework,\$framework|g' configure
### Don't mix/match c++ libs
perl -pi -e 's|lgme -lstdc\+\+|lgme |g' configure
# test needs external file lena.pnm
#perl -pi -e 's|\+\= fate-shortest|+= |g' tests/fate/ffmpeg.mak
#perl -ni -e 'print unless /lena.pnm/' tests/Makefile
#perl -pi -e 's|fate-shortest: tests/data/vsynth_lena.yuv|fate-shortest: |g' tests/fate/ffmpeg.mak
#perl -pi -e 's|fate-shortest: CMD \= framecrc|fate-shorttest: CMD = echo GOOD|g' tests/fate/ffmpeg.mak
sudo -u fink-bld [ENV] sh -c /tmp/fink.FcSQe
/tmp/fink._ZgGc
#!/bin/sh -ev
. /opt/sw/sbin/fink-buildenv-helper.sh
# Copyright (c) 2015, Hanspeter Niederstrasser
# All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Usage:
# Source this script file within {Patch,Compile,Install,Test}Script in
# your .info file in order to set environment variables calculated for the
# buildtime system.
#
# These variables can then be used for patch token replacement or in
# shell conditionals, among other uses, without reinventing the wheel.
# Example 1: Provide the proper SDK location in a patch
# Patch any hardcoded SDK locations in the source tree and replace
# with the string @SDK_PATH@.
# In PatchScript, replace the token with the variable containing the
# SDK location, and apply the patch:
# sed "s|@SDK_PATH@|$SDK_PATH|g" < %{PatchFile} | patch -p1
# Example 2: Use in a conditional to determine if a flag is needed
# if [ "$OSX_MAJOR_VERSION" > "10.7" ]; then ...
set +v || :
### execution of /tmp/fink._ZgGc failed, exit code 64
### execution of /tmp/fink.FcSQe failed, exit code 64
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1
(Reading database ... 283221 files and directories currently installed.)
Removing fink-buildlock-libavcodec62-8.0-shlibs-8.0.1-1 (2025.11.27-14.05.41) ...
Failed: phase compiling: libavcodec62-8.0-shlibs-8.0.1-1 failed
Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <fin...@li...>
The Fink Beginners List <fin...@li...>,
with a carbon copy to the maintainer:
Hanspeter Niederstrasser <ni...@us...>
Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Also include the following system information:
Package manager version: 0.45.99.git
Distribution version: selfupdate-rsync Thu Nov 27 12:52:04 2025, 15.0, arm64
Trees: local/main stable/main local/injected
Xcode.app: 26.1.1
Xcode command-line tools: 26.1.0.0.1.1761104275
Max. Fink build jobs: 1
|