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 translator/10509] New: Compilation error on systems not having NSS support


I got the following error with stap commit release-0.9.9-108-g6a783d2 in s390x
on compilation.

gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"'
-DSYSCONFDIR='"/usr/local/etc"' -DPKGDATADIR='"/usr/local/share/systemtap"'
-DPKGLIBDIR='"/usr/local/libexec/systemtap"' -I./includes  -Iinclude-elfutils 
-D_GNU_SOURCE -fexceptions -Wall -Werror -Wunused -Wformat=2 -W  -g -O2
-fstack-protector-all -D_FORTIFY_SOURCE=2 -MT stap-mdfour.o -MD -MP -MF
.deps/stap-mdfour.Tpo -c -o stap-mdfour.o `test -f 'mdfour.c' || echo './'`mdfour.c
cc1: warnings being treated as errors
runtime/staprun/staprun_funcs.c: In function ?check_permissions?:
runtime/staprun/staprun_funcs.c:451: warning: unused parameter ?module_data?
runtime/staprun/staprun_funcs.c:451: warning: unused parameter ?module_size?
make[2]: *** [staprun-staprun_funcs.o] Error 1


This issue seems to exist on systems not having NSS support. I tested in s390x.

-- 
           Summary: Compilation error on systems not having NSS support
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: maranp at linux dot vnet dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10509

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


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