Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
| Navigation: |
|
Lists:
gentoo-alt:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-alt@g.o
|
|
From:
|
Maurice Volaski <mvolaski@...>
|
|
Subject:
|
[Q on OpenSolaris] Why does make think the flex makefile has an unexpected end of line?
|
|
Date:
|
Mon, 23 Jun 2008 17:32:10 -0400
|
|
I am now proceeding to oneshot programs on 64-bit x86 Solaris. I am
stuck on flex. It seems that (OpenSolaris?) make is having trouble
reading a line. Could this be a general bug in this particular
version of the flex makefile?
make: Fatal error in reader: Makefile, line 178: Unexpected end of line seen
Current working directory
/opt/gentoo/var/tmp/portage/sys-devel/flex-2.5.33-r3/work/flex-2.5.33/tests/test-table-opts
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='test-rescan-r test-rescan-nr test-basic-nr test-basic-r
test-bison-yylloc test-bison-yylval test-bison-nr
test-multiple-scanners-nr test-multiple-scanners-r test-header-nr
test-header-r test-reject test-c++-multiple-scanners
test-c++-basic test-posixly-correct test-posix test-mem-r
test-mem-nr test-debug-nr test-debug-r test-lineno-r
test-lineno-nr test-linedir-r test-array-nr test-array-r
test-c-cpp-nr test-c-cpp-r test-include-by-buffer
test-include-by-push test-include-by-reentrant test-prefix-nr
test-prefix-r test-pthread test-string-nr test-string-r
test-yyextra test-noansi-nr test-noansi-r test-top
test-table-opts'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
At the moment of failure, emerge --info is
Portage 2.2.00.10347-prefix (default-prefix/sunos/solaris/5.10/x64,
gcc-3.4.3, unavailable, 5.11 i86pc)
=================================================================
System uname: 5.11 i86pc i386
Timestamp of tree: Thu, 12 Jun 2008 18:41:29 +0000
ACCEPT_KEYWORDS="~x64-solaris ~x86-solaris"
CBUILD="i386-pc-solaris2.11"
CFLAGS=""
CHOST="i386-pc-solaris2.11"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CPPFLAGS="-I/opt/gentoo/usr/include"
CXXFLAGS=""
DISTDIR="/opt/gentoo/usr/portage/distfiles"
EPREFIX="/opt/gentoo"
FEATURES="collision-protect distlocks nostrip parallel-fetch
preserve-libs sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-L/usr/sfw/lib/amd64 -R/usr/sfw/lib/amd64
-L/opt/gentoo/usr/lib -R/opt/gentoo/usr/lib
-L/opt/gentoo/lib -R/opt/gentoo/lib"
PKGDIR="/opt/gentoo/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/opt/gentoo/var/tmp"
PORTDIR="/opt/gentoo/usr/portage"
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="cracklib midi ncurses prefix readline ssl x64-solaris zlib"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty
extplug file hooks iec958 ioplug ladspa lfloat linear meter 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 cache 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" ELIBC="SunOS" INPUT_DEVICES="keyboard
mouse" KERNEL="SunOS" LCD_DEVICES="bayrad cfontz cfontz633 glk
hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS,
MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
--
Maurice Volaski, mvolaski@...
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University
--
gentoo-alt@g.o mailing list
|
|