Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486016 - dev-scheme/racket-5.3.6: needs x11-libs/pango to build
Summary: dev-scheme/racket-5.3.6: needs x11-libs/pango to build
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 19:24 UTC by Felix C. Stegerman
Modified: 2018-08-05 09:56 UTC (History)
0 users

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


Attachments
build.log (racket_build.log,219.42 KB, text/x-log)
2013-09-25 19:42 UTC, Felix C. Stegerman
Details
emerge --info =dev-scheme/racket-5.3.6 (info,4.74 KB, text/plain)
2013-09-25 19:43 UTC, Felix C. Stegerman
Details
emerge -pqv =dev-scheme/racket-5.3.6 (pqv,111 bytes, text/plain)
2013-09-25 19:43 UTC, Felix C. Stegerman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix C. Stegerman 2013-09-25 19:24:42 UTC
emerge racket (USE=-X and pango not installed) failed with build errors regarding pango; after installing pango, racket built just fine.

Reproducible: Always
Comment 1 Felix C. Stegerman 2013-09-25 19:27:17 UTC
The relevant bits of the log file:

...
raco setup: post-installing: racket/gui
raco setup: 
raco setup: error: during making for drracket
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for drracket/private
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for drracket/private/syncheck
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for drscheme
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for gui-debugger
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for images
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for macro-debugger
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for macro-debugger/view
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for plot
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for plot/typed
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for plot/typed/common
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for plot/typed/contracted
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for plot/typed/plot2d
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for plot/typed/plot3d
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for scribble/tools
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for scribblings/drracket
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for scribblings/tools
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for stepper
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
raco setup: error: during making for stepper/private
raco setup:   ffi-lib: couldn't open "libpango-1.0.so.0" (libpango-1.0.so.0: cannot open shared object file: No such file or directory)
make[1]: *** [install-3m] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-scheme/racket-5.3.6/work/racket-5.3.6/src'
make: *** [install] Error 2
 * ERROR: dev-scheme/racket-5.3.6::gentoo failed (install phase):
 *   emake failed
...
Comment 2 Panagiotis Christopoulos (RETIRED) gentoo-dev 2013-09-25 19:34:52 UTC
Hi, 

thanks for reporting this. Can you please paste your "emerge --info" and "emerge -pv racket" output too?
Comment 3 Felix C. Stegerman 2013-09-25 19:42:16 UTC
Created attachment 359462 [details]
build.log
Comment 4 Felix C. Stegerman 2013-09-25 19:43:08 UTC
Created attachment 359464 [details]
emerge --info =dev-scheme/racket-5.3.6
Comment 5 Felix C. Stegerman 2013-09-25 19:43:20 UTC
Created attachment 359466 [details]
emerge -pqv =dev-scheme/racket-5.3.6
Comment 6 Amy Liffey gentoo-dev 2018-08-05 09:56:11 UTC
The version is not in tree any more if the bug still remains please reopen.