Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280166 - plt-scheme-4.2.1 fails to compile with backtrace use flag
Summary: plt-scheme-4.2.1 fails to compile with backtrace use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 12:00 UTC by Stelian Ionescu
Modified: 2009-08-03 16:03 UTC (History)
0 users

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


Attachments
Fix typo. (plt-4.2.1-fix-typo.patch,553 bytes, patch)
2009-08-03 12:00 UTC, Stelian Ionescu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stelian Ionescu 2009-08-03 12:00:03 UTC
make[4]: Entering directory `/var/mm/tmp/dev-scheme-plt-scheme-4.2.1/work/plt-4.2.1/src/mzscheme/gc2'
/var/mm/tmp/dev-scheme-plt-scheme-4.2.1/work/plt-4.2.1/src/lt/libtool --mode=compile --tag=CC i686-pc-linux-gnu-gcc -I./.. -I./../include -O2 -ggdb -march=pentium-m -pipe -DMZ_GC_BACKTRACE -D$
 i686-pc-linux-gnu-gcc -I./.. -I./../include -O2 -ggdb -march=pentium-m -pipe -DMZ_GC_BACKTRACE -DNEWGC_BTC_ACCOUNT -DMZ_USES_SHARED_LIB -I./.. -c ./gc2.c  -fPIC -DPIC -o .libs/gc2.o
In file included from ./gc2.c:15:
./newgc.c: In function 'GC_dump_with_traces':
./newgc.c:2334: error: 'obj_staart' undeclared (first use in this function)
./newgc.c:2334: error: (Each undeclared identifier is reported only once
./newgc.c:2334: error: for each function it appears in.)

There's a typo in newgc.c: «obj_staart» instead of «obj_start»
Comment 1 Stelian Ionescu 2009-08-03 12:00:38 UTC
Created attachment 200010 [details, diff]
Fix typo.
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2009-08-03 16:03:59 UTC
Fix applied and upstream notified. Thanks Stelian.