Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659446 - dev-libs/appstream-glib-0.7.9 meson build test phase writes and leaves files in /tmp
Summary: dev-libs/appstream-glib-0.7.9 meson build test phase writes and leaves files ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-27 22:37 UTC by Mart Raudsepp
Modified: 2018-06-27 22:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Raudsepp gentoo-dev 2018-06-27 22:37:18 UTC
FEATURES=test emerge -1va appstream-glib is now putting files into /tmp and leaving them there.

At least the following extra subdirectories (with files inside) end up in /tmp even after emerge is done:

drwx------  2 portage portage   60 28. juuni 01:33 32x32
drwxr-xr-x  4 portage portage   80 28. juuni 01:33 destdir
-rw-r--r--  1 portage portage 2814 28. juuni 01:33 foo.png
drwx------  3 portage portage   60 28. juuni 01:33 origin

I think that's the usr test data folder from the tarball or something (probably tests are written there and then compared to what's shipped or something). Need to convince its meson build to use portage tempdir for this stuff..