Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67428 - librep fails to compile
Summary: librep fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: PPC Linux
: High critical (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 10:32 UTC by Tom Weingarten
Modified: 2004-10-13 20:11 UTC (History)
0 users

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 Tom Weingarten 2004-10-13 10:32:01 UTC
When I try to emerge librep 0.17 I get the following error:
/var/tmp/portage/librep-0.17/work/librep-0.17/src/.libs/ffi.la -> ./.libexec/rep/ffi.la
/var/tmp/portage/librep-0.17/work/librep-0.17/src/.libs/ffi.lai -> ./.libexec/rep/ffi.lai
/var/tmp/portage/librep-0.17/work/librep-0.17/src/.libs/ffi.o -> ./.libexec/rep/ffi.o
/var/tmp/portage/librep-0.17/work/librep-0.17/src/.libs/ffi.so -> ./.libexec/rep/ffi.so
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch -l rep.vm.compiler \
  -f compile-batch rep-xgettext.jl \
&& mv rep-xgettext.jlc rep-xgettext && chmod +x rep-xgettext
 ** error: --with-stack-direction is incorrect; it should be 1
make[1]: *** [rep-xgettext] Error 10
make[1]: Leaving directory `/var/tmp/portage/librep-0.17/work/librep-0.17/src'
make: *** [all] Error 1

!!! ERROR: dev-libs/librep-0.17 failed.
!!! Function src_compile, Line 43, Exitcode 2


Reproducible: Always
Steps to Reproduce:
emerge librep
Comment 1 Luca Barbato gentoo-dev 2004-10-13 17:49:33 UTC
reproduced locally, I'll try on x86 too
Comment 2 Luca Barbato gentoo-dev 2004-10-13 18:04:08 UTC
missing --with-stack-direction=1 

seems that enabling it fixed the problem

I'll try to build it once again to be sure everything is ok
Comment 3 Luca Barbato gentoo-dev 2004-10-13 20:11:01 UTC
fix committed