Za to kocham OpenBSD …..

Posted under Bez kategorii by admin on czwartek 9 Lipiec 2009 at 11:36

Logi z instalacji Postfix + Courier-Imap + Mysql + SASL2 +PostfixAdmin +pyzor +razor + dcc-dccm +amavisd +clamav +clamsmtp +clamd +postgrey +named +php5 + phpMyAdmin +RoundCube Webmail
# pkg_add mysql-server
mysql-client-5.0.77: complete
p5-DBD-mysql-4.010:p5-Net-Daemon-0.43: complete
p5-DBD-mysql-4.010:p5-PlRPC-0.2018p0: complete
p5-DBD-mysql-4.010:p5-DBI-1.607: complete
p5-DBD-mysql-4.010: complete
mysql-server-5.0.77: complete
— mysql-server-5.0.77 ——————-
You can find detailed instructions on how to install a database
in /usr/local/share/doc/mysql/README.OpenBSD.
# less /usr/local/share/doc/mysql/README.OpenBSD.
/usr/local/share/doc/mysql/README.OpenBSD.: No such file or directory
# less /usr/local/share/doc/mysql/README.OpenBSD
#
# vi /etc/login.conf
# cap_mkdb /etc/login.conf
# su -c mysql root -c ‘/usr/local/bin/mysqld_safe >/dev/null 2>&1 &’
#
# /usr/local/bin/mysql_install_db
Installing MySQL system tables…
OK
Filling help tables…
OK
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/local/bin/mysqladmin -u root password ‘new-password’
/usr/local/bin/mysqladmin -u root -h ozon.obsd.eu.org password ‘new-password’

Alternatively you can run:
/usr/local/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

Please report any problems with the /usr/local/bin/mysqlbug script!

The latest information about MySQL is available on the web at

http://www.mysql.com

Support MySQL by buying support/licenses at http://shop.mysql.com
# mysql -u root
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysql/mysql.sock’ (2)
# ps aux|grep sql
# su -c mysql root -c ‘/usr/local/bin/mysqld_safe >/dev/null 2>&1 &’
# ps aux|grep sql
_mysql   31361 10.8  1.8 40648 18496 p0  S      2:55PM    0:00.25 /usr/local/lib
root     23351  0.0  0.0   564   444 p0  S      2:55PM    0:00.01 /bin/sh /usr/l
# mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.77-log OpenBSD port: mysql-server-5.0.77

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.

mysql> use mysql;
Database changed
mysql> UPDATE user SET password=PASSWORD(‘tejnehaslonr13′) WHERE User=”root” AND H
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0
tejnehaslonr13
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql>  quit ;
Bye
# pkg_add php5-core
libxml-2.6.32p2: complete
php5-core-5.2.8p0: complete
— php5-core-5.2.8p0 ——————-
To enable the php5 module please create a symbolic
link from /var/www/conf/modules.sample/php5.conf
to /var/www/conf/modules/php5.conf.

ln -s /var/www/conf/modules.sample/php5.conf \
/var/www/conf/modules

The recommended php configuration has been installed
to /var/www/conf/php.ini.

Don’t forget that the default OpenBSD httpd is chrooted
into /var/www by default, so you may need to create support
directories such as /var/www/tmp for PHP to work correctly.
# ln -s /var/www/conf/modules.sample/php5.conf /var/www/conf/modules
# pkg_add php5-mysql
php5-mysql-5.2.8: complete
— php5-mysql-5.2.8 ——————-
You can enable this module by creating a symbolic
link from /var/www/conf/php5.sample/mysql.ini to
/var/www/conf/php5/mysql.ini.

ln -fs /var/www/conf/php5.sample/mysql.ini \
/var/www/conf/php5/mysql.ini

# ln -fs /var/www/conf/php5.sample/mysql.ini /var/www/conf/php5/mysql.ini
# pkg_add php5-imap
c-client-2007e: complete
php5-imap-5.2.8: complete
— php5-imap-5.2.8 ——————-
You can enable this module by creating a symbolic
link from /var/www/conf/php5.sample/imap.ini to
/var/www/conf/php5/imap.ini.

ln -fs /var/www/conf/php5.sample/imap.ini \
/var/www/conf/php5/imap.ini

# ln -fs /var/www/conf/php5.sample/imap.ini /var/www/conf/php5/imap.ini
# pkg_add php5-gd-5.2.8-no_x11.tgz
t1lib-5.1.0p1: complete
jpeg-6bp3: complete
png-1.2.33: complete
php5-gd-5.2.8-no_x11: complete
— php5-gd-5.2.8-no_x11 ——————-
You can enable this module by creating a symbolic
link from /var/www/conf/php5.sample/gd.ini to
/var/www/conf/php5/gd.ini.

ln -fs /var/www/conf/php5.sample/gd.ini \
/var/www/conf/php5/gd.ini

# ln -fs /var/www/conf/php5.sample/gd.ini /var/www/conf/php5/gd.ini
#  pkg_add php5-mbstring
php5-mbstring-5.2.8: complete
— php5-mbstring-5.2.8 ——————-
You can enable this module by creating a symbolic
link from /var/www/conf/php5.sample/mbstring.ini to
/var/www/conf/php5/mbstring.ini.

ln -fs /var/www/conf/php5.sample/mbstring.ini \
/var/www/conf/php5/mbstring.ini

# ln -fs /var/www/conf/php5.sample/mbstring.ini /var/www/conf/php5/mbstring.ini
#  pkg_add wget
wget-1.11.4: complete
# cd /var/www/htdocs/
# w
2:59PM  up  1:35, 1 user, load averages: 0.17, 0.71, 0.98
USER    TTY FROM              LOGIN@  IDLE WHAT
root     p0 192.168.0.2       1:26PM     0 w
# pwd
/var/www/htdocs
#  wget http://ovh.dl.sourceforge.net/sourceforge/postfixadmin/postfixadmin-2.2.1.1.tar.gz
–2009-07-06 15:01:15–  http://ovh.dl.sourceforge.net/sourceforge/postfixadmin/postfixadmin-2.2.1.1.tar.gz
Resolving ovh.dl.sourceforge.net… 91.121.124.23, 91.121.125.23
Connecting to ovh.dl.sourceforge.net|91.121.124.23|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 966600 (944K) [application/x-gzip]
Saving to: `postfixadmin-2.2.1.1.tar.gz’

100%[===================================================================================================================>] 966,600      233K/s   in 4.2s

2009-07-06 15:01:20 (225 KB/s) – `postfixadmin-2.2.1.1.tar.gz’ saved [966600/966600]

