Bug 1539023 - Add ability to control verbosity settings while compiling
Summary: Add ability to control verbosity settings while compiling
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: build
Version: mainline
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Niels de Vos
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-26 12:40 UTC by Niels de Vos
Modified: 2018-06-20 17:58 UTC (History)
1 user (show)

Fixed In Version: glusterfs-v4.1.0
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-20 17:58:10 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github gluster glusterfs issues 381 0 None None None 2018-01-26 12:42:04 UTC

Description Niels de Vos 2018-01-26 12:40:25 UTC
Description of problem:
`make V=1` is broken — no commands are printed whatsoever. At the same time, `make V=0` *also* is broken in that no summary lines ("CC  foo.o") are printed, either. Kill the annoying hardcoded --quiet in configure.ac, since it seems to override everything that automake offers.

Version-Release number of selected component (if applicable):
all

How reproducible:
try to run '`make V=1` and do not see any more verbose output.

Steps to Reproduce:
1. ./autogen.sh
2. ./configure
3. make V=1

Actual results:
No change compared to the normal quiet `make` output.

Expected results:
See the full compiler and other tools commanlines.

Comment 1 Worker Ant 2018-01-26 12:43:35 UTC
REVIEW: https://review.gluster.org/19274 (build: restore ability to control verbosity settings) posted (#2) for review on master by Niels de Vos

Comment 2 Worker Ant 2018-01-26 12:58:35 UTC
COMMIT: https://review.gluster.org/19274 committed in master by \"Niels de Vos\" <ndevos> with a commit message- build: restore ability to control verbosity settings

`make V=1` is broken — no commands are printed whatsoever. At the
same time, `make V=0` *also* is broken in that no summary lines
("CC  foo.o") are printed, either. Kill the annoying hardcoded
--quiet in configure.ac, since it seems to override everything that
automake offers.

Change-Id: I377c0e0469619a33586afb4a93dde6d241e7bc21
Fixes: #381
BUG: 1539023
Original-author: Jan Engelhardt <jengelh>
Signed-off-by: Niels de Vos <ndevos>
[ndevos: silence rpc/xdr/gen rpgcen]

Comment 3 Shyamsundar 2018-06-20 17:58:10 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-v4.1.0, please open a new bug report.

glusterfs-v4.1.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] http://lists.gluster.org/pipermail/announce/2018-June/000102.html
[2] https://www.gluster.org/pipermail/gluster-users/


Note You need to log in before you can comment on or make changes to this bug.