Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 456146

Summary: app-mobilephone/obex-data-server has not verbose build log
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 429308    

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