Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779874 - emerge failure for app-editors/pluma-1.24.1
Summary: emerge failure for app-editors/pluma-1.24.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal critical
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-03 12:32 UTC by Tamer Higazi
Modified: 2021-05-02 07:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build Log (build.log,805.00 KB, text/x-log)
2021-04-03 12:33 UTC, Tamer Higazi
Details
Build Info (file_779874.txt,6.52 KB, text/plain)
2021-04-03 12:34 UTC, Tamer Higazi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tamer Higazi 2021-04-03 12:32:48 UTC
hi people,

I got problems for building app-editors/pluma-1.24.1 that is required for the desktop environment "mate".

any ideas that could solve this problem ?

Thanks in advance.

the full info is here:
https://pastebin.com/raw/PDkt7nwM

and the complete build log:
https://pastebin.com/raw/arJwmT3i


best, Tamer


short error output:

mo="zh_TW/zh_TW.mo"; \
if test -f "${mo}"; then mo="../${mo}"; else mo="/var/tmp/portage/app-editors/pluma-1.24.1/work/pluma-1.24.1/help/${mo}"; fi; \
(cd "zh_TW/" && itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml) && \
touch "zh_TW/zh_TW.stamp"
/bin/sh: line 3:  9441 Segmentation fault      (core dumped) itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml
make[2]: *** [Makefile:592: zh_CN/zh_CN.stamp] Error 139
make[2]: Leaving directory '/var/tmp/portage/app-editors/pluma-1.24.1/work/pluma-1.24.1/help'
make[1]: *** [Makefile:519: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-editors/pluma-1.24.1/work/pluma-1.24.1'
make: *** [Makefile:451: all] Error 2
 * ERROR: app-editors/pluma-1.24.1::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=app-editors/pluma-1.24.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-editors/pluma-1.24.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-editors/pluma-1.24.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/pluma-1.24.1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-editors/pluma-1.24.1/work/pluma-1.24.1'
 * S: '/var/tmp/portage/app-editors/pluma-1.24.1/work/pluma-1.24.1'
Comment 1 Tamer Higazi 2021-04-03 12:33:28 UTC
Created attachment 697014 [details]
Build Log
Comment 2 Tamer Higazi 2021-04-03 12:34:45 UTC
Created attachment 697017 [details]
Build Info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-03 14:51:54 UTC
Huh, seems like bug 745162. Is your system fully up to date?

emerge --sync ; emerge -a -uvDU @world
Comment 4 Tamer Higazi 2021-04-03 16:28:30 UTC
System is up to date.

I executed:
emerge --sync
emerge -a -uvDU @world

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

Nothing to merge; quitting.

tux ~ #
Comment 5 Tamer Higazi 2021-04-03 16:36:26 UTC
Remerged lixml2 and merged successfully pluma.

Ticket can be closed.