Date: Mon, 01 May 2023 08:25:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 271162] net/freerdp: compiler error: use of undeclared identifier 'AV_CODEC_CAP_TRUNCATED' Message-ID: <bug-271162-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271162 Bug ID: 271162 Summary: net/freerdp: compiler error: use of undeclared identifier 'AV_CODEC_CAP_TRUNCATED' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ohartmann@walstatt.org CC: vvd@unislabs.com Flags: maintainer-feedback?(vvd@unislabs.com) CC: vvd@unislabs.com Host: FreeBSD 14.0-CURRENT #0 main-n262658-b347c228460: Sat Apr 29 13:07:15 CEST 2023 amd64 Host ist running pousdriere jail for 13-STABLE, see below. The port fails to compile due to the fatal compiler error when FFMPEG optio= n is ON: [...] /wrkdirs/usr/ports/net/freerdp/work/freerdp-2.10.0/libfreerdp/codec/h264_ff= mpeg.c:532:41: error: use of undeclared identifier 'AV_CODEC_CAP_TRUNCATED'; did you mean 'AV_CODEC_ID_TRUEHD'? if (sys->codecDecoder->capabilities & AV_CODEC_CAP_TRUNCATE= D) ^~~~~~~~~~~~~~~~~~~~~~ [...] =3D>> Building net/freerdp build started at Sun Apr 30 18:44:11 UTC 2023 port directory: /usr/ports/net/freerdp package name: freerdp-2.10.0_3 building for: FreeBSD myhost.de 13.2-STABLE FreeBSD 13.2-STABLE 1302505 amd= 64 maintained by: vvd@unislabs.com Makefile datestamp: -rw-r--r-- 1 root wheel 5108 Apr 29 05:39 /usr/ports/net/freerdp/Makefile Ports top last git commit: bd43222195a3 Ports top unclean checkout: no Port dir last git commit: f7accb23bf4c Port dir unclean checkout: no Poudriere version: poudriere-git-3.3.99.20220831 Host OSVERSION: 1400088 Jail OSVERSION: 1302505 Job Id: 01 ---Begin Environment--- SHELL=3D/bin/csh OSVERSION=3D1302505 UNAME_v=3DFreeBSD 13.2-STABLE 1302505 UNAME_r=3D13.2-STABLE BLOCKSIZE=3DK MAIL=3D/var/mail/root MM_CHARSET=3DUTF-8 LANG=3DC.UTF-8 STATUS=3D1 HOME=3D/root PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b= in LOCALBASE=3D/usr/local USER=3Droot POUDRIERE_NAME=3Dpoudriere-git LIBEXECPREFIX=3D/usr/local/libexec/poudriere POUDRIERE_VERSION=3D3.3.99.20220831 MAKEOBJDIRPREFIX=3D/pool/sources/13-STABLE/obj/ MASTERMNT=3D/pool/poudriere/data/.m/13-amd64-head-default/ref LC_COLLATE=3DC POUDRIERE_BUILD_TYPE=3Dbulk PACKAGE_BUILDING=3Dyes SAVED_TERM=3Dscreen OUTPUT_REDIRECTED_STDERR=3D4 OUTPUT_REDIRECTED=3D1 PWD=3D/pool/poudriere/data/.m/13-amd64-head-default/01/.p OUTPUT_REDIRECTED_STDOUT=3D3 P_PORTS_FEATURES=3DFLAVORS SELECTED_OPTIONS MASTERNAME=3D13-amd64-head-default SCRIPTPREFIX=3D/usr/local/share/poudriere SCRIPTNAME=3Dbulk.sh OLDPWD=3D/pool/poudriere/data/.m/13-amd64-head-default/ref/.p/pool POUDRIERE_PKGNAME=3Dpoudriere-git-3.3.99.20220831 SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=3D/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS=3D PKGENV=3D FLAVOR=3D DEPENDS_ARGS=3D MAKE_ARGS=3D ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- =3D=3D=3D> The following configuration options are available for freerdp-2.= 10.0_3: ALSA=3Doff: ALSA audio architecture support BROKENFOCUS=3Doff: Work around focus bug in some WMs (PR #254908) CUPS=3Don: CUPS printing system support FAAC=3Doff: FAAC AAC encoder support FAAD=3Doff: FAAD AAC decoder support FFMPEG=3Don: FFmpeg support (WMA, AIFF, AC3, APE...) GSM=3Doff: GSM codec support GSTREAMER=3Don: Multimedia support via GStreamer ICU=3Don: Unicode support via ICU JPEG=3Doff: JPEG image format support KERBEROS=3Don: Kerberos support LAME=3Doff: LAME MP3 audio encoder support MANPAGES=3Don: Build and/or install manual pages OPENH264=3Doff: H.264 video codec support via OpenH264 PCSC=3Don: Smart card support (smart card device redirection) PULSEAUDIO=3Don: PulseAudio sound server support SOXR=3Doff: SoX resampler support via libsoxr SSE=3Don: Use SSE optimized routines WAYLAND=3Don: Build FreeRDP Wayland client X11=3Don: Build FreeRDP X11 client =3D=3D=3D=3D> Options available for the radio SCALE: you can only select no= ne or one of them CAIRO=3Doff: Use CAIRO image library for screen resizing SWSCALE=3Don: Use SWScale image library for screen resizing (recommend= ed) =3D=3D=3D> Use 'make config' to modify these settings ---End OPTIONS List--- --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271162-7788>