Package Details: mstflint 4.30.0.0-1

Git Clone URL: https://aur.archlinux.org/mstflint.git (read-only, click to copy)
Package Base: mstflint
Description: Open source version of MFT (Mellanox Firmware Tools)
Upstream URL: https://github.com/Mellanox/mstflint
Licenses: GPL2, custom:"OpenIB.org BSD"
Submitter: twinshadow
Maintainer: k0ste (nfnty)
Last Packager: k0ste
Votes: 7
Popularity: 0.000879
First Submitted: 2011-12-28 02:51 (UTC)
Last Updated: 2024-11-27 20:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

segfaults commented on 2018-09-16 16:01 (UTC)

Latest version required the following flags added to the build in order to compile: -Wimplicit-fallthrough=0 -Wformat-overflow=0 -Wno-cast-function-type -Wno-class-memaccess -O

vmaffione commented on 2018-04-24 13:46 (UTC)

Hi, Current version does not compile because of warnings treated as errors. I got rid of the warnings adding the following to CFLAGS,CXXFLAGS, and CPPFLAGS:

-Wimplicit-fallthrough=0 -Wformat-overflow=0

<deleted-account> commented on 2017-11-22 21:08 (UTC)

Updated PKGBUILD for new upstream/version: https://gist.github.com/ajs124/9fde3f9f29e724e9e2c5531bd564e7c5 Note: this currently does not compile, except if my pull request is merged or you point it to my fork.

nightah commented on 2017-10-06 12:26 (UTC)

Inserting: sed -i 's/Werror/Wno-error/g' before the configure line doesn't actually do anything. It will bail out prematurely with an error of "sed: no input files".

ljw1 commented on 2017-10-05 08:47 (UTC)

Package 4.5.0-1 doesn't build due to warnings. To fix insert this line in PKGBUILD before the configure line. sed -i 's/Werror/Wno-error/g'

tic226 commented on 2016-06-07 18:04 (UTC) (edited on 2016-06-07 18:06 (UTC) by tic226)

I got 'ERROR: url should not be an array' and changing the url to url="https://www.openfabrics.org/index.php/overview.html" solved the issue but i'm getting a few -Werror related errors like this: mlxcfg_parser.cpp:115:68: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] printf(IDENT2"%-35s: %s\n", "To set configuration", MLXCFG_NAME" -d "MST_DEV_EXAMPLE" set SRIOV_EN=1 NUM_OF_VFS=16 WOL_MAGIC_EN_P1=1"); I saw in the diff of PKGBUILD that you removed a -Werror patch, was it related to the errors i'm getting?