| Summary: | app-backup/backup-manager fails to compile with =sys-devel/gettext-0.21_rc1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Bernard Cafarelli <voyageur> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2020-05-31 08:31:36 UTC
Created attachment 642804 [details]
build.log
build log and emerge --info
Hey ago,
make: *** [Makefile:34: backup-manager.pot] Segmentation fault (core dumped)
Checking the makefile this is a simple xgettext call that I never saw failing:
$(PACKAGE).pot: $(POFILES_SRC)
xgettext --keyword=info \
--keyword=warning \
--keyword=error \
--keyword=echo_translated \
--language=Shell \
-o backup-manager.pot \
--files-from=$(POFILES_SRC)
Is it reproducible on your system?
I'll check if it is always reproducible or not...maybe the issue was not about xgettext but about msgfmt (that is always part of gettext) I think this is related to the new version of gettext. Can you reproduce the issue? Ah good point, it works fine with gettext-0.20.2, but after merging masked gettext-0.21_rc1 I can reproduce: make: Entering directory '/var/tmp/portage/app-backup/backup-manager-0.7.14-r1/work/Backup-Manager-0.7.14/po' Makefile:52: warning: ignoring prerequisites on suffix rule definition find ../lib -type f -name \*.sh | sort > backup-manager.files echo ../backup-manager >> backup-manager.files xgettext --keyword=info \ --keyword=warning \ --keyword=error \ --keyword=echo_translated \ --language=Shell \ -o backup-manager.pot \ --files-from=backup-manager.files make: *** [Makefile:34: backup-manager.pot] Segmentation fault Is this still an issue? I think the issues got shaken out post rc. 0.21 looks good indeed, I have these running fine on my server: $ qlist -Iev gettext backup-manager app-backup/backup-manager-0.7.14-r1 sys-devel/gettext-0.21 |