Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163910 - texmacs-1.0.6-r1 is broken because of guile-1.8.1-r1
Summary: texmacs-1.0.6-r1 is broken because of guile-1.8.1-r1
Status: RESOLVED DUPLICATE of bug 163907
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 14:42 UTC by Juergen Rose
Modified: 2007-01-26 14:44 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info_thinkpad.txt,4.54 KB, text/plain)
2007-01-26 14:43 UTC, Juergen Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2007-01-26 14:42:48 UTC
Starting texmacs fails with:

texmacs.bin: error while loading shared libraries: libguile.so.12: cannot open shared object file: No such file or directory

Emerging texmacs-1.0.6-r1  fails with:

i686-pc-linux-gnu-g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -IClasses/Abstract -IClasses/Atomic -IClasses/Compound -IData/Drd -IData/String -IData/Tree -IData/Convert -IGuile -IResource -IWindow -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -I/usr/include/freetype2 -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Guile/Scheme/evaluate.cpp -o Objects/evaluate.o 
In file included from ./Guile/Scheme/evaluate.cpp:13:
Guile/guile.hpp:57:1: warning: "scm_is_symbol" redefined
In file included from /usr/include/libguile.h:122,
                 from /usr/include/guile/gh.h:24,
                 from Guile/guile.hpp:17,
                 from ./Guile/Scheme/evaluate.cpp:13:
/usr/include/libguile/symbols.h:28:1: warning: this is the location of the previous definition
In file included from ./Guile/Scheme/evaluate.cpp:13:
Guile/guile.hpp:58:1: warning: "scm_is_null" redefined
In file included from /usr/include/libguile.h:95,
                 from /usr/include/guile/gh.h:24,
                 from Guile/guile.hpp:17,
                 from ./Guile/Scheme/evaluate.cpp:13:
/usr/include/libguile/pairs.h:36:1: warning: this is the location of the previous definition
Guile/Glue/glue.hpp:35: error: new declaration 'bool scm_to_bool(scm_unused_struct*)'
/usr/include/libguile/boolean.h:39: error: ambiguates old declaration 'int scm_to_bool(scm_unused_struct*)'
./Guile/Scheme/evaluate.cpp: In function 'void start_guile(int, char**, void (*)(int, char**))':
./Guile/Scheme/evaluate.cpp:30: error: 'gh_enter' was not declared in this scope
./Guile/Scheme/evaluate.cpp: In function 'void initialize_guile()':
./Guile/Scheme/evaluate.cpp:51: error: 'gh_lookup' was not declared in this scope
./Guile/Scheme/evaluate.cpp: In function 'scm_unused_struct* TeXmacs_call(arg_list*)':
./Guile/Scheme/evaluate.cpp:148: error: 'gh_list' was not declared in this scope
make[1]: *** [Objects/evaluate.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-office/texmacs-1.0.6-r1/work/TeXmacs-1.0.6-src/src'
make: *** [TEXMACS] Error 2


Reproducible: Always
Comment 1 Juergen Rose 2007-01-26 14:43:36 UTC
Created attachment 108202 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-26 14:44:19 UTC

*** This bug has been marked as a duplicate of bug 163907 ***