Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484992 - =sci-geosciences/gpx-viewer-0.3.0 - Fails to prepare due to sandbox violations on /*.m4
Summary: =sci-geosciences/gpx-viewer-0.3.0 - Fails to prepare due to sandbox violation...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-15 11:40 UTC by Markus Walter
Modified: 2013-09-18 18:48 UTC (History)
1 user (show)

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


Attachments
build log (sci-geosciences:gpx-viewer-0.3.0:20130915-113344.log,5.32 KB, text/plain)
2013-09-15 11:40 UTC, Markus Walter
Details
emerge --info (info.txt,5.55 KB, text/plain)
2013-09-15 11:40 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2013-09-15 11:40:15 UTC
Created attachment 358700 [details]
build log

On my hardened ~amd64 with gcc-4.8 I see lots of sandbox violations by gpx-viewer during the source prepare phase.

Running the build once more via 'ebuild merge ...' the build completes successfully. Running interactively I get the following.

 * Running glib-gettextize --copy --force ...                                                                                                                                     [ ok ]
 * Running autopoint --force ...
 * ACCESS DENIED:  unlinkat:     /codeset.m4
 * ACCESS DENIED:  open_wr:      /codeset.m4
 * ACCESS DENIED:  unlinkat:     /gettext.m4
 * ACCESS DENIED:  open_wr:      /gettext.m4
 * ACCESS DENIED:  unlinkat:     /glibc21.m4
 * ACCESS DENIED:  open_wr:      /glibc21.m4
 * ACCESS DENIED:  unlinkat:     /iconv.m4
 * ACCESS DENIED:  open_wr:      /iconv.m4
 * ACCESS DENIED:  unlinkat:     /intdiv0.m4
 * ACCESS DENIED:  open_wr:      /intdiv0.m4
 * ACCESS DENIED:  unlinkat:     /inttypes-pri.m4
 * ACCESS DENIED:  open_wr:      /inttypes-pri.m4
 * ACCESS DENIED:  unlinkat:     /inttypes.m4
 * ACCESS DENIED:  open_wr:      /inttypes.m4
 * ACCESS DENIED:  unlinkat:     /inttypes_h.m4
 * ACCESS DENIED:  open_wr:      /inttypes_h.m4
 * ACCESS DENIED:  unlinkat:     /isc-posix.m4
 * ACCESS DENIED:  open_wr:      /isc-posix.m4
 * ACCESS DENIED:  unlinkat:     /lcmessage.m4
 * ACCESS DENIED:  open_wr:      /lcmessage.m4
 * ACCESS DENIED:  unlinkat:     /lib-ld.m4
 * ACCESS DENIED:  open_wr:      /lib-ld.m4
 * ACCESS DENIED:  unlinkat:     /lib-link.m4
 * ACCESS DENIED:  open_wr:      /lib-link.m4
 * ACCESS DENIED:  unlinkat:     /lib-prefix.m4
 * ACCESS DENIED:  open_wr:      /lib-prefix.m4
 * ACCESS DENIED:  unlinkat:     /progtest.m4
 * ACCESS DENIED:  open_wr:      /progtest.m4
 * ACCESS DENIED:  unlinkat:     /stdint_h.m4
 * ACCESS DENIED:  open_wr:      /stdint_h.m4
 * ACCESS DENIED:  unlinkat:     /uintmax_t.m4
 * ACCESS DENIED:  open_wr:      /uintmax_t.m4
 * ACCESS DENIED:  unlinkat:     /ulonglong.m4
 * ACCESS DENIED:  open_wr:      /ulonglong.m4                                                                                                                                    [ ok ]
 * Running intltoolize --automake --copy --force ...                                                                                                                              [ ok ]
Comment 1 Markus Walter 2013-09-15 11:40:24 UTC
Created attachment 358702 [details]
emerge --info
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2013-09-16 14:39:58 UTC
Don't know what it is but I see it too.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2013-09-16 14:45:05 UTC
Thanks for the patch, I will include that soon.
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2013-09-18 18:48:26 UTC
+  18 Sep 2013; Justin Lecher <jlec@gentoo.org> gpx-viewer-0.3.0.ebuild,
+  +files/gpx-viewer-0.3.0-autopoint.patch:
+  Add fix for autopoint usage, #484992
+