[Bug 282531] multimedia/motion: Build failure - Can't exec "autopoint"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 05:31:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282531 Bug ID: 282531 Summary: multimedia/motion: Build failure - Can't exec "autopoint" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsdports@xorcara.com CC: ports@blievers.net Flags: maintainer-feedback?(ports@blievers.net) CC: ports@blievers.net Motion fails to build as it needs gettext-tools added under: USES= autoreconf cpe gmake jpeg localbase pkgconfig Error without it (Using Poudriere): ===> motion-4.6.0_1 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) ===> Returning to build of motion-4.6.0_1 =========================================================================== =======================<phase: configure >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for motion-4.6.0_1 Can't exec "autopoint": No such file or directory at /usr/local/share/autoconf2.72/Autom4te/FileUtils.pm line 318. autoreconf2.72: error: autopoint failed with exit status: 2 ===> Mk/Uses/autoreconf.mk: Error running /usr/local/bin/autoreconf2.72 *** Error code 1 My make config is as follows: ┌──────────────────────────┤motion-4.6.0_1├──────────────────────────┐ │ 'F1' for Ports Collection help. │ │ ┌────────────────────────────────────────────────────────────────┐ │ │ │ [ ] DOCS Build and/or install documentation │ │ │ │ [ ] EXAMPLES Build and/or install examples │ │ │ │new [X] FFMPEG FFmpeg support (WMA, AIFF, AC3, APE...) │ │ │ │ [ ] MYSQL MySQL database support │ │ │ │ [ ] NLS Native Language Support │ │ │ │ [X] PGSQL PostgreSQL database support │ │ │ │new [ ] SQLITE3 SQLite 3 database support │ │ │ │ Video capture driver (Netcam support only if none selected) ───│ │ │ │new)( ) BKTR BKTR based TV capture cards │ │ │ │new ( ) PWCBSD PWCBSD based Webcams │ │ │ │new (*) WEBCAMD Webcams using webcamd │ │ │ └────────────────────────────────────────────────────────────────┘ │ ├────────────────────────────────────────────────────────────────────┤ │ [ OK ] [Cancel] │ └────────────────────────────────────────────────────────────────────┘ I suspect others haven't had this error due to having different dependent ports selected that already have gettext-tools. As soon as I added it to the MakeFile, the port built as expected. -- You are receiving this mail because: You are the assignee for the bug.