Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456146 - app-mobilephone/obex-data-server has not verbose build log
Summary: app-mobilephone/obex-data-server has not verbose build log
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2013-02-08 11:00 UTC by Agostino Sarubbo
Modified: 2013-06-06 09:49 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 Agostino Sarubbo gentoo-dev 2013-02-08 11:00:36 UTC
The proposed solution is in the tracker.
If this is an autotools based package, and '--disable-silent-rules' doesn't work, you can try:
- emake V=1 in src_compile() and/or src_install()
- MAKEOPTS+=" V=1" as global scope

Note: if you will port the ebuild to EAPI 5, it includes '--disable-silent-rules'
Comment 1 Agostino Sarubbo gentoo-dev 2013-02-08 11:01:13 UTC
this is unrespected only at link time:

  CC     test/ods-dbus-test.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include    -march=native -O2 -g0 -pipe -c -o test/ods-dbus-test.o test/ods-dbus-test.c
  CCLD   test/ods-dbus-test
  CCLD   src/obex-data-server
>>> Source compiled.
>>> Test phase [not enabled]: app-mobilephone/obex-data-server-0.4.6
Comment 2 Sergey Popov gentoo-dev 2013-06-06 09:49:30 UTC
+  06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org>
+  obex-data-server-0.4.6.ebuild:
+  Make build verbose, wrt bug #456146. Thanks to Agostino Sarubbo for
+  discovering this issue

I have added --disable-silent-rules and it builds verbosely