From nobody Thu Nov 03 13:33:24 2022 X-Original-To: freebsd-pkg@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4N34TK5Lhsz4h290 for ; Thu, 3 Nov 2022 13:33:25 +0000 (UTC) (envelope-from root@bxlr.sk) Received: from mail.bxlr.sk (bxlr.sk [92.240.237.118]) by mx1.freebsd.org (Postfix) with ESMTP id 4N34TK0w27z3Z2R for ; Thu, 3 Nov 2022 13:33:25 +0000 (UTC) (envelope-from root@bxlr.sk) Received: by mail.bxlr.sk (Postfix, from userid 0) id B7B9446560; Thu, 3 Nov 2022 14:33:24 +0100 (CET) Date: Thu, 3 Nov 2022 14:33:24 +0100 From: martin To: freebsd-pkg@freebsd.org Subject: debug symbols for binary packages Message-ID: List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4N34TK0w27z3Z2R X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of root@bxlr.sk has no SPF policy when checking 92.240.237.118) smtp.mailfrom=root@bxlr.sk X-Spamd-Result: default: False [-1.70 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; FORGED_SENDER(0.30)[martin@bxlr.sk,root@bxlr.sk]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_NA(0.00)[no SPF record]; ASN(0.00)[asn:29405, ipnet:92.240.237.0/24, country:SK]; MLMMJ_DEST(0.00)[freebsd-pkg@freebsd.org]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_NEQ_ENVFROM(0.00)[martin@bxlr.sk,root@bxlr.sk]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[root]; MID_RHS_MATCH_FROMTLD(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[bxlr.sk]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N Hi, Is there a way to obtain debug symbols for binary packages? E.g. for apache24 installed using pkg download debug symbols pkg such as apache24-dbgsym or alike. I was not able to find any official information about this in handbook. I'm aware I can build it from the ports with the debug symbols. I was hoping for a way to do this without it. Thanks, martin