Gentoo Archives: gentoo-alt

From: Maurice Volaski <mvolaski@××××××××.edu>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] [Q on OpenSolaris] Why does make think the flex makefile has an unexpected end of line?
Date: Mon, 23 Jun 2008 21:32:24
Message-Id: a06240407c485c4f0e29a@[129.98.90.227]
1 I am now proceeding to oneshot programs on 64-bit x86 Solaris. I am
2 stuck on flex. It seems that (OpenSolaris?) make is having trouble
3 reading a line. Could this be a general bug in this particular
4 version of the flex makefile?
5
6 make: Fatal error in reader: Makefile, line 178: Unexpected end of line seen
7 Current working directory
8 /opt/gentoo/var/tmp/portage/sys-devel/flex-2.5.33-r3/work/flex-2.5.33/tests/test-table-opts
9 *** Error code 1
10 The following command caused the error:
11 set fnord $MAKEFLAGS; amf=$2; \
12 dot_seen=no; \
13 target=`echo all-recursive | sed s/-recursive//`; \
14 list='test-rescan-r test-rescan-nr test-basic-nr test-basic-r
15 test-bison-yylloc test-bison-yylval test-bison-nr
16 test-multiple-scanners-nr test-multiple-scanners-r test-header-nr
17 test-header-r test-reject test-c++-multiple-scanners
18 test-c++-basic test-posixly-correct test-posix test-mem-r
19 test-mem-nr test-debug-nr test-debug-r test-lineno-r
20 test-lineno-nr test-linedir-r test-array-nr test-array-r
21 test-c-cpp-nr test-c-cpp-r test-include-by-buffer
22 test-include-by-push test-include-by-reentrant test-prefix-nr
23 test-prefix-r test-pthread test-string-nr test-string-r
24 test-yyextra test-noansi-nr test-noansi-r test-top
25 test-table-opts'; for subdir in $list; do \
26 echo "Making $target in $subdir"; \
27 if test "$subdir" = "."; then \
28 dot_seen=yes; \
29 local_target="$target-am"; \
30 else \
31 local_target="$target"; \
32 fi; \
33 (cd $subdir && make $local_target) \
34 || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
35 done; \
36 if test "$dot_seen" = "no"; then \
37 make "$target-am" || exit 1; \
38 fi; test -z "$fail"
39
40
41
42 At the moment of failure, emerge --info is
43 Portage 2.2.00.10347-prefix (default-prefix/sunos/solaris/5.10/x64,
44 gcc-3.4.3, unavailable, 5.11 i86pc)
45 =================================================================
46 System uname: 5.11 i86pc i386
47 Timestamp of tree: Thu, 12 Jun 2008 18:41:29 +0000
48 ACCEPT_KEYWORDS="~x64-solaris ~x86-solaris"
49 CBUILD="i386-pc-solaris2.11"
50 CFLAGS=""
51 CHOST="i386-pc-solaris2.11"
52 CONFIG_PROTECT="/etc"
53 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
54 CPPFLAGS="-I/opt/gentoo/usr/include"
55 CXXFLAGS=""
56 DISTDIR="/opt/gentoo/usr/portage/distfiles"
57 EPREFIX="/opt/gentoo"
58 FEATURES="collision-protect distlocks nostrip parallel-fetch
59 preserve-libs sfperms strict unmerge-orphans userfetch"
60 GENTOO_MIRRORS="http://distfiles.gentoo.org
61 http://distro.ibiblio.org/pub/linux/distributions/gentoo"
62 LANG="en_US.UTF-8"
63 LDFLAGS="-L/usr/sfw/lib/amd64 -R/usr/sfw/lib/amd64
64 -L/opt/gentoo/usr/lib -R/opt/gentoo/usr/lib
65 -L/opt/gentoo/lib -R/opt/gentoo/lib"
66 PKGDIR="/opt/gentoo/usr/portage/packages"
67 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
68 --compress --force --whole-file --delete --stats --timeout=180
69 --exclude=/distfiles --exclude=/local --exclude=/packages"
70 PORTAGE_TMPDIR="/opt/gentoo/var/tmp"
71 PORTDIR="/opt/gentoo/usr/portage"
72 SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
73 USE="cracklib midi ncurses prefix readline ssl x64-solaris zlib"
74 ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty
75 extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw
76 multi null plug rate route share shm softvol"
77 APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon
78 authn_dbm authn_default authn_file authz_dbm authz_default
79 authz_groupfile authz_host authz_owner authz_user autoindex cache dav
80 dav_fs dav_lock deflate dir disk_cache env expires ext_filter
81 file_cache filter headers include info log_config logio mem_cache
82 mime mime_magic negotiation rewrite setenvif speling status unique_id
83 userdir usertrack vhost_alias" ELIBC="SunOS" INPUT_DEVICES="keyboard
84 mouse" KERNEL="SunOS" LCD_DEVICES="bayrad cfontz cfontz633 glk
85 hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU"
86 Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS,
87 MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
88 PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
89
90
91
92
93 --
94
95 Maurice Volaski, mvolaski@××××××××.edu
96 Computing Support, Rose F. Kennedy Center
97 Albert Einstein College of Medicine of Yeshiva University
98 --
99 gentoo-alt@l.g.o mailing list