Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 15:00:12 -0500
From:      "RandomUser" <rannumgen@globaleyes.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/139726: lang/ruby18 (v1.145 Makefile) install fails "Directory .ext/rdoc already exists ..."
Message-ID:  <1255896012.2031@FreeBSD1.LocalNET10>
Resent-Message-ID: <200910182010.n9IKA4en052181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139726
>Category:       ports
>Synopsis:       lang/ruby18 (v1.145 Makefile) install fails "Directory .ext/rdoc already exists ..."
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 18 20:10:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     RandomUser
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.4-STABLE #0: Sat Oct 10 18:32:20 CDT 2009



>Description:


Compiliation of ruby18 ends with existing ruby18 exiting on signal 6. Installtion of ruby18 fails.

============= tail of make output ===============
compiling thread
cc -I. -I../.. -I../../. -I../.././ext/thread   -DUSE_MEM_POOLS -fPIC -march=prescott -O2 -pipe -fno-strict-aliasing  -fPIC  -c thread.c
cc -shared -o ../../.ext/i386-freebsd6/thread.so thread.o -L. -L../.. -L.  -rdynamic -Wl,-soname,../../.ext/i386-freebsd6/thread.so   -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby18  -lcrypt -lm  -rpath=/usr/local/lib
cp ../.././ext/thread/lib/thread.rb ../../.ext/common
compiling zlib
cc -I. -I../.. -I../../. -I../.././ext/zlib -DHAVE_ZLIB_H  -DOS_CODE=OS_UNIX -fPIC -march=prescott -O2 -pipe -fno-strict-aliasing  -fPIC  -c zlib.c
cc -shared -o ../../.ext/i386-freebsd6/zlib.so zlib.o -L. -L../.. -L.  -rdynamic -Wl,-soname,../../.ext/i386-freebsd6/zlib.so   -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby18 -lz  -lcrypt -lm  -rpath=/usr/local/lib
making ruby18
cc -march=prescott -O2 -pipe -fno-strict-aliasing  -fPIC    -DRUBY_EXPORT -L.  -rdynamic   main.o  -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby18 -lcrypt -lm  -rpath=/usr/local/lib  -o ruby18
pid 59069 (ruby18), uid 0: exited on signal 6
=========================================

============= tail -20 of make install output  ==========
installing extension scripts
Generating RDoc documentation
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./runruby.rb --extout=.ext  -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "."
./runruby.rb:48: warning: Insecure world writable dir /ad4/usrports in PATH, mode 040777

Directory .ext/rdoc already exists, but it looks like it
isn't an RDoc directory. Because RDoc doesn't want to risk
destroying any of your existing files, you'll need to
specify a different output directory name (using the
--op <dir> option).

*** Error code 1

Stop in /ad4/usrports/lang/ruby18/work/ruby-1.8.7-p160.
*** Error code 1

Stop in /ad4/usrports/lang/ruby18.
*** Error code 1

Stop in /ad4/usrports/lang/ruby18.
=================================


>How-To-Repeat:





>Fix:





>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1255896012.2031>