Date: Sat, 04 Apr 2015 09:03:07 +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-k0xUuFtbac@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 #12 from Ulrich Grey <usenet@ulrich-grey.de> --- (In reply to Ulrich Grey from comment #10) Here is the output of make test: root@wqtest:/usr/local/DEVEL/ports/lang/ruby21/work/ruby-2.1.5 # make test CC = gcc5 LD = /usr/local/bin/ld LDSHARED = gcc5 -shared CFLAGS = -O -pipe -mfloat-abi=softfp -Wl,-rpath=/usr/local/lib/gcc5 -fno-strict-aliasing -fPIC XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I/usr/local/include -I. -I.ext/include/armv6-freebsd11 -I./include -I. DLDFLAGS = -Wl,-soname,libruby21.so.21 -fstack-protector SOLIBS = -lgmp -lcrypt -lm -lpthread -L/usr/local/lib Using built-in specs. COLLECT_GCC=gcc5 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc5/gcc/armv6-portbld-freebsd11.0/5.0.0/lto-wrapper Target: armv6-portbld-freebsd11.0 Configured with: ./../gcc-5-20150322/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc5 --libexecdir=/usr/local/libexec/gcc5 --program-suffix=5 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc5/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --disable-libgcj --enable-languages=c,c++,objc,fortran --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc5 --build=armv6-portbld-freebsd11.0 Thread model: posix gcc version 5.0.0 20150322 (experimental) (FreeBSD Ports Collection) ./tool/rubytest.rb:20: warning: Insecure world writable dir /usr/local/DEVEL in PATH, mode 040777 sample/test.rb:system /usr/local/DEVEL/ports/lang/ruby21/work/ruby-2.1.5/sample/test.rb:1970: warning: Insecure world writable dir /usr/local/DEVEL in PATH, mode 040777 O test succeeded PASS all 1008 tests ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./bootstraptest/runner.rb" --ruby="ruby21 --disable-gems" ./KNOWNBUGS.rb 2015-04-04 08:59:45 +0000 Driver is ruby 2.1.5p273 (2014-11-13 revision 48405) [armv6-freebsd11] ./bootstraptest/runner.rb:156: warning: Insecure world writable dir /usr/local/DEVEL in PATH, mode 040777 Target is ruby 2.1.5p273 (2014-11-13 revision 48405) [armv6-freebsd11] KNOWNBUGS.rbPASS 0 No tests, no problem -- 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-k0xUuFtbac>