Gentoo Archives: gentoo-devhelp

From: Mike Frysinger <vapier@g.o>
To: gentoo-devhelp@l.g.o
Subject: Re: [gentoo-devhelp] qmake and stripped executables
Date: Thu, 14 May 2009 21:11:41
Message-Id: 200905141711.39253.vapier@gentoo.org
In Reply to: [gentoo-devhelp] qmake and stripped executables by Nikos Chantziaras
1 On Wednesday 13 May 2009 22:02:06 Nikos Chantziaras wrote:
2 > qmake (from Qt 3) creates makefiles that strip all executables during
3 > installation. The generated rule looks like this:
4 >
5 > install_target: all
6 > @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/lib64/" || $(MKDIR)
7 > "$(INSTALL_ROOT)/lib64/"
8 > -$(INSTALL_FILE) "$(QMAKE_TARGET)"
9 > "$(INSTALL_ROOT)/lib64/$(QMAKE_TARGET)"
10 > -strip "$(INSTALL_ROOT)/lib64/$(QMAKE_TARGET)"
11 >
12 > This results in portage issuing a QA warning during the emerge (portage
13 > wants to strip the executables itself).
14
15 rightly so
16
17 > What would be a good way to fix that?
18
19 find an option that doesnt emit the strip line or run `sed` after the fact to
20 delete the strip line
21 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-devhelp] Re: qmake and stripped executables Nikos Chantziaras <realnc@×××××.de>