* Package: media-video/frameworks-0.3.7-r1 * Repository: gentoo * Maintainer: media-video@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking frameworks-0.3.7.tar.gz to /var/tmp/portage/media-video/frameworks-0.3.7-r1/work >>> Source unpacked in /var/tmp/portage/media-video/frameworks-0.3.7-r1/work >>> Preparing source in /var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7 ... * Applying frameworks-0.3.7-ceilf.patch ... [ ok ] * Applying frameworks-0.3.7-strcmp-and-datadir.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7' ... * Running aclocal ... [ ok ] * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running autoconf --force ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: frameworks-0.3.7/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7 ... * econf: updating frameworks-0.3.7/config.sub with /usr/share/gnuconfig/config.sub * econf: updating frameworks-0.3.7/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/frameworks-0.3.7-r1 --htmldir=/usr/share/doc/frameworks-0.3.7-r1/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for library containing ceil... -lm checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7 ... make -j1 Making all in src make[1]: Entering directory '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7/src' echo "/* autogenerated by Makefile; do not edit */" > config.h echo "#define DATADIR" \"/usr/share\" >> config.h sed -e 's/%VERSION/0.3.7/' < template.glade > frameworks.glade cp template.gladep frameworks.gladep make all-am make[2]: Entering directory '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7/src' x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"frameworks\" -DPACKAGE_TARNAME=\"frameworks\" -DPACKAGE_VERSION=\"0.3.7\" -DPACKAGE_STRING=\"frameworks\ 0.3.7\" -DPACKAGE_BUGREPORT=\"pat@polycrystal.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"frameworks\" -DVERSION=\"0.3.7\" -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/libxml2 -O2 -pipe -march=native -fno-common -c -o frameworks.o frameworks.c frameworks.c: In function ‘main’: frameworks.c:66:5: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] 66 | g_thread_init(NULL); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from frameworks.c:25: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here 265 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ frameworks.c:98:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 98 | write(1, cam->buf_b->data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 99 | cam->buf_b->width * cam->buf_b->height * cam->buf_b->bpp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"frameworks\" -DPACKAGE_TARNAME=\"frameworks\" -DPACKAGE_VERSION=\"0.3.7\" -DPACKAGE_STRING=\"frameworks\ 0.3.7\" -DPACKAGE_BUGREPORT=\"pat@polycrystal.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"frameworks\" -DVERSION=\"0.3.7\" -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/libxml2 -O2 -pipe -march=native -fno-common -c -o camera.o camera.c camera.c: In function ‘frameworks_camera_initialize’: camera.c:76:5: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] 76 | camera->read_mutex = g_mutex_new(); /* lock when reading from device */ | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from camera.c:2: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here 277 | GMutex * g_mutex_new (void); | ^~~~~~~~~~~ camera.c:77:5: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] 77 | camera->buf_b_mutex = g_mutex_new(); /* lock when touching buffer b */ | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from camera.c:2: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here 277 | GMutex * g_mutex_new (void); | ^~~~~~~~~~~ camera.c:78:5: warning: ‘g_cond_new’ is deprecated [-Wdeprecated-declarations] 78 | camera->buf_b_cond = g_cond_new(); /* threads can wait for buffer b */ | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from camera.c:2: /usr/include/glib-2.0/glib/deprecated/gthread.h:281:17: note: declared here 281 | GCond * g_cond_new (void); | ^~~~~~~~~~ camera.c:87:5: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 87 | g_thread_create(read_thread, camera, TRUE, NULL); | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from camera.c:2: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here 104 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"frameworks\" -DPACKAGE_TARNAME=\"frameworks\" -DPACKAGE_VERSION=\"0.3.7\" -DPACKAGE_STRING=\"frameworks\ 0.3.7\" -DPACKAGE_BUGREPORT=\"pat@polycrystal.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"frameworks\" -DVERSION=\"0.3.7\" -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/libxml2 -O2 -pipe -march=native -fno-common -c -o interface.o interface.c interface.c: In function ‘frameworks_interface_run’: interface.c:45:5: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 45 | (&interface)->display_thread = g_thread_create(display_thread, &interface, TRUE, NULL); | ^ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from interface.c:1: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here 104 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ interface.c: In function ‘initialize’: interface.c:247:5: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] 247 | interface->pixbufs_mutex = g_mutex_new(); | ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from interface.c:1: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here 277 | GMutex * g_mutex_new (void); | ^~~~~~~~~~~ interface.c:248:5: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] 248 | interface->grab_mutex = g_mutex_new(); | ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from interface.c:1: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here 277 | GMutex * g_mutex_new (void); | ^~~~~~~~~~~ interface.c: In function ‘frameworks_interface_put’: interface.c:930:13: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 930 | g_thread_create(frameworks_interface_put_thread, interface, TRUE, NULL); | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from common.h:30, from interface.c:1: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here 104 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"frameworks\" -DPACKAGE_TARNAME=\"frameworks\" -DPACKAGE_VERSION=\"0.3.7\" -DPACKAGE_STRING=\"frameworks\ 0.3.7\" -DPACKAGE_BUGREPORT=\"pat@polycrystal.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"frameworks\" -DVERSION=\"0.3.7\" -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/libxml2 -O2 -pipe -march=native -fno-common -c -o callbacks.o callbacks.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"frameworks\" -DPACKAGE_TARNAME=\"frameworks\" -DPACKAGE_VERSION=\"0.3.7\" -DPACKAGE_STRING=\"frameworks\ 0.3.7\" -DPACKAGE_BUGREPORT=\"pat@polycrystal.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"frameworks\" -DVERSION=\"0.3.7\" -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/libxml2 -O2 -pipe -march=native -fno-common -c -o animation.o animation.c x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"frameworks\" -DPACKAGE_TARNAME=\"frameworks\" -DPACKAGE_VERSION=\"0.3.7\" -DPACKAGE_STRING=\"frameworks\ 0.3.7\" -DPACKAGE_BUGREPORT=\"pat@polycrystal.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"frameworks\" -DVERSION=\"0.3.7\" -I. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/libxml2 -O2 -pipe -march=native -fno-common -c -o colorspace.o colorspace.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o frameworks frameworks.o camera.o interface.o callbacks.o animation.o colorspace.o -lgthread-2.0 -pthread -lglib-2.0 -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lxml2 -lm /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: camera.o:(.bss+0x0): multiple definition of `fwks_quit'; frameworks.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: interface.o:(.bss+0x0): multiple definition of `fwks_quit'; frameworks.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: callbacks.o:(.bss+0x0): multiple definition of `fwks_quit'; frameworks.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: animation.o:(.bss+0x0): multiple definition of `fwks_quit'; frameworks.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: colorspace.o:(.bss+0x0): multiple definition of `force_palette'; frameworks.o:(.data+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: colorspace.o:(.bss+0x4): multiple definition of `fwks_quit'; frameworks.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:378: frameworks] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7/src' make[1]: *** [Makefile:300: all] Error 2 make[1]: Leaving directory '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7/src' make: *** [Makefile:336: all-recursive] Error 1 * ERROR: media-video/frameworks-0.3.7-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-video/frameworks-0.3.7-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/frameworks-0.3.7-r1::gentoo'`. * The complete build log is located at '/var/log/portage/media-video:frameworks-0.3.7-r1:20200127-132924.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-video/frameworks-0.3.7-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/frameworks-0.3.7-r1/temp/environment'. * Working directory: '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7' * S: '/var/tmp/portage/media-video/frameworks-0.3.7-r1/work/frameworks-0.3.7'