> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Michael Niedermayer
> Sent: Samstag, 29. März 2025 00:28
> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH v8 2/4] fftools/ffprobe: Change to
> use textformat api
>
> Hi
>
> On Thu, Mar 27, 2025 at 12:58:18AM +0000, softworkz . wrote:
> [...]
> > > ccache --clear)
> > >
> > > no relation to ccache, but it happens only in out of tree builds
> > >
> > > ../configure --enable-gpl --samples=/home/michael/fate/fate-suite/ -
> -
> > > cross-prefix=/usr/i686-linux-gnu/bin/ --cc=i686-linux-gnu-gcc-7 --
> > > arch=x86_32 --target-os=linux --enable-cross-compile --assert-
> level=2
> > > --enable-gpl --enable-pthreads --enable-debug=3 && make -j32
> > >
> > > src/fftools/textformat/tf_default.c:145:1: fatal error: opening
> > > dependency file fftools/textformat/tf_default.d: No such file or
> > > directory
> > > };
> > > ^
> > > compilation terminated.
> > > make: *** [src/ffbuild/common.mak:81:
> fftools/textformat/tf_default.o]
> > > Error 1
> > > make: *** Waiting for unfinished jobs....
> > > src/fftools/textformat/tf_compact.c:282:1: fatal error: opening
> > > dependency file fftools/textformat/tf_compact.d: No such file or
> > > directory
> > > };
> > > ^
> > > compilation terminated.
> > > make: *** [src/ffbuild/common.mak:81:
> fftools/textformat/tf_compact.o]
> > > Error 1
> > > src/fftools/textformat/tf_flat.c:174:1: fatal error: opening
> dependency
> > > file fftools/textformat/tf_flat.d: No such file or directory
> > > };
> > > ^
> > > compilation terminated.
> > > make: *** [src/ffbuild/common.mak:81: fftools/textformat/tf_flat.o]
> > > Error 1
> > > src/fftools/textformat/avtextformat.c:672:1: fatal error: opening
> > > dependency file fftools/textformat/avtextformat.d: No such file or
> > > directory
> > > }
> > > ^
> > > compilation terminated.
> > > make: *** [src/ffbuild/common.mak:81:
> fftools/textformat/avtextformat.o]
> > > Error 1
> > >
> > > also make distclean doesnt help
> > >
> > >
> > > this works:
> > > ./configure --enable-gpl --samples=/home/michael/fate/fate-suite/ --
> > > cross-prefix=/usr/i686-linux-gnu/bin/ --cc=i686-linux-gnu-gcc-7 --
> > > arch=x86_32 --target-os=linux --enable-cross-compile --assert-
> level=2
> > > --enable-gpl --enable-pthreads --enable-debug=3 && make -j32
> > >
> > > [...]
> > > --
> >
> > Hi Michael,
> >
> > do you (or perhaps even did you) have a chance to try with V9 to
> confirm that it's fixed?
>
> v9 seems fixed
>
> thx
>
> [...]
> --
Perfect, thanks!
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".