# tar zxvf postfixadmin-2.2.1.1.tar.gz
postfixadmin-2.2.1.1
postfixadmin-2.2.1.1/search.php
postfixadmin-2.2.1.1/broadcast-message.php
postfixadmin-2.2.1.1/GPL-LICENSE.TXT
postfixadmin-2.2.1.1/edit-domain.php
postfixadmin-2.2.1.1/admin
postfixadmin-2.2.1.1/admin/index.php
postfixadmin-2.2.1.1/INSTALL.TXT
postfixadmin-2.2.1.1/setup.php
postfixadmin-2.2.1.1/templates
postfixadmin-2.2.1.1/templates/search.php
postfixadmin-2.2.1.1/templates/broadcast-message.php
postfixadmin-2.2.1.1/templates/admin_list-admin.php
postfixadmin-2.2.1.1/templates/admin_search.php
postfixadmin-2.2.1.1/templates/admin_edit-admin.php
postfixadmin-2.2.1.1/templates/admin_edit-domain.php
postfixadmin-2.2.1.1/templates/admin_create-admin.php
postfixadmin-2.2.1.1/templates/message.php
postfixadmin-2.2.1.1/templates/password.php
postfixadmin-2.2.1.1/templates/fetchmail.php
postfixadmin-2.2.1.1/templates/users_menu.php
postfixadmin-2.2.1.1/templates/main.php
postfixadmin-2.2.1.1/templates/users_password.php
postfixadmin-2.2.1.1/templates/admin_create-domain.php
postfixadmin-2.2.1.1/templates/users_vacation.php
postfixadmin-2.2.1.1/templates/edit-vacation.php
postfixadmin-2.2.1.1/templates/login.php
postfixadmin-2.2.1.1/templates/create-mailbox.php
postfixadmin-2.2.1.1/templates/users_edit-alias.php
postfixadmin-2.2.1.1/templates/sendmail.php
postfixadmin-2.2.1.1/templates/viewlog.php
postfixadmin-2.2.1.1/templates/overview-get.php
postfixadmin-2.2.1.1/templates/footer.php
postfixadmin-2.2.1.1/templates/list-virtual.php
postfixadmin-2.2.1.1/templates/edit-alias.php
postfixadmin-2.2.1.1/templates/users_main.php
postfixadmin-2.2.1.1/templates/users_login.php
postfixadmin-2.2.1.1/templates/admin_list-domain.php
postfixadmin-2.2.1.1/templates/menu.php
postfixadmin-2.2.1.1/templates/edit-mailbox.php
postfixadmin-2.2.1.1/templates/header.php
postfixadmin-2.2.1.1/templates/index.php
postfixadmin-2.2.1.1/templates/create-alias.php
postfixadmin-2.2.1.1/edit-active-admin.php
postfixadmin-2.2.1.1/ADDITIONS
postfixadmin-2.2.1.1/ADDITIONS/pfa_maildir_cleanup.pl
postfixadmin-2.2.1.1/ADDITIONS/cleanupdirs.pl
postfixadmin-2.2.1.1/ADDITIONS/postfixadmin-mailbox-postdeletion.sh
postfixadmin-2.2.1.1/ADDITIONS/mailbox_remover.pl
postfixadmin-2.2.1.1/ADDITIONS/README.TXT
postfixadmin-2.2.1.1/ADDITIONS/convert-passwd-to-postfixadmin.pl
postfixadmin-2.2.1.1/ADDITIONS/postfixadmin-domain-postdeletion.sh
postfixadmin-2.2.1.1/ADDITIONS/postfixadmin-0.3-1.4.tar.gz
postfixadmin-2.2.1.1/ADDITIONS/mkeveryone.pl
postfixadmin-2.2.1.1/ADDITIONS/fetchmail.pl
postfixadmin-2.2.1.1/ADDITIONS/postfixadmin-mailbox-postcreation.sh
postfixadmin-2.2.1.1/ADDITIONS/virtualmaildel.php
postfixadmin-2.2.1.1/ADDITIONS/change_password.tgz
postfixadmin-2.2.1.1/password.php
postfixadmin-2.2.1.1/fetchmail.php
postfixadmin-2.2.1.1/config.inc.php
postfixadmin-2.2.1.1/main.php
postfixadmin-2.2.1.1/LICENSE.TXT
postfixadmin-2.2.1.1/edit-active-domain.php
postfixadmin-2.2.1.1/edit-vacation.php
postfixadmin-2.2.1.1/variables.inc.php
postfixadmin-2.2.1.1/edit-admin.php
postfixadmin-2.2.1.1/login.php
postfixadmin-2.2.1.1/create-mailbox.php
postfixadmin-2.2.1.1/sendmail.php
postfixadmin-2.2.1.1/logout.php
postfixadmin-2.2.1.1/viewlog.php
postfixadmin-2.2.1.1/create-domain.php
postfixadmin-2.2.1.1/create-admin.php
postfixadmin-2.2.1.1/backup.php
postfixadmin-2.2.1.1/languages
postfixadmin-2.2.1.1/languages/nl.lang
postfixadmin-2.2.1.1/languages/ca.lang
postfixadmin-2.2.1.1/languages/language.php
postfixadmin-2.2.1.1/languages/fi.lang
postfixadmin-2.2.1.1/languages/da.lang
postfixadmin-2.2.1.1/languages/hu.lang
postfixadmin-2.2.1.1/languages/cs.lang
postfixadmin-2.2.1.1/languages/pt-br.lang
postfixadmin-2.2.1.1/languages/eu.lang
postfixadmin-2.2.1.1/languages/it.lang
postfixadmin-2.2.1.1/languages/tr.lang
postfixadmin-2.2.1.1/languages/is.lang
postfixadmin-2.2.1.1/languages/es.lang
postfixadmin-2.2.1.1/languages/nn.lang
postfixadmin-2.2.1.1/languages/en.lang
postfixadmin-2.2.1.1/languages/sl.lang
postfixadmin-2.2.1.1/languages/cn.lang
postfixadmin-2.2.1.1/languages/nb.lang
postfixadmin-2.2.1.1/languages/ru.lang
postfixadmin-2.2.1.1/languages/de.lang
postfixadmin-2.2.1.1/languages/pl.lang
postfixadmin-2.2.1.1/languages/lt.lang
postfixadmin-2.2.1.1/languages/mk.lang
postfixadmin-2.2.1.1/languages/sv.lang
postfixadmin-2.2.1.1/languages/tw.lang
postfixadmin-2.2.1.1/languages/bg.lang
postfixadmin-2.2.1.1/languages/fr.lang
postfixadmin-2.2.1.1/languages/et.lang
postfixadmin-2.2.1.1/languages/sk.lang
postfixadmin-2.2.1.1/languages/ja.lang
postfixadmin-2.2.1.1/languages/language-update.sh
postfixadmin-2.2.1.1/languages/index.php
postfixadmin-2.2.1.1/languages/fo.lang
postfixadmin-2.2.1.1/languages/hr.lang
postfixadmin-2.2.1.1/list-domain.php
postfixadmin-2.2.1.1/common.php
postfixadmin-2.2.1.1/list-virtual.php
postfixadmin-2.2.1.1/delete.php
postfixadmin-2.2.1.1/edit-active.php
postfixadmin-2.2.1.1/motd-users.txt
postfixadmin-2.2.1.1/edit-alias.php
postfixadmin-2.2.1.1/CHANGELOG.TXT
postfixadmin-2.2.1.1/DOCUMENTS
postfixadmin-2.2.1.1/DOCUMENTS/FAQ.txt
postfixadmin-2.2.1.1/DOCUMENTS/SUPERADMIN.txt
postfixadmin-2.2.1.1/DOCUMENTS/UPGRADE.txt
postfixadmin-2.2.1.1/DOCUMENTS/POSTFIXADMIN.txt
postfixadmin-2.2.1.1/DOCUMENTS/BACKUP_MX.txt
postfixadmin-2.2.1.1/DOCUMENTS/LANGUAGE.txt
postfixadmin-2.2.1.1/DOCUMENTS/POSTFIX_CONF.txt
postfixadmin-2.2.1.1/DOCUMENTS/HORDE.txt
postfixadmin-2.2.1.1/DOCUMENTS/SECURITY.txt
postfixadmin-2.2.1.1/DOCUMENTS/screenshots
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-user-change-forward.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-admin-domain-list.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-inital-welcome.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-admin-create-domain.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-user-vacation.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-user-overview.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-admin-create-mailbox.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/README.txt
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-mail-admin-login.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-admin-virtual-list.jpg
postfixadmin-2.2.1.1/DOCUMENTS/screenshots/postfixadmin-admin-create-alias.jpg
postfixadmin-2.2.1.1/DOCUMENTS/DOVECOT.txt
postfixadmin-2.2.1.1/list-admin.php
postfixadmin-2.2.1.1/upgrade.php
postfixadmin-2.2.1.1/users
postfixadmin-2.2.1.1/users/password.php
postfixadmin-2.2.1.1/users/vacation.php
postfixadmin-2.2.1.1/users/main.php
postfixadmin-2.2.1.1/users/login.php
postfixadmin-2.2.1.1/users/logout.php
postfixadmin-2.2.1.1/users/edit-alias.php
postfixadmin-2.2.1.1/users/index.php
postfixadmin-2.2.1.1/VIRTUAL_VACATION
postfixadmin-2.2.1.1/VIRTUAL_VACATION/INSTALL.TXT
postfixadmin-2.2.1.1/VIRTUAL_VACATION/mail-filter
postfixadmin-2.2.1.1/VIRTUAL_VACATION/FILTER_README
postfixadmin-2.2.1.1/VIRTUAL_VACATION/vacation.pl
postfixadmin-2.2.1.1/VIRTUAL_VACATION/index.php
postfixadmin-2.2.1.1/edit-mailbox.php
postfixadmin-2.2.1.1/motd.txt
postfixadmin-2.2.1.1/debian
postfixadmin-2.2.1.1/debian/postfixadmin.dirs
postfixadmin-2.2.1.1/debian/files
postfixadmin-2.2.1.1/debian/changelog
postfixadmin-2.2.1.1/debian/control
postfixadmin-2.2.1.1/debian/rules
postfixadmin-2.2.1.1/debian/docs
postfixadmin-2.2.1.1/debian/apache-conf
postfixadmin-2.2.1.1/debian/copyright
postfixadmin-2.2.1.1/debian/compat
postfixadmin-2.2.1.1/debian/README.Debian
postfixadmin-2.2.1.1/debian/conffiles
postfixadmin-2.2.1.1/images
postfixadmin-2.2.1.1/images/postbox.png
postfixadmin-2.2.1.1/images/arrow-l.png
postfixadmin-2.2.1.1/images/postfixadmin2.xcf
postfixadmin-2.2.1.1/images/postfixadmin.png
postfixadmin-2.2.1.1/images/arrow-r.png
postfixadmin-2.2.1.1/images/arrow-u.png
postfixadmin-2.2.1.1/images/postfixadmin2.png
postfixadmin-2.2.1.1/images/index.php
postfixadmin-2.2.1.1/images/logo-default.png
postfixadmin-2.2.1.1/index.php
postfixadmin-2.2.1.1/create-alias.php
postfixadmin-2.2.1.1/functions.inc.php
postfixadmin-2.2.1.1/css
postfixadmin-2.2.1.1/css/default.css
# mv postfixadmin-2.2.1.1 postfixadmin
# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.0.77-log OpenBSD port: mysql-server-5.0.77

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.

