From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106206 invoked by alias); 5 Mar 2019 05:15:55 -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 106066 invoked by uid 48); 5 Mar 2019 05:15:48 -0000 From: "prinbra at gmail dot com" To: systemtap@sourceware.org Subject: [Bug runtime/24303] New: generate stapconf_*.h failed on kernel 5.0 Date: Tue, 05 Mar 2019 05:15:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: prinbra at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: 2019-q1/txt/msg00057.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24303 Bug ID: 24303 Summary: generate stapconf_*.h failed on kernel 5.0 Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: critical Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: prinbra at gmail dot com Target Milestone: --- Can't run on kernel 5.0, failed at pass 4: root@debian:~# uname -r 5.0.0 root@debian:~# stap -ve 'probe begin { printf("hello\n"); }' Pass 1: parsed user script and 472 library scripts using 111444virt/83764res/5228shr/78900data kb, in 160usr/30sys/188real ms. Pass 2: analyzed script: 1 probe, 0 functions, 0 embeds, 0 globals using 113028virt/85412res/5300shr/80484data kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapESGfzx/stap_773ec94902f7558ef6659ab574df47ba_793_src.c" using 113028virt/85412res/5300shr/80484data kb, in 0usr/0sys/0real ms. cc1: fatal error: /tmp/stapESGfzx/stapconf_84f6d6c73e869a4b8ab762584ac21d3a_724.h: No such fi= le or directory cc1: fatal error: /tmp/stapESGfzx/stapconf_84f6d6c73e869a4b8ab762584ac21d3a_724.h: No such fi= le or directory compilation terminated. compilation terminated. scripts/Makefile.build:276: recipe for target '/tmp/stapESGfzx/stap_773ec94902f7558ef6659ab574df47ba_793_src.o' failed make[1]: *** [/tmp/stapESGfzx/stap_773ec94902f7558ef6659ab574df47ba_793_src= .o] Error 1 make[1]: *** Waiting for unfinished jobs.... scripts/Makefile.build:276: recipe for target '/tmp/stapESGfzx/stap_773ec94902f7558ef6659ab574df47ba_793_aux_0.o' failed make[1]: *** [/tmp/stapESGfzx/stap_773ec94902f7558ef6659ab574df47ba_793_aux_0.o] Error 1 Makefile:1553: recipe for target '_module_/tmp/stapESGfzx' failed make: *** [_module_/tmp/stapESGfzx] Error 2 WARNING: kbuild exited with status: 2 Pass 4: compiled C into "stap_773ec94902f7558ef6659ab574df47ba_793.ko" in 390usr/170sys/556real ms. Pass 4: compilation failed. [man error::pass4] --=20 You are receiving this mail because: You are the assignee for the bug.