Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618432 - app-arch/upx-ucl-3.91 build with Werror
Summary: app-arch/upx-ucl-3.91 build with Werror
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (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: PullRequest
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2017-05-14 10:35 UTC by Alessandro Barbieri
Modified: 2019-08-08 18:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-arch:upx-ucl-3.91:20170502-151622.log (app-arch:upx-ucl-3.91:20170502-151622.log,34.29 KB, text/plain)
2017-05-14 10:36 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2017-05-14 10:35:45 UTC
for example

g++ -DWITH_ZLIB=1 -DWITH_LZMA=0x465 -I/var/tmp/notmpfs/portage/app-arch/upx-ucl-3.91/work -Os -pipe -march=native -mtune=native -fomit-frame-pointer -mfpmath=sse -Wl,-O1 -Wl,--as-needed -Wl,-O2 -Wl,-z,now -Wl,-z,relro -lpthread -lgomp -fweb -fgcse-after-reload -fivopts -fopenmp -Wno-error=implicit-function-declaration -pthread -D_REENTRANT -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o work.o -c work.cpp
Comment 1 Alessandro Barbieri 2017-05-14 10:36:40 UTC
Created attachment 472566 [details]
app-arch:upx-ucl-3.91:20170502-151622.log

build log
Comment 2 Alessandro Barbieri 2019-08-06 17:51:40 UTC
Setting CXXFLAGS_WERROR=" " will solve the problem
Comment 3 Larry the Git Cow gentoo-dev 2019-08-08 18:21:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ab4e4e37a23720a608fbeed7ca2e3f416fe36c

commit 70ab4e4e37a23720a608fbeed7ca2e3f416fe36c
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2019-05-23 02:55:39 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-08-08 18:21:15 +0000

    app-arch/upx: updated to 3.95
    
    Updated to recent version 3.95 (#645646), removed -Werror option (#618432).
    Major cleanups to ebuild:
    
    * Updated to EAPI 7
    * Updated HOMEPAGE, removed redundant USEs
    * Added myself to maintainers
    
    Closes: https://bugs.gentoo.org/618432
    Closes: https://bugs.gentoo.org/645646
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-arch/upx/Manifest        |  1 +
 app-arch/upx/metadata.xml    |  9 ++++++---
 app-arch/upx/upx-3.95.ebuild | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 3 deletions(-)