Re: Cannot package converters/libiconv inside clean chroot

2007-04-08 Thread Ulrich Spoerlein
Tim Kientzle wrote: > Sounds like 'tar' inside the chroot is different than the > one outside. You've probably found a bug in the newest > RELENG_6 tar. There are at least two issues here, one is pkg_add refusing a valid (AFAICS) tbz file, the other is bsdtar(1) choosing a different tar format ba

Re: ruby port version going backwards? epoch

2007-04-08 Thread Matthias Andree
Kris Kennaway <[EMAIL PROTECTED]> writes: > This was fixed, but note that pre-commit checks wouldn't have helped: > the change was made in one file (bsd.ruby.mk) but the effects felt in > others. In order to catch it we'd have to iterate over the entire > ports tree, which would delay each commit

Re: FreeMat 3.0 doesn't call functions and help

2007-04-08 Thread Thierry Thomas
Le Sam 7 avr 07 à 21:24:05 +0200, Vittorio De Martino <[EMAIL PROTECTED]> écrivait : > Besides if I ask for the "help on line" (OR helpwin) the following error > messages pops up > > "The file modules.txt is missing from the directory where I think help files > should be." > > I think I d

configure differences for boinc-setiathome-enhanced/i386

2007-04-08 Thread Rene Ladan
Hi, according to http://pointyhat.freebsd.org/errorlogs/i386-7-latest/boinc-setiathome-enhanced-5.13.log the astro/boinc-setiathome-enhanced port fails to configure, but when I test it locally on my i386 machine, the port builds fine. I've attached the `diff -u' output of the output of `make con

cannot install: Unknown component no.

2007-04-08 Thread Dan Reinholz
I'm not sure how this happened, but when I try to install almost any port, dolphin for example, I have this problem: bsd# cd /usr/ports/x11-fm/dolphin bsd# make install ===> dolphin-0.8.2 cannot install: Unknown component no. *** Error code 1 Stop in /usr/ports/x11-fm/dolphin. portmaster is a

Re: cannot install: Unknown component no.

2007-04-08 Thread Sam Lawrance
On 08/04/2007, at 2:13 PM, Dan Reinholz wrote: I'm not sure how this happened, but when I try to install almost any port, dolphin for example, I have this problem: bsd# cd /usr/ports/x11-fm/dolphin bsd# make install ===> dolphin-0.8.2 cannot install: Unknown component no. *** Error code 1 St

Re: cannot install: Unknown component no.

2007-04-08 Thread Scot Hetzel
On 4/7/07, Dan Reinholz <[EMAIL PROTECTED]> wrote: I'm not sure how this happened, but when I try to install almost any port, dolphin for example, I have this problem: bsd# cd /usr/ports/x11-fm/dolphin bsd# make install ===> dolphin-0.8.2 cannot install: Unknown component no. *** Error code 1

Re: cannot install: Unknown component no.

2007-04-08 Thread Dan Reinholz
That was exactly problem. Your explanation is helpful as well. Thank you very much to both of you who responded to my message. It has helped me very much. --- Scot Hetzel <[EMAIL PROTECTED]> wrote: > On 4/7/07, Dan Reinholz <[EMAIL PROTECTED]> wrote: > > I'm not sure how this happened, but when

INDEX build failed for 5.x

2007-04-08 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' "Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease" returned non-zero status ja-dvipdfm-0.13.2c_1: "/local0/tmp/erwin/tindex/ports/japanese/ptex-base" non-existent --

INDEX build failed for 5.x

2007-04-08 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' "Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease" returned non-zero status ja-texinfo-4.7_1: "/local0/tmp/erwin/tindex/ports/japanese/ptex-tetex" non-existent -- de

gutenprint cyclic gimp-gutenprint dependency

2007-04-08 Thread Matthias Andree
Greetings, bootstrapping gutenprint with portmaster currently fails if I enable gimp-gutenprint in the configure dialog, because gutenprint and gimp-gutenprint are mutually dependent in that case. I've now removed the gimp-gutenprint dependency from gutenprint and am installing it manually, but i

INDEX build failed for 5.x

2007-04-08 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' "Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease" returned non-zero status ja-texinfo-4.7_1: "/local0/tmp/erwin/tindex/ports/japanese/ptex-tetex" non-existent -- de

Re: Cannot package converters/libiconv inside clean chroot

2007-04-08 Thread Tim Kientzle
There are at least two issues here, one is pkg_add refusing a valid (AFAICS) tbz file, the other is bsdtar(1) choosing a different tar format based on unionfs(!). Those two symlink entries have an "opaque" file flag. This explains the format change (bsdtar uses the extended pax format when it se

Re: cannot install: Unknown component no.

2007-04-08 Thread RW
On Sun, 8 Apr 2007 08:19:00 -0500 "Scot Hetzel" <[EMAIL PROTECTED]> wrote: > The problem is that USE_GNOME is being set to "no", and then when > Mk/bsd.gnome.mk checks the USE_GNOME value for valid components it is > unable to find the gnome component "no". This causes it to set the > IGNORE vari

INDEX build failed for 5.x

2007-04-08 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' "Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease" returned non-zero status ja-texinfo-4.7_1: "/local0/tmp/erwin/tindex/ports/japanese/ptex-tetex" non-existent -- de

INDEX build failed for 5.x

2007-04-08 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' "Makefile", line 124: warning: "/sbin/sysctl -n compat.linux.osrelease" returned non-zero status ja-texinfo-4.7_1: "/local0/tmp/erwin/tindex/ports/japanese/ptex-tetex" non-existent -- de

Re: cannot install: Unknown component no.

2007-04-08 Thread Sam Lawrance
On 09/04/2007, at 5:35 AM, RW wrote: On Sun, 8 Apr 2007 08:19:00 -0500 "Scot Hetzel" <[EMAIL PROTECTED]> wrote: The problem is that USE_GNOME is being set to "no", and then when Mk/bsd.gnome.mk checks the USE_GNOME value for valid components it is unable to find the gnome component "no". Thi

INDEX now builds successfully on 5.x

2007-04-08 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

portsdb: index generation error

2007-04-08 Thread Jeff Whitman
In advance, thank you. FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 8 16:02:37 EDT 2007 CPU: Pentium III/Pentium III Xeon/Celeron (498.75-MHz 686-class CPU) Real memory = 805298176 (767 MB) Avail memory = 782880768 (746 MB) The script '/usr/local/bin/cvsrun' is intended to be run by cron to keep ports cu

Re: portsdb: index generation error

2007-04-08 Thread Kris Kennaway
On Sun, Apr 08, 2007 at 09:13:16PM -0400, Jeff Whitman wrote: > In advance, thank you. > > FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 8 16:02:37 EDT 2007 > CPU: Pentium III/Pentium III Xeon/Celeron (498.75-MHz 686-class CPU) > Real memory = 805298176 (767 MB) > Avail memory = 782880768 (746 MB) > > The

PHP error

2007-04-08 Thread Beech Rintoul
I have a port which calls php -m as a test from the makefile. Problem is if I do php -m I get the following: stargate# php -m /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol "ssl_onceonlyinit" I tried rebuilding php & the module involved, but no joy. Does anyone hav

Re: PHP error

2007-04-08 Thread Andrew Pantyukhin
On 4/9/07, Beech Rintoul <[EMAIL PROTECTED]> wrote: I have a port which calls php -m as a test from the makefile. Problem is if I do php -m I get the following: stargate# php -m /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol "ssl_onceonlyinit" I tried rebuilding php