[opensuse-factory] Failed on Building ruby via rbenv on openSUSE Tumbleweed
Hi all, I never found problem when installing ruby via rbenv[1] on 13.2 and Leap, but get one in Tumbleweed[2]: " ... Last 10 log lines: #error "GCC no longer implements <varargs.h>." ^ /usr/lib64/gcc/x86_64-suse-linux/5/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>." #error "Revise your code to use <stdarg.h>." ^ Makefile:375: recipe for target 'dmydln.o' failed make: *** [dmydln.o] Error 1 make: *** Waiting for unfinished jobs.... Makefile:375: recipe for target 'main.o' failed make: *** [main.o] Error 1 ... " Any suggestions? [1] http://paste.opensuse.org/view/simple/87075665 [2] http://paste.opensuse.org/view/simple/11998799 Best regards, -- Andi Sugandi. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sat, Apr 2, 2016 at 9:49 PM, Andi Sugandi <andisugandi@gmail.com> wrote:
Hi all,
I never found problem when installing ruby via rbenv[1] on 13.2 and Leap, but get one in Tumbleweed[2]:
" ... Last 10 log lines: #error "GCC no longer implements <varargs.h>." ^ /usr/lib64/gcc/x86_64-suse-linux/5/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>." #error "Revise your code to use <stdarg.h>." ^ Makefile:375: recipe for target 'dmydln.o' failed make: *** [dmydln.o] Error 1 make: *** Waiting for unfinished jobs.... Makefile:375: recipe for target 'main.o' failed make: *** [main.o] Error 1 ... "
Any suggestions?
checking for variable length prototypes and stdarg.h... no
You have to figure out why that configure check fails, probably the test program is buggy..(and not needed at all) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Cristian, Thanks for the response. On Sun, Apr 3, 2016 at 8:07 AM, Cristian Rodríguez <crrodriguez@opensuse.org> wrote: ...
You have to figure out why that configure check fails, probably the test program is buggy..(and not needed at all)
I'm filling 'the issue' on upstream project, seems have an issue with the 'ruby-build' component. https://goo.gl/Dqc5Tj Best regards, -- Andi Sugandi. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Andi Sugandi
-
Cristian Rodríguez