Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4751 - app-office/lyx-1.2.0.20020705 fails with error in xforms during make on ppc
Summary: app-office/lyx-1.2.0.20020705 fails with error in xforms during make on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Owen Stampflee (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-09 10:12 UTC by rt_clik
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rt_clik 2002-07-09 10:12:10 UTC
app-office/lyx-1.2.0 is installed and running fine on my ppc machine, but in an
attempt to run available update to lyx-1.2.0.20020705, failure occurs with
following message during compile:

make[5]: Entering directory
`/var/tmp/portage/lyx-1.2.0.20020705/work/lyx-devel/src/f
rontends/xforms'
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../src -I
../../../images -I../../../src/         -I../../../src/frontends/      
-I../../../sr
c/frontends/controllers         -I../../.. -I../../../boost  -isystem
/usr/X11R6/incl
ude  -O2 -pipe -mmultiple -mstring  -W -Wall -c xformsGImage.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/
-I../../
../src/frontends/ -I../../../src/frontends/controllers -I../../..
-I../../../boost -i
system /usr/X11R6/include -O2 -pipe -mmultiple -mstring -W -Wall
-Wp,-MD,.deps/xforms
GImage.pp -c xformsGImage.C
xformsGImage.C: In method `grfx::xformsGImage::xformsGImage(const grfx::xformsGImage
&)':
xformsGImage.C:119: implicit declaration of function `int grfx::flimage_dup(...)'
xformsGImage.C:119: assignment to `FL_IMAGE *' from `int' lacks a cast
xformsGImage.C: In method `bool grfx::xformsGImage::setPixmap(const
grfx::GParams &)'
:
xformsGImage.C:235: implicit declaration of function `int
grfx::flimage_to_pixmap(...
)'
make[5]: *** [xformsGImage.lo] Error 1
make[5]: Leaving directory
`/var/tmp/portage/lyx-1.2.0.20020705/work/lyx-devel/src/fr
ontends/xforms'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/var/tmp/portage/lyx-1.2.0.20020705/work/lyx-devel/src/fr
ontends/xforms'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/lyx-1.2.0.20020705/work/lyx-devel/src/fr
ontends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/lyx-1.2.0.20020705/work/lyx-devel/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/lyx-1.2.0.20020705/work/lyx-devel/src'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 44, Exitcode 2
!!! emake failed

!!! emerge aborting on  /usr/portage/app-office/lyx/lyx-1.2.0.20020705.ebuild

If this is a problem that can be replicated on other ppc machines, the package
needs to be masked. If it's just my machine, I need to be sedated.

As a point of info, I'm running x11-libs/xforms-089-r2.

Thanks.
Comment 1 Owen Stampflee (RETIRED) gentoo-dev 2002-07-15 23:26:03 UTC
It doesn't compile for me either so I've masked it. Hopefully, this shall be 
fixed for Lyx 1.2.1 
  
Comment 2 Daniel Mettler 2002-07-19 11:48:19 UTC
fyi: for me it worked fine (lyx-1.2.0.ebuild didn't). i used      gentoo 1.3b gcc 3.1    CFLAGS="-march=athlon-tbird -O3 -mmmx -m3dnow -pipe"    CXXFLAGS=${CFLAGS}    default use variables plus USE="+alsa +directfb +fbcon -gnome"      dan