From owner-freebsd-questions@freebsd.org Tue May 11 08:35:22 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C3D1E62D42F for ; Tue, 11 May 2021 08:35:22 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail04.adl3.internode.on.net (ipmail04.adl3.internode.on.net [150.101.137.10]) by mx1.freebsd.org (Postfix) with ESMTP id 4FfWT52CTpz3MYR for ; Tue, 11 May 2021 08:35:20 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) X-SMTP-MATCH: 0 IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AAfmcqKrOpVeobq4jQNEYVlwaV5o0eYIsim?= =?us-ascii?q?QD101hICG9Afbo9PxG+85rtyMc6QxwZJhOo7+90cW7K080lqQV3WByB9uftW?= =?us-ascii?q?Dd0QOVxepZgLcKrQeKJ8SzzIBg6Zs=3D?= X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CUJQBEQZpg/wvmestaHgEBCxIMQIF?= =?us-ascii?q?Zg3aFMokEiEgthAyWfYF7CwFKAQIEAQGBW4RqJjoEDQIEFQEBBgEBAQEBBgS?= =?us-ascii?q?BBIVdhm6BCwIYDgJfDQgBAYJtgwepAoEygQGEY4UagRAqh2GCD4R0gUuBPIJ?= =?us-ascii?q?MiEaCYQSDGgUjG3RBOwSfJVicR4IhfQSdKAUvg0ShaLs0B0SBLjMaIYM8Txk?= =?us-ascii?q?OnHw0ZwIGCgEBAwlXAYtaXQEB?= Received: from ppp230-11.static.internode.on.net (HELO leader.local) ([203.122.230.11]) by ipmail04.adl3.internode.on.net with ESMTP; 11 May 2021 18:05:11 +0930 To: FreeBSD-questions From: Shane Ambler Subject: How do I find libs open by program Message-ID: Date: Tue, 11 May 2021 18:05:04 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FfWT52CTpz3MYR X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of FreeBSD@shaneware.biz has no SPF policy when checking 150.101.137.10) smtp.mailfrom=FreeBSD@shaneware.biz X-Spamd-Result: default: False [-1.81 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[150.101.137.10:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.81)[-0.810]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ShaneWare.Biz]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[150.101.137.10:from:127.0.2.255]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4739, ipnet:150.101.0.0/16, country:AU]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 08:35:22 -0000 Hi, For some time I have been unable to run audacity, I get an error about gtk2 and gtk3 being used in the same process. There is no direct link to any gtk2 libs. As I build most ports with extra options turned on, I expect one of these options is bringing in gtk2 Trying to follow dependencies through ports installed hasn't helped. How can I watch what libs are open, and hopefully what libs open them, when I start a program? % audacity (Audacity:37299): Gtk-ERROR **: 16:02:37.609: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported Trace/BPT trap -- FreeBSD - the place to B...Software Developing Shane Ambler