Hi there,
as you can see, I tried to install portupgrade by using the portstree, but compiling of ruby failed. These are some lines before the error occurs and the error itself.
Here are some hopefully useful informations:
My make.conf
Regards
PS: Please don't blame me if it's only a stupid mistake. I am quite new at FreeBSD
as you can see, I tried to install portupgrade by using the portstree, but compiling of ruby failed. These are some lines before the error occurs and the error itself.
Code:
[...]
In file included from version.c:14:
version.h:29:41: warning: no newline at end of file
cc -I/usr/include -O2 -fno-strict-aliasing -pipe -march=pentium3 -fPIC -DRUBY_EXPORT -I. -I. -I/usr/include -c dmyext.c
ar rcu libruby18-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o
inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o
sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o
cc -I/usr/include -O2 -fno-strict-aliasing -pipe -march=pentium3 -fPIC -DRUBY_EXPORT -I. -I. -I/usr/include -c main.c
cc -I/usr/include -O2 -fno-strict-aliasing -pipe -march=pentium3 -fPIC -DRUBY_EXPORT -L. -rpath=/usr/lib:/usr/local/lib -pthread
-rdynamic -pthread main.o libruby18-static.a -lrt -lcrypt -lm -L/usr/lib -rpath=/usr/lib:/usr/local/lib -pthread -o miniruby
rbconfig.rb updated
cc -shared -Wl,-soname,libruby18.so.18 array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.o file.o
gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o
ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o -lrt -lcrypt -lm -L/usr/lib
-rpath=/usr/lib:/usr/local/lib -pthread -o libruby18.so.18
compiling bigdecimal
make: don't know how to make 29. Stop
*** Error code 1
Stop in /usr/ports/lang/ruby18/work/ruby-1.8.7-p248.
*** Error code 1
Stop in /usr/ports/lang/ruby18.
*** Error code 1
Stop in /usr/ports/lang/ruby18.
*** Error code 1
Stop in /usr/ports/ports-mgmt/portupgrade.
*** Error code 1
Stop in /usr/ports/ports-mgmt/portupgrade.
localhost#
Here are some hopefully useful informations:
My make.conf
Code:
MASTER_SORT_REGEX?=://[^/]*\.de[/.]
DISABLE_SIZE= yes
FETCH_CMD= /usr/local/bin/wget --continue --passive-ftp -t 2 -T 15
CPUTYPE=pentium3
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS= -O2 -fno-strict-aliasing -pipe
MAKE_SHELL?=sh
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
OPTIMIZED_CFLAGS= YES
WITHOUT_X11= YES
BUILD_OPTIMIZED= YES
WITH_CPUFLAGS= YES
WITHOUT_DEBUG= YES
WITH_OPTIMIZED_CFLAGS= YES
#NO_PROFILE= YES
#BUILD_STATIC= YES
WITH_IPV6= NO
WITHOUT_IPV6= YES
# added by use.perl 2010-04-10 22:37:34
PERL_VERSION=5.10.1
Code:
localhost# uname -a
FreeBSD localhost.localdomain 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 [email]root@almeida.cse.buffalo.edu[/email]:
/usr/obj/usr/src/sys/GENERIC i386
Regards
PS: Please don't blame me if it's only a stupid mistake. I am quite new at FreeBSD