From owner-freebsd-ports-bugs@freebsd.org Sat Sep 22 09:56:59 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 967EA10922D3 for ; Sat, 22 Sep 2018 09:56:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1E48C8C1FE for ; Sat, 22 Sep 2018 09:56:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D405E10922D2; Sat, 22 Sep 2018 09:56:58 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B205A10922D1 for ; Sat, 22 Sep 2018 09:56:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473CB8C1FC for ; Sat, 22 Sep 2018 09:56:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8C6204A49 for ; Sat, 22 Sep 2018 09:56:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8M9uvAc018292 for ; Sat, 22 Sep 2018 09:56:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8M9uvaO018291 for ports-bugs@FreeBSD.org; Sat, 22 Sep 2018 09:56:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231479] lang/julia: build stuck while running libwhich -p libopenblasp.so using synth Date: Sat, 22 Sep 2018 09:56:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 09:56:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231479 --- Comment #7 from Trond.Endrestol@ximalas.info --- I did some more investigations using gdb. Apparently, libwhich halts when reading the libopenblasp.so library installed in the chroot env. Running the same command on, say, /lib/libc.so.7 gives the desired result. trond@freebsd-head-zfs:~>gdb /var/synth/builders/synth-live/SL02_work/xports/lang/julia/work/julia/usr/t= ools/libwhich GNU gdb (GDB) 8.1.1 [GDB v8.1.1 for FreeBSD] Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-portbld-freebsd12.0". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /var/synth/builders/synth-live/SL02_work/xports/lang/julia/work/julia/usr/t= ools/libwhich...(no debugging symbols found)...done. (gdb) set args -p /var/synth/builders/synth-live/SL02_localbase/lib/libopenblasp.so (gdb) b main Breakpoint 1 at 0x400c14 (gdb) r Starting program: /var/synth/builders/synth-live/SL02_work/xports/lang/julia/work/julia/usr/t= ools/libwhich -p /var/synth/builders/synth-live/SL02_localbase/lib/libopenblasp.so Breakpoint 1, 0x0000000000400c14 in main () (gdb) s Single stepping until exit from function main, which has no line number information. 0x0000000000400b60 in get_names () (gdb)=20 Single stepping until exit from function get_names, which has no line number information. 0x0000000000400c55 in main () (gdb) list No symbol table is loaded. Use the "file" command. (gdb) n Single stepping until exit from function main, which has no line number information. [New LWP 100898 of process 30266] [New LWP 100899 of process 30266] [New LWP 100900 of process 30266] Nothing happens at all at this point, and you can't even Ctrl+C your way ou= t of the debugger. --=20 You are receiving this mail because: You are the assignee for the bug.=