mysql>  CREATE DATABASE postfix;
Query OK, 1 row affected (0.00 sec)

mysql> CREATE USER ‘postfix’@'localhost’ IDENTIFIED BY ‘tejnehaslonr14@’;
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON `postfix` . * TO ‘postfix’@'localhost’;
Query OK, 0 rows affected (0.00 sec)

mysql> quit;
Bye
# pwd
/var/www/htdocs
# cd postfixadmin
# vi config.inc.php

# httpd -u
#
# cd /usr/ports/mail/postfix/stable
# make show=FLAVORS
sasl2 ldap mysql pgsql db4
# env FLAVOR=”sasl2 mysql” make
===>  postfix-2.5.6-sasl2-mysql depends on: pcre-* – found
===>  postfix-2.5.6-sasl2-mysql depends on: cyrus-sasl-* – not found
===>  Verifying install for cyrus-sasl-* in security/cyrus-sasl2
===>  Checking files for cyrus-sasl-2.1.22p5
>> cyrus-sasl-2.1.22.tar.gz doesn’t seem to exist on this system.
>> Fetch ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.22.tar.gz.
100% |*******************************************************************************************************************************|  1571 KB    00:16
>> Size matches for /usr/ports/distfiles/cyrus-sasl-2.1.22.tar.gz
>> (SHA256) cyrus-sasl-2.1.22.tar.gz: OK
===>  cyrus-sasl-2.1.22p5 depends on: libtool-* – not found
===>  Verifying install for libtool-* in devel/libtool
===>  Checking files for libtool-1.5.26
>> libtool-1.5.26.tar.gz doesn’t seem to exist on this system.
>> Fetch ftp://ftp.gnu.org/gnu/libtool/libtool-1.5.26.tar.gz.
100% |*******************************************************************************************************************************|  2892 KB    00:29
>> Size matches for /usr/ports/distfiles/libtool-1.5.26.tar.gz
>> (SHA256) libtool-1.5.26.tar.gz: OK
===>  libtool-1.5.26p0 depends on: metaauto-* – not found
===>  Verifying install for metaauto-* in devel/metaauto
===>  Checking files for metaauto-0.9
>> pkg-config-0.21.tar.gz doesn’t seem to exist on this system.
>> Fetch http://pkg-config.freedesktop.org/releases/pkg-config-0.21.tar.gz.
100% |*******************************************************************************************************************************|   975 KB    00:14
>> Size matches for /usr/ports/distfiles/pkg-config-0.21.tar.gz
>> (SHA256) pkg-config-0.21.tar.gz: OK
===>  Extracting for metaauto-0.9
===>  Patching for metaauto-0.9
===>  Configuring for metaauto-0.9
===>  Building for metaauto-0.9
sed -e s,@PROG_VERSION,AUTOCONF_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,autoconf, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/autoconf
sed -e s,@PROG_VERSION,AUTOCONF_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,autoupdate, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/autoupdate
sed -e s,@PROG_VERSION,AUTOCONF_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,autoheader, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/autoheader
sed -e s,@PROG_VERSION,AUTOCONF_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,autoreconf, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/autoreconf
sed -e s,@PROG_VERSION,AUTOCONF_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,autom4te, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/autom4te
sed -e s,@PROG_VERSION,AUTOMAKE_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,automake, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/automake
sed -e s,@PROG_VERSION,AUTOMAKE_VERSION, -e s,@LOCALBASE@,/usr/local, -e s,@SCRIPT@,aclocal, </usr/ports/devel/metaauto/files/meta.in >/usr/ports/devel/metaauto/w-metaauto-0.9/aclocal
===>  Faking installation for metaauto-0.9
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/autoconf /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/autoupdate /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/autoheader /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/autoreconf /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/autom4te /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/automake /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -c -o root -g bin -m 555 /usr/ports/devel/metaauto/w-metaauto-0.9/aclocal /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/bin
install -d -o root -g bin -m 755 /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/share/aclocal
install -c -o root -g bin -m 444 /usr/ports/devel/metaauto/w-metaauto-0.9/pkg-config-0.21/pkg.m4 /usr/ports/devel/metaauto/w-metaauto-0.9/fake-i386/usr/local/share/aclocal
===>  Building package for metaauto-0.9
Create /usr/ports/packages/i386/all/metaauto-0.9.tgz
Link to /usr/ports/packages/i386/ftp/metaauto-0.9.tgz
Link to /usr/ports/packages/i386/cdrom/metaauto-0.9.tgz
===>  Installing metaauto-0.9 from /usr/ports/packages/i386/all/
metaauto-0.9: complete
===> Returning to build of libtool-1.5.26p0
===>  libtool-1.5.26p0 depends on: metaauto-* – found
===>  libtool-1.5.26p0 depends on: autoconf-2.61 – not found
===>  Verifying install for autoconf-2.61 in devel/autoconf/2.61
===>  Checking files for autoconf-2.61p3
>> autoconf-2.61.tar.gz doesn’t seem to exist on this system.
>> Fetch ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.gz.
100% |*******************************************************************************************************************************|  1364 KB    00:13
>> Size matches for /usr/ports/distfiles/autoconf-2.61.tar.gz
>> (SHA256) autoconf-2.61.tar.gz: OK
===>  autoconf-2.61p3 depends on: help2man-* – not found
===>  Verifying install for help2man-* in devel/help2man
===>  Checking files for help2man-1.29p0
>> help2man-1.29.tar.gz doesn’t seem to exist on this system.
>> Fetch ftp://ftp.gnu.org/gnu/help2man/help2man-1.29.tar.gz.
100% |*******************************************************************************************************************************| 37341       00:00
>> Size matches for /usr/ports/distfiles/help2man-1.29.tar.gz
>> (SHA256) help2man-1.29.tar.gz: OK
===>  Extracting for help2man-1.29p0
===>  Patching for help2man-1.29p0
===>  Configuring for help2man-1.29p0
loading site script /usr/ports/infrastructure/db/config.site
creating cache ./config.cache
checking for perl… (cached) /usr/bin/perl
checking for a BSD compatible install… /usr/bin/install -c -o root -g bin
checking for makeinfo… /usr/bin/makeinfo
checking for install-info… /usr/bin/install-info
updating cache ./config.cache
creating ./config.status
creating Makefile
===>  Building for help2man-1.29p0
rm -f help2man
/usr/bin/perl /usr/ports/devel/help2man/w-help2man-1.29p0/help2man-1.29/help2man.PL –stdout >help2man
chmod 555 help2man
===>  Faking installation for help2man-1.29p0
./help2man –include=/usr/ports/devel/help2man/w-help2man-1.29p0/help2man-1.29/help2man.h2m  –output=help2man.1 ./help2man
/usr/bin/makeinfo /usr/ports/devel/help2man/w-help2man-1.29p0/help2man-1.29/help2man.texi -o help2man.info
/usr/ports/devel/help2man/w-help2man-1.29p0/help2man-1.29/mkinstalldirs /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/bin
install -c -s -o root -g bin -m 555 help2man /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/bin/help2man
strip: /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/bin/help2man: File format not recognized
/usr/ports/devel/help2man/w-help2man-1.29p0/help2man-1.29/mkinstalldirs /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/man/man1
install -c -o root -g bin -m 444 help2man.1  /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/man/man1/help2man.1
/usr/ports/devel/help2man/w-help2man-1.29p0/help2man-1.29/mkinstalldirs /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/info
install -c -o root -g bin -m 444 help2man.info /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/info/help2man.info
if test -f /usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/info/dir;  then  /usr/bin/install-info –info-dir=/usr/ports/devel/help2man/w-help2man-1.29p0/fake-i386/usr/local/info help2man.info;  fi
===>  Building package for help2man-1.29p0
Create /usr/ports/packages/i386/all/help2man-1.29p0.tgz
Link to /usr/ports/packages/i386/ftp/help2man-1.29p0.tgz
Link to /usr/ports/packages/i386/cdrom/help2man-1.29p0.tgz
===>  Installing help2man-1.29p0 from /usr/ports/packages/i386/all/
help2man-1.29p0: complete
===> Returning to build of autoconf-2.61p3
===>  autoconf-2.61p3 depends on: help2man-* – found
===>  Extracting for autoconf-2.61p3
===>  Patching for autoconf-2.61p3
===>  Configuring for autoconf-2.61p3
configure: loading site script /usr/ports/infrastructure/db/config.site
checking for a BSD-compatible install… /usr/bin/install -c -o root -g bin
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… build-aux/install-sh -c -d
checking for gawk… (cached) nawk
checking whether make sets $(MAKE)… (cached) yes
checking whether /bin/sh -n is known to work… (cached) yes
checking for expr… /bin/expr
checking for gm4… /usr/bin/m4
checking for perl… /usr/bin/perl
checking for emacs… no
checking for xemacs… no
checking for emacs… no
checking where .elc files should go… no
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for a sed that does not truncate output… /usr/bin/sed
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
===>  Building for autoconf-2.61p3
Making all in bin
rm -f autom4te autom4te.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g’ `test -f ./autom4te.in || echo ./`autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te
cd ../lib && make  autom4te.cfg
rm -f autom4te.cfg autom4te.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’ ./autom4te.in >autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
cd ../lib/m4sugar && make  version.m4
{                                        echo ‘# This file is part of -*- Autoconf -*-.’;  echo ‘# Version of Autoconf.’;  echo ‘# Copyright (C) 1999, 2000, 2001, 2002′;  echo ‘# Free Software Foundation, Inc.’;  echo ; echo ‘m4_define([m4_PACKAGE_NAME],      [GNU Autoconf])’;  echo ‘m4_define([m4_PACKAGE_TARNAME],   [autoconf])’;  echo ‘m4_define([m4_PACKAGE_VERSION],   [2.61])’;  echo ‘m4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.61])’;  echo ‘m4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])’;  } >version.m4
autom4te_perllibdir=’..’/lib                                     AUTOM4TE_CFG=’../lib/autom4te.cfg’         ../bin/autom4te      -B ‘..’/lib -B ‘..’/lib –language M4sh –cache ” –melt ./autoconf.as -o autoconf.in
rm -f autoconf autoconf.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g’ `test -f ./autoconf.in || echo ./`autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g’ `test -f ./autoheader.in || echo ./`autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g’ `test -f ./autoreconf.in || echo ./`autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g’ `test -f ./ifnames.in || echo ./`ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g’ `test -f ./autoscan.in || echo ./`autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
sed  -e ‘s|@SHELL[@]|/bin/sh|g’  -e ‘s|@PERL[@]|/usr/bin/perl|g’  -e ‘s|@bindir[@]|/usr/local/bin|g’  -e ‘s|@datadir[@]|/usr/local/share/autoconf-2.61|g’  -e ‘s|@prefix[@]|/usr/local|g’  -e ‘s|@autoconf-name[@]|’`echo autoconf | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autoheader-name[@]|’`echo autoheader | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@autom4te-name[@]|’`echo autom4te | sed ‘s&$&-2.61&’`'|g’  -e ‘s|@M4[@]|/usr/bin/m4|g’  -e ‘s|@M4_DEBUGFILE[@]||g’  -e ‘s|@AWK[@]|nawk|g’  -e ‘s|@VERSION[@]|2.61|g’  -e ‘s|@PACKAGE_NAME[@]|GNU Autoconf|g’  -e ‘s|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g’ `test -f ./autoupdate.in || echo ./`autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv autoupdate.tmp autoupdate
Making all in .
Making all in lib
Making all in Autom4te
Making all in m4sugar
Making all in autoconf
Making all in autotest
Making all in autoscan
echo ‘# Automatically Generated: do not edit this file’ >autoscan.list
sed ‘/^[#]/!q’ ./autoscan.pre                  >>autoscan.list
(  sed -n ‘/^[^#]/p’ ./autoscan.pre;  autom4te_perllibdir=’../..’/lib                                    AUTOM4TE_CFG=’../../lib/autom4te.cfg’         ../../bin/autom4te        -B ‘../..’/lib -B ‘../..’/lib –cache ” -M -l autoconf -t’AN_OUTPUT:$1: $2            $3′  ) | LC_ALL=C sort                                      >>autoscan.list
Making all in emacs
WARNING: Warnings can be ignored. :-)
if test „no” != no; then  set x;  list=’autoconf-mode.el autotest-mode.el’; for p in $list; do  if test -f „$p”; then d=; else d=”./”; fi;  set x „$@” „$d$p”; shift;  done;  shift;  EMACS=”no” /bin/sh ../../build-aux/elisp-comp „$@” || exit 1;  else : ; fi
Making all in man
cd ../bin && make autom4te
`autom4te’ is up to date.
cd ../tests && make autom4te
autom4te_perllibdir=’..’/lib                                     AUTOM4TE_CFG=’../lib/autom4te.cfg’         ../bin/autom4te      -B ‘..’/lib -B ‘..’/lib –language=M4sh ./wrapper.as -o wrapper.in
rm -f autom4te autom4te.tmp
input=wrapper.in;  sed  -e ‘s|@wrap_program[@]|autom4te|g’  -e ‘s|@abs_top_srcdir[@]|/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61|g’  -e ‘s|@abs_top_builddir[@]|/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61|g’  -e „s|@configure_input[@]|Generated from $input.|g” wrapper.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv -f autom4te.tmp autom4te
echo „Updating man page ./autom4te.1″
Updating man page ./autom4te.1
PATH=”../tests:../build-aux:$PATH”;  export PATH;  /bin/sh /usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61/build-aux/missing –run help2man  –include=./autom4te.x  –include=./common.x  –output=./autom4te.1.t `echo ‘./autom4te’ | sed ‘s,.*/,,’`
if sed ‘s/^\(\.TH[^"]*”[^"]*”[^"]*\)”[^"]*”/\1/’ ./autom4te.1 >./autom4te.1a.t 2>/dev/null &&  sed ‘s/^\(\.TH[^"]*”[^"]*”[^"]*\)”[^"]*”/\1/’ ./autom4te.1.t | cmp ./autom4te.1a.t – >/dev/null 2>&1; then  touch ./autom4te.1;  else  mv ./autom4te.1.t ./autom4te.1;  fi
rm -f ./autom4te.1*.t
cd ../bin && make autoupdate
`autoupdate’ is up to date.
cd ../tests && make autoupdate
rm -f autoupdate autoupdate.tmp
input=wrapper.in;  sed  -e ‘s|@wrap_program[@]|autoupdate|g’  -e ‘s|@abs_top_srcdir[@]|/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61|g’  -e ‘s|@abs_top_builddir[@]|/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61|g’  -e „s|@configure_input[@]|Generated from $input.|g” wrapper.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv -f autoupdate.tmp autoupdate
echo „Updating man page ./autoupdate.1″
Updating man page ./autoupdate.1
PATH=”../tests:../build-aux:$PATH”;  export PATH;  /bin/sh /usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61/build-aux/missing –run help2man  –include=./autoupdate.x  –include=./common.x  –output=./autoupdate.1.t `echo ‘./autoupdate’ | sed ‘s,.*/,,’`
if sed ‘s/^\(\.TH[^"]*”[^"]*”[^"]*\)”[^"]*”/\1/’ ./autoupdate.1 >./autoupdate.1a.t 2>/dev/null &&  sed ‘s/^\(\.TH[^"]*”[^"]*”[^"]*\)”[^"]*”/\1/’ ./autoupdate.1.t | cmp ./autoupdate.1a.t – >/dev/null 2>&1; then  touch ./autoupdate.1;  else  mv ./autoupdate.1.t ./autoupdate.1;  fi
rm -f ./autoupdate.1*.t
Making all in doc
Updating ./version.texi
restore=: && backupdir=”.am$$” &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (/bin/sh /usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61/build-aux/missing –run makeinfo –version) >/dev/null 2>&1; then  for f in ./autoconf.info ./autoconf.info-[0-9] ./autoconf.info-[0-9][0-9] ./autoconf.i[0-9] ./autoconf.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi;  done;  else :; fi &&  cd „$am__cwd”;  if /bin/sh /usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/autoconf-2.61/build-aux/missing –run makeinfo –no-split  -I .  -o ./autoconf.info ./autoconf.texi;  then  rc=0;  cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo „././autoconf.info” | sed ‘s|[^/]*$||’`;  fi;  rm -rf $backupdir; exit $rc
Making all in tests
===>  Faking installation for autoconf-2.61p3
Making install in bin
test -z „/usr/local/bin” || ../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin”
install -c -o root -g bin -m 555 ‘autom4te’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/autom4te-2.61′
install -c -o root -g bin -m 555 ‘autoconf’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/autoconf-2.61′
install -c -o root -g bin -m 555 ‘autoheader’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/autoheader-2.61′
install -c -o root -g bin -m 555 ‘autoreconf’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/autoreconf-2.61′
install -c -o root -g bin -m 555 ‘ifnames’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/ifnames-2.61′
install -c -o root -g bin -m 555 ‘autoscan’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/autoscan-2.61′
install -c -o root -g bin -m 555 ‘autoupdate’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/bin/autoupdate-2.61′
Making install in .

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

test -z „/usr/local/share/autoconf-2.61″ || build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61″
install -c -o root -g bin -m 444 ‘INSTALL’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/INSTALL’
Making install in lib
Making install in Autom4te
test -z „/usr/local/share/autoconf-2.61/Autom4te” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te”
install -c -o root -g bin -m 444 ‘C4che.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/C4che.pm’
install -c -o root -g bin -m 444 ‘ChannelDefs.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/ChannelDefs.pm’
install -c -o root -g bin -m 444 ‘Channels.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/Channels.pm’
install -c -o root -g bin -m 444 ‘Configure_ac.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/Configure_ac.pm’
install -c -o root -g bin -m 444 ‘FileUtils.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/FileUtils.pm’
install -c -o root -g bin -m 444 ‘General.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/General.pm’
install -c -o root -g bin -m 444 ‘Request.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/Request.pm’
install -c -o root -g bin -m 444 ‘Struct.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/Struct.pm’
install -c -o root -g bin -m 444 ‘XFile.pm’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/Autom4te/XFile.pm’
Making install in m4sugar
test -z „/usr/local/share/autoconf-2.61/m4sugar” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/m4sugar”
install -c -o root -g bin -m 444 ‘m4sugar.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/m4sugar/m4sugar.m4′
install -c -o root -g bin -m 444 ‘m4sh.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/m4sugar/m4sh.m4′
test -z „/usr/local/share/autoconf-2.61/m4sugar” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/m4sugar”
install -c -o root -g bin -m 444 ‘version.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/m4sugar/version.m4′
Making install in autoconf
test -z „/usr/local/share/autoconf-2.61/autoconf” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf”
install -c -o root -g bin -m 444 ‘autoconf.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/autoconf.m4′
install -c -o root -g bin -m 444 ‘general.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/general.m4′
install -c -o root -g bin -m 444 ‘status.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/status.m4′
install -c -o root -g bin -m 444 ‘oldnames.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/oldnames.m4′
install -c -o root -g bin -m 444 ‘specific.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/specific.m4′
install -c -o root -g bin -m 444 ‘autoheader.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/autoheader.m4′
install -c -o root -g bin -m 444 ‘autoupdate.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/autoupdate.m4′
install -c -o root -g bin -m 444 ‘autotest.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/autotest.m4′
install -c -o root -g bin -m 444 ‘autoscan.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/autoscan.m4′
install -c -o root -g bin -m 444 ‘lang.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/lang.m4′
install -c -o root -g bin -m 444 ‘c.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/c.m4′
install -c -o root -g bin -m 444 ‘erlang.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/erlang.m4′
install -c -o root -g bin -m 444 ‘fortran.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/fortran.m4′
install -c -o root -g bin -m 444 ‘functions.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/functions.m4′
install -c -o root -g bin -m 444 ‘headers.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/headers.m4′
install -c -o root -g bin -m 444 ‘types.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/types.m4′
install -c -o root -g bin -m 444 ‘libs.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/libs.m4′
install -c -o root -g bin -m 444 ‘programs.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf/programs.m4′
test -z „/usr/local/share/autoconf-2.61/autoconf” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoconf”
Making install in autotest
test -z „/usr/local/share/autoconf-2.61/autotest” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autotest”
install -c -o root -g bin -m 444 ‘autotest.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autotest/autotest.m4′
install -c -o root -g bin -m 444 ‘general.m4′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autotest/general.m4′
test -z „/usr/local/share/autoconf-2.61/autotest” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autotest”
Making install in autoscan
test -z „/usr/local/share/autoconf-2.61/autoscan” || ../../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoscan”
install -c -o root -g bin -m 444 ‘autoscan.list’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autoscan/autoscan.list’
Making install in emacs
test -z „/usr/local/share/autoconf-2.61″ || ../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61″
install -c -o root -g bin -m 444 ‘autom4te.cfg’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/share/autoconf-2.61/autom4te.cfg’
Making install in man
test -z „/usr/local/man/man1″ || ../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1″
install -c -o root -g bin -m 444 ‘././autoconf.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/autoconf-2.61.1′
install -c -o root -g bin -m 444 ‘././autoheader.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/autoheader-2.61.1′
install -c -o root -g bin -m 444 ‘././autom4te.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/autom4te-2.61.1′
install -c -o root -g bin -m 444 ‘././autoreconf.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/autoreconf-2.61.1′
install -c -o root -g bin -m 444 ‘././autoscan.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/autoscan-2.61.1′
install -c -o root -g bin -m 444 ‘././autoupdate.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/autoupdate-2.61.1′
install -c -o root -g bin -m 444 ‘././ifnames.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/ifnames-2.61.1′
install -c -o root -g bin -m 444 ‘././config.guess.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/config.guess-2.61.1′
install -c -o root -g bin -m 444 ‘././config.sub.1′ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/man/man1/config.sub-2.61.1′
Making install in doc
test -z „/usr/local/info” || ../build-aux/install-sh -c -d „/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info”
install -c -o root -g bin -m 444 ‘./autoconf.info’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info/autoconf-2.61.info’
install -c -o root -g bin -m 444 ‘./standards.info’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info/standards-2.61.info’
install-info –info-dir=’/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info/autoconf-2.61.info’
install-info –info-dir=’/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info’ ‘/usr/ports/devel/autoconf/2.61/w-autoconf-2.61p3/fake-i386/usr/local/info/standards-2.61.info’
Making install in tests
===>  Building package for autoconf-2.61p3
Create /usr/ports/packages/i386/all/autoconf-2.61p3.tgz
Link to /usr/ports/packages/i386/ftp/autoconf-2.61p3.tgz
Link to /usr/ports/packages/i386/cdrom/autoconf-2.61p3.tgz
===>  autoconf-2.61p3 depends on: metaauto-* – found
===>  Installing autoconf-2.61p3 from /usr/ports/packages/i386/all/
autoconf-2.61p3: complete
===> Returning to build of libtool-1.5.26p0
===>  libtool-1.5.26p0 depends on: autoconf-2.61 – found
===>  Extracting for libtool-1.5.26
===>  Patching for libtool-1.5.26
===>  Configuring for libtool-1.5.26
configure: loading site script /usr/ports/infrastructure/db/config.site
checking for a BSD-compatible install… /usr/bin/install -c -o root -g bin
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… ./install-sh -c -d
checking for gawk… (cached) nawk
checking whether make sets $(MAKE)… (cached) yes
checking for gcc… cc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… (cached) o
checking whether we are using the GNU C compiler… (cached) yes
checking whether cc accepts -g… (cached) yes
checking for cc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of cc… none
checking for a sed that does not truncate output… /usr/bin/sed
checking build system type… i386-unknown-openbsd4.5
checking host system type… i386-unknown-openbsd4.5
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ld used by cc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD-compatible nm… /usr/bin/nm -B
checking whether ln -s works… yes
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether c++ accepts -g… (cached) yes
checking dependency style of c++… none
checking for g77… g77
checking whether we are using the GNU Fortran 77 compiler… (cached) yes
checking whether g77 accepts -g… (cached) yes
checking for gcj… no
checking for windres… no
checking for /usr/bin/ld option to reload object files… -r
checking how to recognize dependent libraries… match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking how to run the C preprocessor… cc -E
checking for ANSI C header files… (cached) yes
checking for sys/types.h… (cached) yes
checking for sys/stat.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking for memory.h… (cached) yes
checking for strings.h… (cached) yes
checking for inttypes.h… (cached) yes
checking for stdint.h… (cached) yes
checking for unistd.h… (cached) yes
checking for dlfcn.h… (cached) yes
checking how to run the C++ preprocessor… c++ -E
checking the maximum length of command line arguments… (cached) 131072
checking command to parse /usr/bin/nm -B output from cc object… ok
checking for objdir… .libs
checking for ar… (cached) ar
checking for ranlib… (cached) ranlib
checking for strip… (cached) strip
checking if cc supports -fno-rtti -fno-exceptions… no
checking for cc option to produce PIC… -fPIC
checking if cc PIC flag -fPIC works… yes
checking if cc static flag -static works… yes
checking if cc supports -c -o file.o… yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… yes
checking dynamic linker characteristics… openbsd4.5 ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking for shl_load… no
checking for shl_load in -ldld… no
checking for dlopen… yes
checking whether a program can dlopen itself… yes
checking whether a statically linked program can dlopen itself… no
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
configure: creating libtool
appending configuration tag „CXX” to libtool
checking for ld used by c++… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries… yes
checking for c++ option to produce PIC… -fPIC
checking if c++ PIC flag -fPIC works… yes
checking if c++ static flag -static works… yes
checking if c++ supports -c -o file.o… yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries… yes
checking dynamic linker characteristics… openbsd4.5 ld.so
(cached) (cached) checking how to hardcode library paths into programs… immediate
appending configuration tag „F77″ to libtool
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for g77 option to produce PIC… -fPIC
checking if g77 PIC flag -fPIC works… yes
checking if g77 static flag -static works… no
checking if g77 supports -c -o file.o… yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries… yes
checking dynamic linker characteristics… openbsd4.5 ld.so
(cached) (cached) checking how to hardcode library paths into programs… immediate
appending configuration tag „GCJ” to libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: executing depfiles commands
=== configuring in libltdl (/usr/ports/devel/libtool/w-libtool-1.5.26/libtool-1.5.26/libltdl)
configure: running /bin/sh ./configure ‘–prefix=/usr/local’  ‘–enable-shared’ ‘–sysconfdir=/etc’ ‘–mandir=/usr/local/man’ ‘–infodir=/usr/local/info’ ‘CC=cc’ ‘CFLAGS=-O2 -pipe’ ‘CXX=c++’ ‘CXXFLAGS=-O2 -pipe’ ‘–enable-ltdl-install’ –cache-file=/dev/null –srcdir=.
configure: loading site script /usr/ports/infrastructure/db/config.site
checking for a BSD-compatible install… /usr/bin/install -c -o root -g bin
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… ./install-sh -c -d
checking for gawk… (cached) nawk
checking whether make sets $(MAKE)… (cached) yes
checking for gcc… cc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… (cached) o
checking whether we are using the GNU C compiler… (cached) yes
checking whether cc accepts -g… (cached) yes
checking for cc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of cc… none
checking for an ANSI C-conforming const… (cached) yes
checking for inline… inline
checking build system type… i386-unknown-openbsd4.5
checking host system type… i386-unknown-openbsd4.5
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ld used by cc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for /usr/bin/ld option to reload object files… -r
checking for BSD-compatible nm… /usr/bin/nm -B
checking whether ln -s works… yes
checking how to recognize dependent libraries… match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking how to run the C preprocessor… cc -E
checking for ANSI C header files… (cached) yes
checking for sys/types.h… (cached) yes
checking for sys/stat.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking for memory.h… (cached) yes
checking for strings.h… (cached) yes
checking for inttypes.h… (cached) yes
checking for stdint.h… (cached) yes
checking for unistd.h… (cached) yes
checking for dlfcn.h… (cached) yes
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether c++ accepts -g… (cached) yes
checking dependency style of c++… none
checking how to run the C++ preprocessor… c++ -E
checking for g77… g77
checking whether we are using the GNU Fortran 77 compiler… (cached) yes
checking whether g77 accepts -g… (cached) yes
checking the maximum length of command line arguments… (cached) 131072
checking command to parse /usr/bin/nm -B output from cc object… ok
checking for objdir… .libs
checking for ar… (cached) ar
checking for ranlib… (cached) ranlib
checking for strip… (cached) strip
checking if cc supports -fno-rtti -fno-exceptions… no
checking for cc option to produce PIC… -fPIC
checking if cc PIC flag -fPIC works… yes
checking if cc static flag -static works… yes
checking if cc supports -c -o file.o… yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… yes
checking dynamic linker characteristics… openbsd4.5 ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
configure: creating libtool
appending configuration tag „CXX” to libtool
checking for ld used by c++… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries… yes
checking for c++ option to produce PIC… -fPIC
checking if c++ PIC flag -fPIC works… yes
checking if c++ static flag -static works… yes
checking if c++ supports -c -o file.o… yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries… yes
checking dynamic linker characteristics… openbsd4.5 ld.so
(cached) (cached) checking how to hardcode library paths into programs… immediate
appending configuration tag „F77″ to libtool
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for g77 option to produce PIC… -fPIC
checking if g77 PIC flag -fPIC works… yes
checking if g77 static flag -static works… no
checking if g77 supports -c -o file.o… yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries… yes
checking dynamic linker characteristics… openbsd4.5 ld.so
(cached) (cached) checking how to hardcode library paths into programs… immediate
checking for dirent.h that defines DIR… (cached) yes
checking for library containing opendir… none required
checking which extension is used for loadable modules… .so
checking which variable specifies run-time library path… LD_LIBRARY_PATH
checking for the default library search path… /usr/lib
checking for objdir… .libs
checking whether libtool supports -dlopen/-dlpreopen… yes
checking for shl_load… no
checking for shl_load in -ldld… no
checking for dlopen in -ldl… no
checking for dlerror… (cached) yes
checking for _ prefix in compiled symbols… no
checking whether deplibs are loaded by dlopen… yes
checking argz.h usability… no
checking argz.h presence… no
checking for argz.h… no
checking for error_t… no
checking for argz_append… no
checking for argz_create_sep… no
checking for argz_insert… no
checking for argz_next… no
checking for argz_stringify… no
checking for assert.h… (cached) yes
checking for ctype.h… (cached) yes
checking for errno.h… (cached) yes
checking for malloc.h… (cached) no
checking for memory.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for stdio.h… (cached) yes
checking for unistd.h… (cached) yes
checking dl.h usability… no
checking dl.h presence… no
checking for dl.h… no
checking sys/dl.h usability… no
checking sys/dl.h presence… no
checking for sys/dl.h… no
checking dld.h usability… no
checking dld.h presence… no
checking for dld.h… no
checking mach-o/dyld.h usability… no
checking mach-o/dyld.h presence… no
checking for mach-o/dyld.h… no
checking for string.h… (cached) yes
checking for strchr… (cached) yes
checking for strrchr… (cached) yes
checking for memcpy… (cached) yes
checking for memmove… (cached) yes
checking for strcmp… (cached) yes
checking for closedir… (cached) yes
checking for opendir… (cached) yes
checking for readdir… (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
===>  Building for libtool-1.5.26
Making all in .
rm -f ltmain.shT
date=`/bin/sh ./mkstamp < ./ChangeLog` &&  sed -e ‘s/@”PACKAGE@/libtool/’ -e ‘s/@”VERSION@/1.5.26/’  -e „s%@”"TIMESTAMP@%$date%” ./ltmain.in > ltmain.shT
mv -f ltmain.shT ./ltmain.sh ||  (rm -f ./ltmain.sh && cp ltmain.shT ./ltmain.sh && rm -f ltmain.shT)
cp ./ltmain.sh ./libltdl/
/bin/sh ./config.status –recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure  –enable-shared –prefix=/usr/local –sysconfdir=/etc –mandir=/usr/local/man –infodir=/usr/local/info CC=cc CFLAGS=-O2 -pipe CXX=c++ CXXFLAGS=-O2 -pipe –enable-ltdl-install  –no-create –no-recursion
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… ./install-sh -c -d
checking for gawk… no
checking for mawk… no
checking for nawk… nawk
checking whether make sets $(MAKE)… yes
checking for gcc… cc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether cc accepts -g… yes
checking for cc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of cc… none
checking for a sed that does not truncate output… /usr/bin/sed
checking build system type… i386-unknown-openbsd4.5
checking host system type… i386-unknown-openbsd4.5
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ld used by cc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD-compatible nm… /usr/bin/nm -B
checking whether ln -s works… yes
checking whether we are using the GNU C++ compiler… yes
checking whether c++ accepts -g… yes


Gnadzia 4.5

Posted under Bez kategorii by admin on czwartek 9 Lipiec 2009 at 11:24

Kolejna Gnadzia tym razem dla OpenBSD 4.5
Gandzia to siostra Stephanie, Zophie i Kryśki inaczej mówiąc zestaw łat mający na celu podnieść bezpieczeństwo OpenBSD.
Mój wkład to przeklikanie Zophie_3.9 na aktualną wersję (OpenBSD 4.5) nic więcej.
Jeżeli ktoś jest zainteresowany to zapraszam do pobrania gandzia-4.5.tar.gz . Mile widziane uwagi/bugi które możecie zgłaszać na IRC’u, kanał #OBSD w sieci IRCnet.

Z obserwacji i testów wynika, że sprawuje się dobrze. Nie ma problemów z coredumpowaniem przy sysctl -a w poprzedniej wersji (4.3).