Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-devhelp
Navigation:
Lists: gentoo-devhelp: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-devhelp@g.o
From: Nikos Chantziaras <realnc@...>
Subject: qmake and stripped executables
Date: Thu, 14 May 2009 05:02:06 +0300
qmake (from Qt 3) creates makefiles that strip all executables during
installation.  The generated rule looks like this:

install_target: all
         @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/lib64/" || $(MKDIR)
"$(INSTALL_ROOT)/lib64/"
         -$(INSTALL_FILE) "$(QMAKE_TARGET)"
"$(INSTALL_ROOT)/lib64/$(QMAKE_TARGET)"
         -strip "$(INSTALL_ROOT)/lib64/$(QMAKE_TARGET)"

This results in portage issuing a QA warning during the emerge (portage
wants to strip the executables itself).  What would be a good way to fix
that?



Replies:
Re: qmake and stripped executables
-- Mike Frysinger
Navigation:
Lists: gentoo-devhelp: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
preserved libs
Next by thread:
Re: qmake and stripped executables
Previous by date:
Re: preserved libs
Next by date:
Re: qmake and stripped executables


Updated Jul 31, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.