Current time: 04-16-2024, 02:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
iscp 1.0.7 is not installed on FreeBSD 8.1
Author Message
schmel Offline
Junior Member
*

Posts: 65
Joined: May 2010
Reputation: 0
Post: #1
iscp 1.0.7 is not installed on FreeBSD 8.1
Hi.
Trying to put everything exactly according to the documentation.
# Make-f BSDmakefile install
When compiling ispcp 1.0.7 crashes this error:

Code:
Building for ispcp-omega-1.0.7
make: don't know how to make all. Stop
*** Error code 1
Stop.
hosting #

If I set the port (also on the documentation) is displayed this error:
Code:
===> Building for ispcp-omega-1.0.6
"BSDmakefile", line 35: Malformed conditional ($ (OSTYPE) == FreeBSD)
"BSDmakefile", line 37: if-less else
"Makefile.inc", line 32: Need an operator
"Makefile.inc", line 34: Need an operator
"BSDmakefile", line 39: if-less endif
make: fatal errors encountered - cannot continue
*** Error code 1

If you manually write the variable OSTYPE
then export OSTYPE, it displays an error in the first case ...
Code:
make: don't know how to make all. Stop

Everything is installed on a clean FreeBSD.
I already have version 1.0.4 on FreeBSD, but I want to put a clean system.
google translate
(This post was last modified: 01-16-2011 11:17 PM by schmel.)
01-16-2011 11:15 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
I never tested 1.0.7 on FreeBSD 8.1.
The Port is not ready, so don´t use it.

If i have some free time i will take care of it.

Greez BeNe
01-18-2011 04:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
schmel Offline
Junior Member
*

