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

Bug 511616

Summary: sys-infiniband/libmlx5-1.0.1 - In function 'mlx5_poll_one': src/cq.c:389:2: error: statement with no effect [-Werror=unused-value]
Product: Gentoo Linux Reporter: Andreas Schäfer <gentryx>
Component: [OLD] LibraryAssignee: Gentoo Cluster Team <cluster>
Status: UNCONFIRMED ---    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge --info
patch fixes ebuild, treats warnings no longer as errors

Description Andreas Schäfer 2014-05-27 13:21:17 UTC
When I try to emerge libmlx5, the build process stops as the compiler encounters a warning and warnings are treated as errors.

Reproducible: Always

Steps to Reproduce:
1. emerge -v libmlx5

Actual Results:  
fails to emerge

Expected Results:  
package should emerge fine
Comment 1 Andreas Schäfer 2014-05-27 13:25:18 UTC
Created attachment 377708 [details]
build log
Comment 2 Andreas Schäfer 2014-05-27 13:26:27 UTC
Created attachment 377710 [details]
emerge --info
Comment 3 Andreas Schäfer 2014-05-27 13:31:50 UTC
Created attachment 377712 [details, diff]
patch fixes ebuild, treats warnings no longer as errors