Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 22:04:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234833] USES=autoreconf fails if a port uses gettext but user disables NLS port option
Message-ID:  <bug-234833-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234833

            Bug ID: 234833
           Summary: USES=3Dautoreconf fails if a port uses gettext but user
                    disables NLS port option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: mandree@FreeBSD.org
                CC: ports-bugs@FreeBSD.org
            Blocks: 234740
             Flags: maintainer-feedback?

As of ports SVN revision 489889:

On a port that sets USES+=3Dautoreconf (such as mail/fetchmail as of 6.3.26=
_9),
if the user disables the NLS port option (through poudriere options -c -n
mail/fetchmail, for instance), the configure phase fails when running
autoreconf.

The latter is looking for autopoint, which then fails:
Can't exec "autopoint": No such file or directory at
/usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345.

I oversee too little of the Mk/Uses/autoreconf.mk rig and its integration w=
ith
gettext, but putting AUTOPOINT=3D${TRUE} into autoreconf's environment appe=
ars to
help, as of autoconf 2.69. AUTOPOINT=3D: will _not_ work, BTDT.

(fetchmail uses a workaround, see
<https://bz-attachments.freebsd.org/attachment.cgi?id=3D201001>)


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234740
[Bug 234740] mail/fetchmail:  fetchmail-6.3.26_9 fails to compile with krb5
--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234833-7788>