X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0F1F2DC79CA for ; Wed, 4 May 2016 15:11:56 +0000 (UTC) Received: from mail-pa0-f65.google.com (mail-pa0-f65.google.com [209.85.220.65]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CCABADC062A for ; Wed, 4 May 2016 15:11:55 +0000 (UTC) Received: by mail-pa0-f65.google.com with SMTP id zy2so5965578pac.2 for ; Wed, 04 May 2016 08:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=m02eQ3TMa6/kRPdMkdYGX7jl5KgaDmIO6PsdAvluyfQ=; b=ErA+5wSwRlF0pnJzQwKMq5f+wsrnTQYFFBP1Qzh0J6yeKttvSlCES+FUF/nDIsMx7H a2RSo0IbW632gKFehRalQeqGnyuqerruWIx3peOEtJO9XRgm061i+jdUgxzFb1spgNTh lff39qERS059Nwnyd05m4rbxDiRL9JnM9/LbhHyexzgq4IH8lf9VtxOM6rRHDCDRsSVU ox8rX5HKlJ/yArTB0TNIYN6JhPp1tPBFgo1gnNbhyJpA+Xlmj8C7GNJJLH0JfH7V30iF 3l6N14YSbl54w5SWsWA+B7/G5m6m5uWzCzBZAI/Wy9sI8SgusmZ8CtxJw/TT8O+QR/p1 ssQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=m02eQ3TMa6/kRPdMkdYGX7jl5KgaDmIO6PsdAvluyfQ=; b=HVCbHJ2G4qzKt4a58bjNog36aF+S8ReNx7fVLWrOxTOWyBj4fHLCOrnOIzBfMDZHKY ua8OxN8iJcITlR/srBvZfkzCwG0IH5Dh1kh/zRM5CP6bo5gmsdFqznGdUOyGVkvVliAd hXZ+EgJxGwJf2SxL1GMohyHg8zfeEFIpT76uIU86qNg6KaAOfz70nOPrI8BF/6bKCZ2H dulBB1zUhA75IyF72S2EXvwTNblyVqG10wl//022DRDadIjzGYjco7Eez5n4Ye3fdrO/ PoFeVeAjKkeibC1XXKYPTHTDowa44vCWTsFQY/dubg0YtuCKA9W8/0wSSgT8ToODA1OX PBXA== X-Gm-Message-State: AOPr4FXCnsH9WGdB/B37DwolXOpdxDQzRq7fHhYnGhD9ZAQjIrF6+OzTjMJ/uFq37K/27A== X-Received: by 10.66.160.201 with SMTP id xm9mr12635752pab.68.1462374714693; Wed, 04 May 2016 08:11:54 -0700 (PDT) Received: from newbook ([50.0.225.71]) by smtp.gmail.com with ESMTPSA id l81sm6928898pfj.21.2016.05.04.08.11.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 May 2016 08:11:54 -0700 (PDT) Date: Wed, 4 May 2016 08:11:49 -0700 From: Isaac Dunham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] Bug in ltrace/i386 (or linux-headers?) Message-ID: <20160504151148.GA4012@newbook> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) X-Virus-Scanned: ClamAV using ClamSMTP Hello, ltrace is supposed to be an strace equivalent, except it should show functions called instead of syscalls. Running it on my i386 system (Atom N270, running linux-vanilla 4.4.8, alpine edge, a few days out of date), it apparently no longer picks up any functions called. Testcase: $ echo "foo" |ltrace /bin/cat foo +++ exited (status 0) +++ cat is busybox cat (shared/stripped). Looking at the log, the differences I see are: -at one point, the upstream source was redirected, and had a new checksum -it was rebuilt -a linux-headers dependency was added Any ideas what's going on here? Thanks, Isaac Dunham --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---