Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 40497

Summary: openmotif fails to build properly, but installs anyway
Product: Gentoo Linux Reporter: Matthew Kennedy (RETIRED) <mkennedy>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://dev.gentoo.org/~mkennedy/openmotif-emerge.log.gz
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: openmotif-2.1.30-uil-bad_grammar_fix.diff

Description Matthew Kennedy (RETIRED) gentoo-dev 2004-02-05 09:12:37 UTC
http://dev.gentoo.org/~mkennedy/openmotif-emerge.log.gz

In the above URL, there's possibly thousands of error messages pertaining to UIL stuff.

Portage 2.0.50_pre21 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0,2.3.2-r8, 2.6.1-gentoo-r1)
=================================================================
System uname: 2.6.1-gentoo-r1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.12
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -funroll-loops -fprefetch-loop-arrays -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/lib/jboss /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -funroll-loops -fprefetch-loop-arrays -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs digest noauto noclean notitles sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm avi beep berkdb bonobo cdr cjk crypt cups ea-support emacs emacs-w3m encode esd foomaticdb gdbm gif gnome gtk gtk2 gtkhtml guile java jpeg lfs libg++ libwww mad mikmod mmx motif mozilla moznocompose moznoirc moznomail mozxmlterm mpeg ncurses nptl oggvorbis opengl oss pam pdflib perl png postgres python quicktime readline sdl spell sse ssl tcltk tcpd tetex threads tiff truetype x86 xml2 xv zlib"
Comment 1 bartron 2004-02-06 05:39:54 UTC
bison >= 1.50 ?
Comment 2 bartron 2004-02-06 05:59:19 UTC
Created attachment 25075 [details, diff]
openmotif-2.1.30-uil-bad_grammar_fix.diff


  Hm, unlike the more common missing semicolons, in Uil.y there is one
too much (not really sure why this is legal in bison-1.34 *and* produces
correct output...).

suggested patch
  * removes superflous semicolon
  * adds 3 semicolons
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-11 03:24:23 UTC
mkennedy: please test this patch
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-25 02:59:33 UTC
in -r5, please test
Comment 5 Wilson M. Michaels 2004-05-03 12:52:28 UTC
I had the same problem. I use bison (GNU Bison) 1.875. 

x11-libs/openmotif-2.1.30-r5 fixed it for me.