Posts: 65
Joined: May 2010
Reputation: 0
Post: #3
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
This error occurs even when installing 1.0.6 (build with port)
=(
01-19-2011 03:45 AM
Find all posts by this user Quote this message in a reply
Marcon Offline
Junior Member
*

Posts: 11
Joined: Jan 2011
Reputation: 0
Post: #4
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
It happens cause in FreeBSD 8.1 variable OSTYPE has value "freebsd8.1".
You can run OSTYPE=FreeBSD make -f BSDmakefile install
it helps for me.
(This post was last modified: 01-21-2011 03:16 PM by Marcon.)
01-21-2011 03:55 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #5
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
I have no Error.
Installed FreeBSD 8.1-Release and did an make install:
Code:
matrix# uname -a
FreeBSD matrix.mydomain.tld 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
matrix# pwd
/usr/local/src/ispcp-omega-1.0.7
matrix# ls -l
total 156
-rw-r--r--   1 root  wheel   2436 Oct  7 15:32 BSDmakefile
-rw-r--r--   1 root  wheel  97005 Nov 24 22:42 CHANGELOG
-rw-r--r--   1 root  wheel   2879 Oct  7 15:32 Makefile
-rw-r--r--   1 root  wheel   2885 Oct  7 15:32 Makefile.centos
-rw-r--r--   1 root  wheel   1831 Mar 31  2010 Makefile.fbsd
-rw-r--r--   1 root  wheel   2884 Oct  7 15:32 Makefile.fedora
-rw-r--r--   1 root  wheel   3208 Oct  7 15:32 Makefile.gentoo
-rw-r--r--   1 root  wheel   1711 Jan  6  2010 Makefile.inc
-rw-r--r--   1 root  wheel   2896 Oct  7 15:32 Makefile.opensuse
-rw-r--r--   1 root  wheel   2886 Oct  7 15:32 Makefile.ubuntu
-rw-r--r--   1 root  wheel   2666 Jan  6  2010 README
drwxr-xr-x  12 root  wheel    512 Nov 24 23:39 configs
drwxr-xr-x   3 root  wheel    512 Nov 24 23:39 contrib
drwxr-xr-x  12 root  wheel    512 Nov 24 23:39 docs
drwxr-xr-x   9 root  wheel   1024 Nov 24 23:39 engine
drwxr-xr-x  13 root  wheel    512 Nov 24 23:39 gui
-rw-r--r--   1 root  wheel   5471 Mar 31  2010 ispcp-omega.spec
drwxr-xr-x   2 root  wheel    512 Nov 24 23:39 keys
drwxr-xr-x   4 root  wheel    512 Nov 24 23:39 language-files
drwxr-xr-x   2 root  wheel    512 Nov 24 23:39 maintscripts
drwxr-xr-x   5 root  wheel    512 Nov 24 23:39 tools
matrix# make -f BSDmakefile install
cd ./tools && make install
(cd ./daemon;  make ispcp_daemon;)
cc -O2 -pipe  -c ispcp_daemon.c
cc -O2 -pipe  -c message.c
cc -O2 -pipe  -c daemon_init.c
cc -O2 -pipe  -c say.c
cc -O2 -pipe  -c signal-handlers.c
cc -O2 -pipe  -c receive_data.c
cc -O2 -pipe  -c send_data.c
cc -O2 -pipe  -c take_connection.c
cc -O2 -pipe  -c send_line.c
cc -O2 -pipe  -c recv_line.c
cc -O2 -pipe  -c helo_cmd.c
cc -O2 -pipe  -c helo_syntax.c
cc -O2 -pipe  -c lr_cmd.c
cc -O2 -pipe  -c lr_syntax.c
cc -O2 -pipe  -c bye_cmd.c
cc -O2 -pipe  -c bye_syntax.c
gcc -ansi -Wall -Wstrict-prototypes -pedantic -O2 -pipe  -o ispcp_daemon ispcp_daemon.o message.o daemon_init.o say.o signal-handlers.o receive_data.o send_data.o take_connection.o send_line.o recv_line.o helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o
strip -s ispcp_daemon
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/daemon
cp ./daemon/ispcp_daemon /tmp/ispcp/usr/local/www/ispcp/daemon
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp
/bin/mkdir -p /tmp/ispcp/var/log/ispcp
/bin/mkdir -p /tmp/ispcp/var/log/ispcp/ispcp-arpl-msgr
/bin/mkdir -p /tmp/ispcp/usr/local/www/data/virtual
/bin/mkdir -p /tmp/ispcp/usr/local/www/data/fcgi
/bin/mkdir -p /tmp/ispcp/var/mail/virtual
/bin/mkdir -p /tmp/ispcp/usr/local/www/logs/backup
/bin/mkdir -p /tmp/ispcp/usr/local/www/data/scoreboards
cd ./configs && make install
cd freebsd && make install
cp ./ispcp.conf /tmp/ispcp/usr/local/etc/ispcp ; cd ..
cd ./apache && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/apache
/bin/mkdir -p /tmp/ispcp/usr/local/etc/apache22/Includes
/bin/mkdir -p /tmp/ispcp/usr/local/etc/apache22/extra
/bin/mkdir -p /tmp/ispcp/usr/local/etc/apache22/ispcp
cp ./fastcgi.conf /tmp/ispcp/usr/local/etc/ispcp/apache/fastcgi_ispcp.conf
cp ./fcgid_ispcp.conf /tmp/ispcp/usr/local/etc/ispcp/apache
cp ./00_master.conf /tmp/ispcp/usr/local/etc/ispcp/apache
cp ./01_awstats.conf /tmp/ispcp/usr/local/etc/ispcp/apache
cp ./httpd.conf /tmp/ispcp/usr/local/etc/ispcp/apache
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/apache
cp -R ./parts /tmp/ispcp/usr/local/etc/ispcp/apache
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/apache
cd ./awstats && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/awstats
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/awstats
cp ./awstats.ispcp_tpl.conf /tmp/ispcp/usr/local/etc/ispcp/awstats
cd ./bind && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/bind
cp ./named.conf /tmp/ispcp/usr/local/etc/ispcp/bind
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/bind
cp -R ./parts /tmp/ispcp/usr/local/etc/ispcp/bind
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/bind
cd ./cron.d && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/cron.d
cp ./ispcp /tmp/ispcp/usr/local/etc/ispcp/cron.d
cp ./ispcp.phptemp /tmp/ispcp/usr/local/etc/ispcp/cron.d
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/cron.d
cp -R ./parts /tmp/ispcp/usr/local/etc/ispcp/cron.d
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/cron.d
cd ./fcgi && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/fcgi
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/fcgi
cp -R ./parts /tmp/ispcp/usr/local/etc/ispcp/fcgi
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/fcgi
cd ./init.d && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/rc.d
cp ispcp_daemon /tmp/ispcp/usr/local/etc/rc.d
cp ispcp_network /tmp/ispcp/usr/local/etc/rc.d
chown root:wheel /tmp/ispcp/usr/local/etc/rc.d/ispcp_network /tmp/ispcp/usr/local/etc/rc.d/ispcp_daemon
chmod 0755 /tmp/ispcp/usr/local/etc/rc.d/ispcp_network /tmp/ispcp/usr/local/etc/rc.d/ispcp_daemon
cd ./postfix && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/postfix
/bin/mkdir -p /tmp/ispcp/usr/local/etc/postfix
/bin/mkdir -p /tmp/ispcp/usr/local/etc/postfix/ispcp
cp ./main.cf /tmp/ispcp/usr/local/etc/ispcp/postfix/main.cf
cp ./master.cf /tmp/ispcp/usr/local/etc/ispcp/postfix/master.cf
cp ./smtpd.conf /tmp/ispcp/usr/local/etc/ispcp/postfix/smtpd.conf
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/postfix
cp -R ./parts /tmp/ispcp/usr/local/etc/ispcp/postfix
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/postfix
cp -R ./ispcp /tmp/ispcp/usr/local/etc/ispcp/postfix
cp ./smtpd.conf /usr/local/lib/sasl2
cd ./courier && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/courier
/bin/mkdir -p /tmp/ispcp/usr/local/etc/courier-imap
cp ./userdb /tmp/ispcp/usr/local/etc/ispcp/courier
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/courier
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/courier
cp ./sasldb2 /tmp/ispcp/usr/local/etc/courier-imap
cd ./proftpd && make install ; cd ..
/bin/mkdir -p /tmp/ispcp/usr/local/etc
/bin/mkdir -p /tmp/ispcp/usr/local/etc/ispcp/proftpd
cp -R ./backup /tmp/ispcp/usr/local/etc/ispcp/proftpd
cp -R ./parts /tmp/ispcp/usr/local/etc/ispcp/proftpd
cp -R ./working /tmp/ispcp/usr/local/etc/ispcp/proftpd
if [ ! -d /tmp/ispcp/usr/local/etc/proftpd ]; then  /bin/mkdir -p /tmp/ispcp/usr/local/etc/proftpd ;  fi
/bin/mkdir -p /tmp/ispcp/usr/local/etc/proftpd/ispcp;
cp ./root_domain.conf /tmp/ispcp/usr/local/etc/proftpd/ispcp;
cp ./proftpd.conf /tmp/ispcp/usr/local/etc/ispcp/proftpd
cd ./logrotate && make install ; cd ..
cp ./ispcp /tmp/ispcp/usr/local/etc/logrotate.conf
cd ./engine && make install
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -d -o root -g wheel -m 0755 /tmp/ispcp/usr/local/www/ispcp/engine
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/awstats
/usr/bin/install -d -o root -g wheel -m 0700 /tmp/ispcp/usr/local/www/ispcp/engine/awstats
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/backup
/usr/bin/install -d -o root -g wheel -m 0700 /tmp/ispcp/usr/local/www/ispcp/engine/backup
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/quota
/usr/bin/install -d -o root -g wheel -m 0700 /tmp/ispcp/usr/local/www/ispcp/engine/quota
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/traffic
/usr/bin/install -d -o root -g wheel -m 0700 /tmp/ispcp/usr/local/www/ispcp/engine/traffic
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/messenger
/usr/bin/install -d -o root -g wheel -m 0755 /tmp/ispcp/usr/local/www/ispcp/engine/messenger
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -d -o root -g wheel -m 0700 /tmp/ispcp/usr/local/www/ispcp/engine/setup
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/tools
/usr/bin/install -d -o root -g wheel -m 0700 /tmp/ispcp/usr/local/www/ispcp/engine/tools
cd ./traffic && make install
/bin/mkdir -p /tmp/ispcp/usr/local/sbin
/usr/bin/install -m 0700 -o root -g wheel ./maillogconvert/maillogconvert.pl /tmp/ispcp/usr/local/sbin
/usr/bin/install -m 0700 -o root -g wheel ./ispcp_common_code.pl /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp_common_methods.pl /tmp/ispcp/usr/local/www/ispcp/engine
# keys needed for ispCP engine;
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine
# one more copy for auto replay system;
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/messenger
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-apache-logger /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-rqst-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-dmn-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-sub-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-als-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-htusers-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-htaccess-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-htgroups-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-mbox-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-serv-mngr /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./ispcp-db-passwd /tmp/ispcp/usr/local/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g wheel ./awstats/awstats_buildstaticpages.pl /tmp/ispcp/usr/local/www/ispcp/engine/awstats
/usr/bin/install -m 0700 -o root -g wheel ./awstats/awstats_updateall.pl /tmp/ispcp/usr/local/www/ispcp/engine/awstats
/usr/bin/install -m 0700 -o root -g wheel ./backup/ispcp-bk-task /tmp/ispcp/usr/local/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g wheel ./backup/ispcp-backup-all /tmp/ispcp/usr/local/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g wheel ./backup/ispcp-backup-ispcp /tmp/ispcp/usr/local/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g wheel ./quota/ispcp-dsk-quota /tmp/ispcp/usr/local/www/ispcp/engine/quota
/usr/bin/install -m 0700 -o root -g wheel ./messenger/ispcp-arpl-msgr /tmp/ispcp/usr/local/www/ispcp/engine/messenger
/usr/bin/install -m 0700 -o root -g wheel ./setup/ispcp-permission-functions.sh /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/set-engine-permissions.sh /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/set-gui-permissions.sh /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/reset-setup /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/ispcp-setup /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/ispcp-setup-methods.pl /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/ispcp-update /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/ispcp-uninstall /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./setup/updDB.php /tmp/ispcp/usr/local/www/ispcp/engine/setup
cp -R ./setup/PerlVendor /tmp/ispcp/usr/local/www/ispcp/engine/setup
cp -R ./setup/PerlLib /tmp/ispcp/usr/local/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g wheel ./tools/ispcp-httpd-logs-mngr /tmp/ispcp/usr/local/www/ispcp/engine/tools/ispcp-httpd-logs-mngr
/usr/bin/install -m 0700 -o root -g wheel ./tools/ispcp-del-logs.sh /tmp/ispcp/usr/local/www/ispcp/engine/tools/ispcp-del-logs.sh
/usr/bin/install -m 0700 -o root -g wheel ./tools/ispcp-del-phptemp.sh /tmp/ispcp/usr/local/www/ispcp/engine/tools/ispcp-del-phptemp.sh
/usr/bin/install -m 0700 -o root -g wheel ./tools/ispcp-net-interfaces-mngr /tmp/ispcp/usr/local/www/ispcp/engine/tools/ispcp-net-interfaces-mngr
/usr/bin/install -m 0700 -o root -g wheel ./traffic/ispcp-srv-traff /tmp/ispcp/usr/local/www/ispcp/engine/traffic
/usr/bin/install -m 0700 -o root -g wheel ./traffic/ispcp-vrl-traff /tmp/ispcp/usr/local/www/ispcp/engine/traffic
cd ./maintscripts && make install
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/engine/setup
if test -f ./preinst.freebsd || test -f ./postinst.freebsd ; then  /usr/bin/install -m 0700 -o root -g wheel ./maintainer-helper.sh /tmp/ispcp/usr/local/www/ispcp/engine/setup/;  fi
if test -f ./preinst.freebsd ; then  /usr/bin/install -m 0700 -o root -g wheel ./preinst.freebsd /tmp/ispcp/usr/local/www/ispcp/engine/setup/preinst;  fi
if test -f ./postinst.freebsd ; then  /usr/bin/install -m 0700 -o root -g wheel ./postinst.freebsd /tmp/ispcp/usr/local/www/ispcp/engine/setup/postinst;  fi
cd ./gui && make install
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/gui
cp ./index.php /tmp/ispcp/usr/local/www/ispcp/gui/index.php
cp ./lostpassword.php /tmp/ispcp/usr/local/www/ispcp/gui/lostpassword.php
cp ./imagecode.php /tmp/ispcp/usr/local/www/ispcp/gui/imagecode.php
cp ./robots.txt /tmp/ispcp/usr/local/www/ispcp/gui/robots.txt
cp ./favicon.ico /tmp/ispcp/usr/local/www/ispcp/gui/favicon.ico
cp -R ./admin /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./reseller /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./client /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./include /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./domain_default_page /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./domain_disable_page /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./errordocs /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./themes /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./tools /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./orderpanel /tmp/ispcp/usr/local/www/ispcp/gui
cp -R ./phptmp /tmp/ispcp/usr/local/www/ispcp/gui
cd ./keys && make install
/bin/mkdir -p /tmp/ispcp/usr/local/www/ispcp/keys
cp ./rpl.pl /tmp/ispcp/usr/local/www/ispcp/keys
# @TODO: Move this touch part here to pre-installation script
# Create an empty file for courier
touch /tmp/ispcp/usr/local/etc/ispcp/courier/backup/authdaemonrc.system
matrix#
Here are my Ports:
Code:
matrix# pkg_version -v
amavisd-new-2.6.4_10,1              =   up-to-date with port
ap22-mod_cband-0.9.7.5_2            =   up-to-date with port
ap22-mod_fastcgi-2.4.6_1            =   up-to-date with port
ap22-mod_fcgid-2.3.6                =   up-to-date with port
apache-worker-2.2.17_1              =   up-to-date with port
apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.10  =   up-to-date with port
arc-5.21o_1                         =   up-to-date with port
arj-3.10.22_4                       =   up-to-date with port
autoconf-2.68                       =   up-to-date with port
autoconf-wrapper-20101119           =   up-to-date with port
automake-1.11.1                     =   up-to-date with port
automake-wrapper-20101119           =   up-to-date with port
awstats-7.0,1                       =   up-to-date with port
bash-4.1.9                          =   up-to-date with port
bigreqsproto-1.1.0                  =   up-to-date with port
bison-2.4.3,1                       =   up-to-date with port
ca_root_nss-3.12.6                  =   up-to-date with port
cabextract-1.3                      =   up-to-date with port
cclient-2007e,1                     =   up-to-date with port
chkrootkit-0.49                     =   up-to-date with port
courier-authlib-0.63.0_2            =   up-to-date with port
courier-authlib-base-0.63.0_2       =   up-to-date with port
courier-authlib-userdb-0.63.0_2     =   up-to-date with port
courier-imap-4.8.1,2                =   up-to-date with port
curl-7.21.3                         =   up-to-date with port
cyrus-sasl-2.1.23_1                 =   up-to-date with port
cyrus-sasl-saslauthd-2.1.23         =   up-to-date with port
db42-4.2.52_5                       =   up-to-date with port
db47-4.7.25.4                       =   up-to-date with port
expat-2.0.1_1                       =   up-to-date with port
file-5.04                           =   up-to-date with port
freetype2-2.4.4                     =   up-to-date with port
freeze-2.5_2                        =   up-to-date with port
gamin-0.1.10_4                      =   up-to-date with port
gdbm-1.8.3_3                        =   up-to-date with port
gettext-0.18.1.1                    =   up-to-date with port
gio-fam-backend-2.26.1              =   up-to-date with port
glib-2.26.1_1                       =   up-to-date with port
gmake-3.81_4                        =   up-to-date with port
gnupg-2.0.16_6                      =   up-to-date with port
help2man-1.38.4                     =   up-to-date with port
inputproto-2.0                      =   up-to-date with port
intltool-0.41.1                     =   up-to-date with port
jpeg-8_3                            =   up-to-date with port
kbproto-1.0.4                       =   up-to-date with port
lha-1.14i_6                         =   up-to-date with port
libICE-1.0.6,1                      =   up-to-date with port
libSM-1.1.1_3,1                     =   up-to-date with port
libX11-1.3.3_1,1                    =   up-to-date with port
libXau-1.0.5                        =   up-to-date with port
libXaw-1.0.7,1                      =   up-to-date with port
libXdmcp-1.0.3                      =   up-to-date with port
libXext-1.1.1,1                     =   up-to-date with port
libXmu-1.0.5,1                      =   up-to-date with port
libXp-1.0.0,1                       =   up-to-date with port
libXpm-3.5.7                        =   up-to-date with port
libXt-1.0.7                         =   up-to-date with port
libassuan-2.0.1_1                   =   up-to-date with port
libcheck-0.9.8                      =   up-to-date with port
libgcrypt-1.4.6                     =   up-to-date with port
libghttp-1.0.9_1                    =   up-to-date with port
libgpg-error-1.10                   =   up-to-date with port
libiconv-1.13.1_1                   =   up-to-date with port
libidn-1.16                         =   up-to-date with port
libksba-1.1.0                       =   up-to-date with port
libltdl-2.2.10                      =   up-to-date with port
libmcrypt-2.5.8                     =   up-to-date with port
libpthread-stubs-0.3_3              =   up-to-date with port
libtool-2.2.10                      =   up-to-date with port
libxcb-1.7                          =   up-to-date with port
libxml2-2.7.8_1                     =   up-to-date with port
libxslt-1.1.26_2                    =   up-to-date with port
logrotate-3.7.9                     =   up-to-date with port
lzo2-2.04                           =   up-to-date with port
lzop-1.03                           =   up-to-date with port
m4-1.4.15,1                         =   up-to-date with port
maildrop-2.5.2                      =   up-to-date with port
mysql-client-5.1.54_1               =   up-to-date with port
mysql-server-5.1.54_1               =   up-to-date with port
neon29-0.29.5                       =   up-to-date with port
oniguruma-4.7.1                     =   up-to-date with port
p5-Archive-Zip-1.30_1               =   up-to-date with port
p5-BerkeleyDB-0.43_1                =   up-to-date with port
p5-Class-Accessor-0.34              =   up-to-date with port
p5-Class-DBI-3.0.17_1               =   up-to-date with port
p5-Class-DBI-mysql-1.00             =   up-to-date with port
p5-Class-Data-Inheritable-0.08      =   up-to-date with port
p5-Class-Load-0.06                  =   up-to-date with port
p5-Class-Singleton-1.4              =   up-to-date with port
p5-Class-Trigger-0.14               =   up-to-date with port
p5-Clone-0.31                       =   up-to-date with port
p5-Compress-Raw-Bzip2-2.031         =   up-to-date with port
p5-Compress-Raw-Zlib-2.030          =   up-to-date with port
p5-Convert-BinHex-1.119             =   up-to-date with port
p5-Convert-TNEF-0.17                =   up-to-date with port
p5-Convert-UUlib-1.34,1             =   up-to-date with port
p5-Crypt-Blowfish-2.12              =   up-to-date with port
p5-Crypt-CBC-2.30                   =   up-to-date with port
p5-Crypt-DES-2.05                   =   up-to-date with port
p5-Crypt-OpenSSL-Bignum-0.04        =   up-to-date with port
p5-Crypt-OpenSSL-RSA-0.26           =   up-to-date with port
p5-Crypt-OpenSSL-Random-0.04        =   up-to-date with port
p5-Crypt-PasswdMD5-1.3_1            =   up-to-date with port
p5-Crypt-SSLeay-0.58_1              =   up-to-date with port
p5-DBD-mysql51-4.017                =   up-to-date with port
p5-DBI-1.615                        =   up-to-date with port
p5-DBIx-ContextualFetch-1.03        =   up-to-date with port
p5-DateTime-0.66                    =   up-to-date with port
p5-DateTime-Locale-0.45             =   up-to-date with port
p5-DateTime-TimeZone-1.26_2         =   up-to-date with port
p5-Digest-HMAC-1.02                 =   up-to-date with port
p5-Digest-SHA1-2.13                 =   up-to-date with port
p5-Encode-Detect-1.01               =   up-to-date with port
p5-ExtUtils-CBuilder-0.2802_1,1     =   up-to-date with port
p5-ExtUtils-Install-1.54            =   up-to-date with port
p5-ExtUtils-ParseXS-2.22.03         =   up-to-date with port
p5-File-BaseDir-0.03                =   up-to-date with port
p5-File-Copy-Recursive-0.38         =   up-to-date with port
p5-File-DesktopEntry-0.04           =   up-to-date with port
p5-File-MimeInfo-0.15_1             =   up-to-date with port
p5-HTML-Entities-Numbered-0.04      =   up-to-date with port
p5-HTML-Parser-3.68                 =   up-to-date with port
p5-HTML-Tagset-3.20                 =   up-to-date with port
p5-HTTP-GHTTP-1.07                  =   up-to-date with port
p5-IO-Compress-2.030                =   up-to-date with port
p5-IO-Multiplex-1.10                =   up-to-date with port
p5-IO-Socket-INET6-2.65             =   up-to-date with port
p5-IO-Socket-SSL-1.37               =   up-to-date with port
p5-IO-stringy-2.110                 =   up-to-date with port
p5-Ima-DBI-0.35                     =   up-to-date with port
p5-List-MoreUtils-0.25.02           =   up-to-date with port
p5-Locale-gettext-1.05_3            =   up-to-date with port
p5-MIME-Tools-5.428,2               =   up-to-date with port
p5-Mail-DKIM-0.39                   =   up-to-date with port
p5-Mail-SpamAssassin-3.3.1_3        =   up-to-date with port
p5-Mail-Tools-2.07                  =   up-to-date with port
p5-Module-Build-0.3607_1            =   up-to-date with port
p5-Net-DNS-0.66_1                   =   up-to-date with port
p5-Net-Daemon-0.43                  =   up-to-date with port
p5-Net-IP-1.25_2                    =   up-to-date with port
p5-Net-LibIDN-0.12                  =   up-to-date with port
p5-Net-SSLeay-1.36                  =   up-to-date with port
p5-Net-Server-0.99                  =   up-to-date with port
p5-Net-XWhois-0.90_4                =   up-to-date with port
p5-NetAddr-IP-4.038                 =   up-to-date with port
p5-Params-Validate-0.95_3           =   up-to-date with port
p5-Parse-Syslog-1.10                =   up-to-date with port
p5-PathTools-3.3300                 =   up-to-date with port
p5-PlRPC-0.2020_1                   =   up-to-date with port
p5-Socket6-0.23                     =   up-to-date with port
p5-Storable-2.25                    =   up-to-date with port
p5-Term-ReadKey-2.30                =   up-to-date with port
p5-Term-ReadPassword-0.11           =   up-to-date with port
p5-TimeDate-1.20,1                  =   up-to-date with port
p5-UNIVERSAL-moniker-0.08           =   up-to-date with port
p5-URI-1.56                         =   up-to-date with port
p5-Unix-Syslog-1.1                  =   up-to-date with port
p5-XML-Parser-2.40                  =   up-to-date with port
p5-YAML-0.72                        =   up-to-date with port
p5-YAML-Tiny-1.44                   =   up-to-date with port
p5-libwww-5.837                     =   up-to-date with port
p5-version-0.88                     =   up-to-date with port
p7zip-9.13_1                        =   up-to-date with port
pcre-8.12                           =   up-to-date with port
pear-1.9.1_1                        =   up-to-date with port
perl-5.10.1_3                       =   up-to-date with port
php5-5.3.5                          =   up-to-date with port
php5-bz2-5.3.5                      =   up-to-date with port
php5-ctype-5.3.5                    =   up-to-date with port
php5-curl-5.3.5                     =   up-to-date with port
php5-dba-5.3.5                      =   up-to-date with port
php5-dom-5.3.5                      =   up-to-date with port
php5-extensions-1.4                 =   up-to-date with port
php5-fileinfo-5.3.5                 =   up-to-date with port
php5-filter-5.3.5                   =   up-to-date with port
php5-ftp-5.3.5                      =   up-to-date with port
php5-gd-5.3.5                       =   up-to-date with port
php5-gettext-5.3.5                  =   up-to-date with port
php5-hash-5.3.5                     =   up-to-date with port
php5-iconv-5.3.5                    =   up-to-date with port
php5-imap-5.3.5                     =   up-to-date with port
php5-json-5.3.5                     =   up-to-date with port
php5-mbstring-5.3.5                 =   up-to-date with port
php5-mcrypt-5.3.5                   =   up-to-date with port
php5-mysql-5.3.5                    =   up-to-date with port
php5-mysqli-5.3.5                   =   up-to-date with port
php5-pdo-5.3.5                      =   up-to-date with port
php5-pdo_mysql-5.3.5                =   up-to-date with port
php5-pdo_sqlite-5.3.5               =   up-to-date with port
php5-posix-5.3.5                    =   up-to-date with port
php5-session-5.3.5                  =   up-to-date with port
php5-shmop-5.3.5                    =   up-to-date with port
php5-simplexml-5.3.5                =   up-to-date with port
php5-soap-5.3.5                     =   up-to-date with port
php5-sockets-5.3.5                  =   up-to-date with port
php5-sqlite-5.3.5                   =   up-to-date with port
php5-tokenizer-5.3.5                =   up-to-date with port
php5-xml-5.3.5                      =   up-to-date with port
php5-xmlreader-5.3.5                =   up-to-date with port
php5-xmlrpc-5.3.5                   =   up-to-date with port
php5-xmlwriter-5.3.5                =   up-to-date with port
php5-zip-5.3.5                      =   up-to-date with port
php5-zlib-5.3.5                     =   up-to-date with port
pkg-config-0.25_1                   =   up-to-date with port
png-1.4.5                           =   up-to-date with port
popt-1.16                           =   up-to-date with port
portmaster-3.6.1                    =   up-to-date with port
postfix-2.7.2,1                     =   up-to-date with port
postfix-policyd-weight-0.1.15.1     =   up-to-date with port
postgrey-1.33_1                     =   up-to-date with port
printproto-1.0.4                    =   up-to-date with port
procmail-3.22_7                     =   up-to-date with port
proftpd-1.3.3d                      =   up-to-date with port
pth-2.0.7                           =   up-to-date with port
python26-2.6.6                      =   up-to-date with port
razor-agents-2.84                   =   up-to-date with port
ripole-0.2.0                        =   up-to-date with port
rkhunter-1.3.8                      =   up-to-date with port
rpm2cpio-1.3_1                      =   up-to-date with port
screen-4.0.3_10                     =   up-to-date with port
shared-mime-info-0.80               =   up-to-date with port
sqlite3-3.7.4                       =   up-to-date with port
subversion-1.6.15                   =   up-to-date with port
sysconftool-0.15_3                  =   up-to-date with port
t1lib-5.1.2_1,1                     =   up-to-date with port
tcl-8.5.9                           =   up-to-date with port
tcl-modules-8.5.9                   =   up-to-date with port
tinycdb-0.77                        =   up-to-date with port
unrar-4.00.b4,5                     =   up-to-date with port
unzip-6.0                           =   up-to-date with port
wget-1.12_2                         =   up-to-date with port
xcb-proto-1.6                       =   up-to-date with port
xcmiscproto-1.2.0                   =   up-to-date with port
xextproto-7.1.1                     =   up-to-date with port
xf86bigfontproto-1.2.0              =   up-to-date with port
xorg-macros-1.6.0                   =   up-to-date with port
xproto-7.0.16                       =   up-to-date with port
xtrans-1.2.5                        =   up-to-date with port
zoo-2.10.1_2                        =   up-to-date with port
matrix#
Quote:It happens cause in FreeBSD 8.1 variable OSTYPE has value "freebsd8.1".
Sure ?
I have this here:
Code:
matrix# echo $OSTYPE
FreeBSD
matrix#
Quote:You can run OSTYPE=FreeBSD make -f BSDmakefile install
Or just change it in the BSDMakefile:
Code:
....
.ifdef $(OSTYPE)==FreeBSD
.include <Makefile.fbsd>
...

Greez BeNe
01-22-2011 01:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Marcon Offline
Junior Member
*

Posts: 11
Joined: Jan 2011
Reputation: 0
Post: #6
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
Quote:[root@ispcp /usr/home/marcon]# uname -a
FreeBSD ispcp.interdon.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Wed Oct 27 16:46:56 EEST 2010 root@web:/usr/obj/usr/src/sys/MYKERNEL i386
[root@ispcp /usr/home/marcon]# echo $OSTYPE
freebsd8.1
[root@ispcp /usr/home/marcon]#
Is my system

Quote:Or just change it in the BSDMakefile:
Code:
....
.ifdef $(OSTYPE)==FreeBSD
.include <Makefile.fbsd>
...

Greez BeNe
Yes. But in this case need to change all makefiles(except one or two).


Update.
I now have fresh install of 8.1 on virtualbox machine and what i found: fresh installation with default shell is sh has variable OSTYPE=FreeBSD, but when i'm install bash and change my default shell to bash, variable OSTYPE changed to freebsd8.1
(This post was last modified: 01-22-2011 03:49 AM by Marcon.)
01-22-2011 03:12 AM
Find all posts by this user Quote this message in a reply
schmel Offline
Junior Member
*

Posts: 65
Joined: May 2010
Reputation: 0
Post: #7
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
Quote:It happens cause in FreeBSD 8.1 variable OSTYPE has value "freebsd8.1".
You can run OSTYPE=FreeBSD make -f BSDmakefile install
it helps for me.
Thanks, it works. I think it is worth adding to the wiki
(This post was last modified: 01-22-2011 05:40 AM by schmel.)
01-22-2011 05:39 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
Quote:I think it is worth adding to the wiki
Of course! But there is nothing in the Wiki that says that you have or should switch from sh/csh to bash. So if you only copy and paste the HowTo it should work.

Have fun Wink

Greez BeNe
01-24-2011 04:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Marcon Offline
Junior Member
*

Posts: 11
Joined: Jan 2011
Reputation: 0
Post: #9
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
(01-24-2011 04:25 PM)BeNe Wrote:  But there is nothing in the Wiki that says that you have or should switch from sh/csh to bash. So if you only copy and paste the HowTo it should work.
Some people switching default shell to bash on FreeBSD installation stage. Smile

So i think need to add small remark like "if you receiving this error <error from first post>, you should run OSTYPE=FreeBSD make -f...". Or add requirement "you must use sh/csh shell for ispcp installation". Smile
01-24-2011 05:59 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #10
RE: iscp 1.0.7 is not installed on FreeBSD 8.1
Of course, you are completly right.
I was also thinking about a shell check like if bash, OSTYPE = freebsd8.1 and if sh/csh OSTYPE=freebsd in the Makefile or during a preconfigure script.

But first,i will add the Info to the HowTo.

Thanks & Greez
BeNe
01-24-2011 07:46 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)