Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 429640 - sys-devel/clang-9999 fails to compile with >=linux-headers-3.3 : sanitizer_linux.cc:42:26: error: use of undeclared identifier '__NR_mmap' return (void *)syscall(__NR_mmap, addr, length, prot, flags, fd, offset);
Summary: sys-devel/clang-9999 fails to compile with >=linux-headers-3.3 : sanitizer_li...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-03 13:08 UTC by Marcin Mirosław
Modified: 2012-08-03 17:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log.bz2,53.47 KB, application/x-bzip)
2012-08-03 13:09 UTC, Marcin Mirosław
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Mirosław 2012-08-03 13:08:42 UTC
COMPILE:   clang_linux/asan-x86_64/x86_64: /var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
/var/tmp/portage/sys-devel/clang-9999/work/llvm/Release/bin/clang -Wall -Werror -O3 -fomit-frame-pointer -m64 -fPIE -fno-builtin -c -fno-exceptions -fPIC -funwind-tables -I/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib -o /var/tmp/portage/sys-devel/clang-9999/work/llvm/tools/clang/runtime/compiler-rt/clang_linux/asan-x86_64/x86_64/SubDir.lib__sanitizer_common/sanitizer_mac.o /var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:42:26: error: use of undeclared identifier '__NR_mmap'
  return (void *)syscall(__NR_mmap, addr, length, prot, flags, fd, offset);
                         ^
  COMPILE:   clang_linux/asan-x86_64/x86_64: /var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
/var/tmp/portage/sys-devel/clang-9999/work/llvm/Release/bin/clang -Wall -Werror -O3 -fomit-frame-pointer -m64 -fPIE -fno-builtin -c -fno-exceptions -fPIC -funwind-tables -I/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib -o /var/tmp/portage/sys-devel/clang-9999/work/llvm/tools/clang/runtime/compiler-rt/clang_linux/asan-x86_64/x86_64/SubDir.lib__sanitizer_common/sanitizer_posix.o /var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:49:18: error: use of undeclared identifier '__NR_munmap'
  return syscall(__NR_munmap, addr, length);
                 ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:53:18: error: use of undeclared identifier '__NR_close'
  return syscall(__NR_close, fd);
                 ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:57:18: error: use of undeclared identifier '__NR_open'
  return syscall(__NR_open, filename,
                 ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:62:24: error: use of undeclared identifier '__NR_read'
  return (uptr)syscall(__NR_read, fd, buf, count);
                       ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:66:24: error: use of undeclared identifier '__NR_write'
  return (uptr)syscall(__NR_write, fd, buf, count);
                       ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:72:15: error: use of undeclared identifier '__NR_fstat'
  if (syscall(__NR_fstat, fd, &st))
              ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:83:18: error: use of undeclared identifier '__NR_dup2'
  return syscall(__NR_dup2, oldfd, newfd);
                 ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:87:18: error: use of undeclared identifier
      '__NR_sched_yield'; did you mean 'sched_yield'?
  return syscall(__NR_sched_yield);
                 ^~~~~~~~~~~~~~~~
                 sched_yield
/usr/include/sched.h:65:12: note: 'sched_yield' declared here
extern int sched_yield (void) __THROW;
           ^
/var/tmp/portage/sys-devel/clang-9999/work/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:87:10: error: no matching function for call to 'syscall'
  return syscall(__NR_sched_yield);
         ^~~~~~~
/usr/include/unistd.h:1082:17: note: candidate function not viable: no known conversion from 'int () throw()' to 'long' for 1st argument
extern long int syscall (long int __sysno, ...) __THROW;
                ^
10 errors generated.

Reproducible: Always




# emerge --info
Portage 2.2.0_alpha120 (default/linux/amd64/10.0/desktop/kde, gcc-4.6.3, glibc-2.15-r2, 3.4.4-gentoo x86_64)
=================================================================
System uname: Linux-3.4.4-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8400_@_3.00GHz-with-gentoo-2.1
Timestamp of tree: Fri, 03 Aug 2012 05:30:01 +0000
ccache version 3.1.7 [enabled]
app-shells/bash:          4.2_p37
dev-java/java-config:     2.1.12
dev-lang/python:          2.7.3-r2, 3.2.3-r1
dev-util/ccache:          3.1.7
dev-util/cmake:           2.8.8-r3
dev-util/pkgconfig:       0.27
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.10.5
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.2
sys-devel/binutils:       2.22.90
sys-devel/gcc:            4.4.7, 4.5.4, 4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.3 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA AdobeFlash-10.3 PUEL Q3AEULA skype-eula dlj-1.1 Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -fpeel-loops -frename-registers -fpredictive-commoning -fweb -ftree-vectorize -floop-interchange -fivopts -floop-block -floop-strip-mine -fira-loop-pressure -floop-interchange -ftree-loop-linear -s -Wdisabled-optimization"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native -pipe -fpeel-loops -frename-registers -fpredictive-commoning -fweb -ftree-vectorize -floop-interchange -fivopts -floop-block -floop-strip-mine -fira-loop-pressure -floop-interchange -ftree-loop-linear -s -Wdisabled-optimization"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS=" --quiet-build=n"
FCFLAGS="-O2 -pipe"
FEATURES="Xfail-clean Xkeepwork Xsplitdebug assume-digests binpkg-logs ccache collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="pl en es es_ES"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="-O"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://192.168.138.254/gentoo-portage"
USE="64bit X a52 aac acl acpi alsa amd64 apm async bash-completion bfq bittorrent branding bzip2 cairo caps cdda cdr chroot cli consolekit crypt cups cxx dbus declarative dmx dri dvd dvdr emboss encode exif fam firefox ftp gif glibc-omitfp gpm graphite gstreamer iconv idn iproute2 ipv6 ithreads jpeg kde kipi laptop lcms libnotify lightning logrotate mad mmap mmx mmxext mng modules mp3 mp4 mpeg mudflap multilib ncurses network-cron nls nptl nsplugin nspluginwrapper objc ogg opengl openmp openssl optimization optimized-qmake pam pango pch pcre pdf phonon plasma png policykit ppds pppd qt3support qt4 readline samba sdl semantic-desktop session sharedmem smp spell sse sse2 sse3 sse4_1 ssl ssse3 startup-notification svg threads threadsafe tiff tools truetype udev udisks unicode upower urandom usb vim vim-pager vim-syntax vorbis wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cgid dav dbd deflate dir env expires ext_filter filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id usertrack vhost_alias" APACHE2_MPMS="worker" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" DRACUT_MODULES="caps lvm mdraid" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="pl en es es_ES" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON
Comment 1 Marcin Mirosław 2012-08-03 13:09:37 UTC
Created attachment 320162 [details]
build.log
Comment 2 Marcin Mirosław 2012-08-03 17:27:06 UTC
https://bugs.gentoo.org/show_bug.cgi?id=428766#c3