From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JXf8Z-0004M7-MO for garchives@archives.gentoo.org; Fri, 07 Mar 2008 16:09:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B589E06BD; Fri, 7 Mar 2008 16:09:34 +0000 (UTC) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.188]) by pigeon.gentoo.org (Postfix) with ESMTP id 144BFE06BD for ; Fri, 7 Mar 2008 16:09:33 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id n40so441352gve.39 for ; Fri, 07 Mar 2008 08:09:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=MRYMaGxQgx7v7CXfOItejEf2sgxNxb4meekPxqx/QT4=; b=n1ps2eRq3WHZGUR3pBHuy3LVlLzdubxla1WZ1dzupwsb7iuplb7B3OkVRMQU4rfZBzlurx7BdeJwor2D5ok3Wei3j46jmI13ASaUKbzcSUVw3mUbMTK5IpFZ7TgNfv9m2I1Ti4tBOkmgZ/XXzYbMfkfNVdKIA69VJ3mP3fHJE4U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Gm+9BgWa8mzVu7+/3KWGmortF8PYdt5mroGqOlYktoXkeJaAr7RKs0QJpiJP5J7C6K371COymhwK73zUZD2DAGiMf3Je+XFnv4tMTfLUzWlD7OmZs757pJH8P15uKhIl4M6dG4tfYZl38CiYqGjFRfj3s1Skq/NXQPzscvUK+nI= Received: by 10.142.133.15 with SMTP id g15mr733200wfd.42.1204906171925; Fri, 07 Mar 2008 08:09:31 -0800 (PST) Received: by 10.142.234.21 with HTTP; Fri, 7 Mar 2008 08:09:31 -0800 (PST) Message-ID: <5bdc1c8b0803070809x78898edegd3e2fa8f515582e8@mail.gmail.com> Date: Fri, 7 Mar 2008 08:09:31 -0800 From: "Mark Knecht" To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] Enabling debug info in Wine? Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 12bcb7c8-2b73-46e8-89b0-3d85796adc47 X-Archives-Hash: c2d1650c99644c7da299e3689f1b4b9d Hi all, What would be a sufficient set of actions for me to take to get backtrace info from Wine that would be useful to Wine devlopers? Their Bugzilla folks are are saying, correctly I think, that everything necessary is stripped out and that the info I'm providing doesn't help. I don't see anything specific in the Wine flags. Is this some sort of major effort required where I have to go back and recompile many things on my system or is there a way to compile just Wine to give them what they need? I found this page to read: http://www.gentoo.org/proj/en/qa/backtraces.xml I do not understand the nostrip/splitdebug topic. I do not find either word in man emerge or man portage. Is this a gcc thing? My current gcc flags look like this: CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" Any comments about whether those are good or not for a non-developer, desktop user type like me would be appreciated. I don't mind changing cflags to get these folks what they want. Thanks, Mark -- gentoo-amd64@lists.gentoo.org mailing list