Date: Thu, 02 Apr 2015 09:46:21 +0000 From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199048] lang/ruby21: configure error: something wrong with LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib Message-ID: <bug-199048-21402-vCfuy1FfmZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199048-21402@https.bugs.freebsd.org/bugzilla/> References: <bug-199048-21402@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199048 --- Comment #6 from Ulrich Grey <usenet@ulrich-grey.de> --- I have patched the source tree FreeBSD 11.0-CURRENT #0 r280772M with this patch: https://reviews.freebsd.org/D2194 I have built a new image (crochet, wandboard-quad) and rebuilt lang/ruby21 with all dependencies. Configure finished successfully, but the build hangs here: --- probes.o --- processing probes in object files rm -f probes.o dt_modtext:/usr/home/FREEBSD/freebsdCURRENTpatch/head/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(831): DOODAD ... dt_modtext:/usr/home/FREEBSD/freebsdCURRENTpatch/head/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(831): DOODAD prepare_elf32:/usr/home/FREEBSD/freebsdCURRENTpatch/head/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(232): DOODAD ... prepare_elf32:/usr/home/FREEBSD/freebsdCURRENTpatch/head/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(232): DOODAD --- miniruby --- linking miniruby --- .rbconfig.time --- --- encdb.h --- generating encdb.h After > 1 hour I have interrupted the build. ps auxww shows: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 7264 83.8 0.3 13216 5336 2 R 09:36 3:47.36 ./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb -timestamp=.rbconfig.time -install_name=ruby21 -so_name=ruby21 rbconfig.rb root 7266 81.6 0.3 13216 5336 2 R 09:36 4:52.64 ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc This path: dt_modtext:/usr/home/FREEBSD/freebsdCURRENTpatch/head/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(831): DOODAD does not come from the wandboard. It originates from the system, I build the image on. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199048-21402-vCfuy1FfmZ>