Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522424 - app-editors/vim-7.4.430 USE=racket - Makefile:2628: recipe for target 'mzscheme_base.c' failed
Summary: app-editors/vim-7.4.430 USE=racket - Makefile:2628: recipe for target 'mzsche...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-09 09:00 UTC by Anna Zubenko
Modified: 2018-01-15 13:16 UTC (History)
0 users

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


Attachments
build.log (build.log,35.71 KB, text/plain)
2014-09-09 09:00 UTC, Anna Zubenko
Details
Emerge info (file_522424.txt,18.49 KB, text/plain)
2014-09-09 09:01 UTC, Anna Zubenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Zubenko 2014-09-09 09:00:14 UTC
Created attachment 384444 [details]
build.log

app-editors/vim-7.4.430 fails to compile with racket USE flag enabled. If disabled, compiles fine.
Comment 1 Anna Zubenko 2014-09-09 09:01:02 UTC
Created attachment 384446 [details]
Emerge info
Comment 2 segmentation fault 2016-10-01 17:29:22 UTC
I can confirm this bug for app-editors/vim-7.4.769:

i686-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H     -O2 -march=pentium4 -pipe -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1     -DMZ_PRECISE_GC -DINCLUDE_MZSCHEME_BASE -I/usr/include/racket       -DMZSCHEME_COLLECTS='"/usr/share/racket/collects"' -I/usr/include  -D_REENTRANT=1  -D_THREAD_SAFE=1  -D_LARGEFILE64_SOURCE=1   -D_REENTRANT -D_GNU_SOURCE -fwrapv  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl5/5.20.2/i686-linux-thread-multi/CORE  -o objects/if_perlsfio.o if_perlsfio.c
i686-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H     -O2 -march=pentium4 -pipe -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1     -DMZ_PRECISE_GC -DINCLUDE_MZSCHEME_BASE -I/usr/include/racket       -DMZSCHEME_COLLECTS='"/usr/share/racket/collects"' -I/usr/include  -D_REENTRANT=1  -D_THREAD_SAFE=1  -D_LARGEFILE64_SOURCE=1   -I/usr/include/python2.7 -DPYTHON_HOME='"/usr"' -pthread -DDYNAMIC_PYTHON_DLL=\"libpython2.7.so.1.0\"  -o objects/if_python.o if_python.c
dynamic-require: name is not provided
  name: write-module-bundle
  module: #<resolved-module-path:"/usr/share/racket/collects/compiler/private/embed.rkt">
  context...:
   get-sym
   /usr/share/racket/collects/racket/promise.rkt:70:15
   /usr/share/racket/collects/racket/private/more-scheme.rkt:264:2: call-with-exception-handler
   /usr/share/racket/collects/racket/promise.rkt:38:2
   /usr/share/racket/collects/racket/lazy-require.rkt:102:6
   /usr/share/racket/pkgs/mzscheme-lib/compiler/main.rkt: [running body]
Makefile:2656: recipe for target 'mzscheme_base.c' failed
make[1]: *** [mzscheme_base.c] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/host/var/tmp/portage/app-editors/vim-7.4.769/work/vim-7.4.769/src'
Makefile:26: recipe for target 'first' failed
make: *** [first] Error 2

Some info:
Portage 2.2.28 (python 3.4.3-final-0, hardened/linux/x86, gcc-4.9.3, glibc-2.21-r1, 3.16.5-gentoo i686)
=================================================================
System uname: Linux-3.16.5-gentoo-i686-Intel-R-_Pentium-R-_4_CPU_3.40GHz-with-gentoo-2.2
KiB Mem:     XXX total,    199124 free
KiB Swap:    YYY total,   1201816 free
Timestamp of repository gentoo: Tue, 30 Aug 2016 23:15:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/cmake:           3.5.2-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r2::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.3.6-r1::gentoo, 4.4.7::gentoo, 4.8.3::gentoo, 4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.16::XXX (virtual/os-headers)
sys-libs/glibc:           2.21-r1::gentoo

I have dev-scheme/racket-6.0.1.
Comment 3 Patrice Clement gentoo-dev 2018-01-14 18:35:46 UTC
Hi

Can you reproduce this bug with the latest stable version of vim?

Thanks!
Comment 4 Anna Zubenko 2018-01-15 13:16:45 UTC
I guess you can close it, I don't have an environment to reproduce it anymore :)