pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/39333 (Mongrel build fails as non root user)



The following reply was made to PR pkg/39333; it has been noted by GNATS.

From: Bernd Ernesti <pr200814%veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39333 (Mongrel build fails as non root user)
Date: Fri, 15 Aug 2008 07:54:41 +0200

 This seems to be a more generic problem with other rubygems packages, because 
I just
 got the same type of error from www/ruby-fcgi too.
 
 Btw, rubygems is now outdated. The current version is 1.2.0:
 http://rubyforge.org/frs/shownotes.php?release_id=23118
 
 At least one outdated package requires this new version 
(textproc/ruby-will-paginate,
 which is now called mislav-will_paginate).
 
 
 ===> Building for ruby18-fcgi-0.8.7nb1
 WARNING:  no author specified
 WARNING:  no email specified
 WARNING:  no homepage specified
 WARNING:  RDoc will not be generated (has_rdoc == false)
 WARNING:  deprecated autorequire specified
   Successfully built RubyGem
   Name: fcgi
   Version: 0.8.7
   File: fcgi-0.8.7.gem
 => Installing gem into installation root
 Building native extensions.  This could take a while...
 ERROR:  Error installing 
/pkgsrc/www/ruby-fcgi/work.i386/fcgi-0.8.7/fcgi-0.8.7.gem:
         ERROR: Failed to build gem native extension.
 
 /usr/pkg/bin/ruby18 extconf.rb install --no-update-sources --install-dir 
/usr/pkg/lib/ruby/gems/1.8 --install-root /pkgsrc/www/ruby-fcgi/work.i386/.inst 
--local /pkgsrc/www/ruby-fcgi/work.i386/fcgi-0.8.7/fcgi-0.8.7.gem -- 
--build-args --with-fcgi-dir=/usr/pkg
 checking for fcgiapp.h... yes
 checking for FCGX_Accept() in -lfcgi... yes
 creating Makefile
 
 make
 cc -I. -I. -I/usr/pkg/lib/ruby/1.8/i386-netbsdelf -I. -DHAVE_FCGIAPP_H 
-I/usr/pkg/include -I/usr/include  -I/usr/include -fPIC -O2 -pthread 
-I/usr/include  -fPIC -pipe  -c fcgi.c
 cc -shared -o fcgi.so fcgi.o -L. -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L. -pthread -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/usr/pkg/lib -Wl,-export-dynamic    -Wl,-R -Wl,/usr/pkg/lib 
-L/usr/pkg/lib -lruby18 -lfcgi  -lpthread -lcrypt -lm   -lc
 
 make install
 /usr/bin/install -c -o root -g wheel -m 0755 fcgi.so 
/pkgsrc/www/ruby-fcgi/work.i386/.inst/usr/pkg/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib
 install: 
/pkgsrc/www/ruby-fcgi/work.i386/.inst/usr/pkg/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.so:
 chown/chgrp: Operation not permitted
 *** Error code 1
 
 Stop.
 make: stopped in 
/pkgsrc/www/ruby-fcgi/work.i386/.inst/usr/pkg/lib/ruby/gems/1.8/gems/fcgi-0.8.7/ext/fcgi
 


Home | Main Index | Thread Index | Old Index