Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553166 - dev-util/ragel-6.8 fails to build with clang?
Summary: dev-util/ragel-6.8 fails to build with clang?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 16:43 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2015-07-29 18:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,28.14 KB, text/plain)
2015-06-24 16:43 UTC, Jeremy Olexa (darkside) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2015-06-24 16:43:11 UTC
Created attachment 405686 [details]
build.log

Hello,
I'm having a hard time getting a ruby environment going on Gentoo Prefix OSX after preforming a fresh bootstrap with the "now only support clang announcement" - any insights?

Portage 2.2.14-prefix (python 2.7.8-final-0, prefix/darwin/macos/10.10/x64, gcc-4.2.1, unavailable, 14.1.0 x86_64)
=================================================================
System uname: Darwin-14.1.0-x86_64-i386-64bit
Timestamp of tree: Unknown
app-shells/bash:    4.3_p39
dev-lang/perl:      5.20.2-r1
dev-lang/python:    2.7.8, 3.3.3
dev-util/pkgconfig: 0.28-r3
sys-devel/autoconf: 2.69
sys-devel/automake: 1.14.1
sys-devel/libtool:  2.4.2-r1
sys-devel/make:     4.1-r1
Repositories: gentoo_prefix
ACCEPT_KEYWORDS="~x64-macos"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-apple-darwin14"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-apple-darwin14"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/Users/jolexa/Gentoo/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=2 --keep-going"
FCFLAGS=""
FEATURES="assume-digests binpkg-logs case-insensitive-fs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles force-prefix merge-sync news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-dead_strip_dylibs"
MAKEOPTS="-j5"
PKGDIR="/Users/jolexa/Gentoo/usr/portage/packages"
PORTAGE_CONFIGROOT="/Users/jolexa/Gentoo/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Users/jolexa/Gentoo/var/tmp"
PORTDIR="/Users/jolexa/Gentoo/usr/portage"
PORTDIR_OVERLAY=""
USE="aqua coreaudio cracklib cxx ipv6 mmx mmxext modules ncurses nls objc objc++ prefix prefix-guest readline sse sse2 ssl unicode x64-macos zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="Darwin" 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 ublox ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" RUBY_TARGETS="ruby20" USERLAND="GNU" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 1 Fabian Groffen gentoo-dev 2015-06-28 20:06:32 UTC
I think the compiler may be right:

      use of undeclared identifier 'setiosflags'; did you mean
      'std::setiosflags'?[0m
        out << setw(5) << setiosflags(ios::right) << item;

but would have to try if that pleases it.
Comment 2 Fabian Groffen gentoo-dev 2015-06-28 20:09:31 UTC
It may be worth updating to ragel-6.9 (http://www.colm.net/open-source/ragel/) for it may have fixes included.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2015-06-29 12:10:04 UTC
(In reply to Fabian Groffen from comment #2)
> It may be worth updating to ragel-6.9
> (http://www.colm.net/open-source/ragel/) for it may have fixes included.

Sure. There are still some compiler warnings in 6.9 but it finishes this time. It allowed me to get a ruby environment on my OSX Prefix, so that is good. Thanks!
Comment 4 Fabian Groffen gentoo-dev 2015-07-07 16:59:38 UTC
@lu_zero: can I bump ragel?
Comment 5 Fabian Groffen gentoo-dev 2015-07-29 18:59:47 UTC
Version bumped