Ticket #542 (closed defect: fixed)
Opened 4 years ago
Last modified 3 years ago
Gettext "autopointer" missing
| Reported by: | jrabbit | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | dev-libs/libgpg-error | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Can't exec "autopoint": No such file or directory at /boot/common/data/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext
Traceback (most recent call last):
File "/boot/common/bin/haikuporter", line 1171, in <module>
haikuporter = HaikuPorter(options, args)
File "/boot/common/bin/haikuporter", line 293, in __init__
self.buildPort()
File "/boot/common/bin/haikuporter", line 733, in buildPort
self.runCommandSequence(self.bepKeys['BUILD'], self.workDir)
File "/boot/common/bin/haikuporter", line 966, in runCommandSequence
check_call(commandString, shell=True, cwd=dir, env=shellEnv)
File "/boot/common/lib/python2.6/subprocess.py", line 488, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'set -e
cd libgpg-error-1.7
autoreconf -vfi -Im4
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
' returned non-zero exit status 1
Gettext doesn't seem to provide this is this an old thing that gettext used to provide or simply a bug?
Change History
comment:1 Changed 3 years ago by scottmc
- Owner scottmc deleted
comment:2 Changed 3 years ago by cian
comment:3 Changed 3 years ago by cian
- Resolution set to fixed
- Status changed from new to closed
Gettext-0.18.1.1-dev is fixed in r1991 - this is set as the dependency for the latest libgpg-error also.
Note: See
TracTickets for help on using
tickets.

This is provided by the gettext-dev package. Which I will hopefully have fixed later this evening.