From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87321 invoked by alias); 10 Oct 2017 16:44:18 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 78582 invoked by uid 48); 10 Oct 2017 16:44:10 -0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/22278] New: the nss client code doesn't handle '-I DIR' well Date: Tue, 10 Oct 2017 16:44:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2017-q4/txt/msg00022.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22278 Bug ID: 22278 Summary: the nss client code doesn't handle '-I DIR' well Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: dsmith at redhat dot com Target Milestone: --- Using a custom tapset directory works fine: =3D=3D=3D=3D # cat tapset/foo.stp function foo() { printf("Hello\n") } # stap -I tapset -e 'probe oneshot { foo() }' Hello =3D=3D=3D=3D However, if you try to do the same thing with a compile server, you get an error: =3D=3D=3D=3D # stap --use-server -I tapset -e 'probe oneshot { foo() }' semantic error: unresolved function (similar: log, HZ, pn, pp, cpu): identi= fier 'foo' at :1:17 source: probe oneshot { foo() } ^ WARNING: unused command line option $1/@1 Pass 2: analysis failed. [man error::pass2] Passes: via server failed. Try again with another '-v' option. =3D=3D=3D=3D --=20 You are receiving this mail because: You are the assignee for the bug.