This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/22066] New: stap fails to link correctly when not using nss or http


https://sourceware.org/bugzilla/show_bug.cgi?id=22066

            Bug ID: 22066
           Summary: stap fails to link correctly when not using nss or
                    http
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: server
          Assignee: systemtap at sourceware dot org
          Reporter: sgw at linux dot intel.com
  Target Milestone: ---

Created attachment 10387
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10387&action=edit
Potential Patch

During the link phase, I got the following error:

| stap-main.o: In function `passes_0_4(systemtap_session&)':
| main.cxx:(.text+0x4493): undefined reference to
`compile_server_client::passes_0_4()'
| collect2: error: ld returned 1 exit status

I saw that the other instance of the passes_0_4() call was wrapped with an
ifdef of NEED_BASE_CLIENT_CODE, so I cut and paste that to this code and it
seems to resolve the link failure.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]