Solved [Solved] Portmaster error

Hi,
I just upgraded from 9.2-RELEASE to 9.3-RELEASE. I am trying to recompile all ports with portmaster -a -f -D (according to man portmaster, last example). Since build fails, I used: portmaster -a -f -D -R but I still get:

Code:
===>>> Aborting update

===>>> Update for lang/perl5.16 failed
===>>> Aborting update

===>>> Update for autoconf-2.69 failed
===>>> Aborting update

===>>> Update for archivers/arj failed
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> archivers/arj devel/autoconf devel/autoconf-wrapper lang/perl5.16 misc/help2man devel/gmake-lite x11/compositeproto devel/pkgconf devel/xorg-macros x11/damageproto ports-mgmt/dialog4ports sysutils/e2fsprogs x11/fixesproto misc/fortuneit misc/gnomehier misc/hicolor-icon-theme x11/inputproto graphics/jbigkit x11/kbproto archivers/lha net/libnet devel/libtool lang/lua51 www/lynx devel/patch ports-mgmt/portaudit ports-mgmt/portmaster net/rsync shells/scponly security/openssh-portable dns/ldns sysutils/screen archivers/unzoo devel/automake-wrapper security/ca_root_nss mail/cclient devel/cmake-modules devel/cscope devel/ctags security/cyrus-sasl2 databases/db41 databases/db48 textproc/expat2 print/freetype2 databases/gdbm graphics/jpeg devel/libevent2 devel/libexecinfo devel/libffi converters/libiconv devel/libltdl security/libmcrypt net/libpcap devel/bison devel/gettext security/libssh2 sysutils/libsunacl textproc/libyaml comms/lrzsz lang/lua52 databases/mysql51-client devel/oniguruma4 devel/pcre graphics/png devel/cmake databases/sqlite3 devel/t1lib devel/talloc lang/python2 lang/python27 lang/tcl86 databases/tdb databases/tinycdb devel/apr1 devel/glib20 devel/libslang2 textproc/libxml2 security/p5-Authen-SASL security/p5-Digest-HMAC archivers/p5-Compress-Raw-Bzip2 archivers/p5-Compress-Raw-Zlib devel/p5-File-Copy-Recursive www/p5-HTTP-Date security/p5-IO-Socket-SSL security/p5-Net-SSLeay www/p5-Mozilla-CA mail/p5-Mail-IMAPClient devel/p5-Parse-RecDescent devel/p5-Term-ReadKey lang/php53 archivers/php53-bz2 textproc/php53-ctype textproc/php53-dom security/php53-filter graphics/php53-gd security/php53-hash devel/php53-json converters/php53-mbstring security/php53-mcrypt databases/php53-mysql databases/php53-mysqli security/php53-openssl databases/php53-pdo www/php53-session textproc/php53-xml archivers/php53-zip archivers/php53-zlib devel/py-setuptools27 lang/python devel/readline www/serf devel/scons devel/tevent devel/automake shells/bash ftp/curl mail/cyrus-imapd24 security/cyrus-sasl2-saslauthd ports-mgmt/fastest_sites net/freeradius2 mail/imapsync devel/p5-IO-Tee irc/irssi dns/libidn misc/mc comms/minicom databases/mysql51-server www/nginx security/nmap archivers/p5-Archive-Zip sysutils/p5-File-Listing archivers/p5-IO-Compress graphics/php53-exif converters/php53-iconv mail/php53-imap databases/php53-pdo_mysql archivers/php53-phar sysutils/php53-posix textproc/php53-simplexml devel/php53-tokenizer textproc/php53-xmlreader textproc/php53-xmlwriter databases/phpmyadmin mail/postfix-current lang/ruby19 net/samba36 net/samba-smbclient www/squid devel/subversion security/sudo sysutils/tmux editors/vim ftp/wget

How can I manage this situation? Should I try to recompile single ports one by one?
Thank you
 
Re: Portmaster error

Post the whole error please, not just the last bit.
 
Re: Portmaster error

Hi!

Sorry, as I was using a screen session I was unable to see the complete log. Now I saw the error, and I can manage this:
Code:
pkg_add: find_play_pen: can't find enough temporary space to extract the files, please set your
PKG_TMPDIR environment variable to a location with at least 58M bytes
free
*** [install-package] Error code 2

Sorry.
 
I got an error again, even with
Code:
MAKE_JOBS_UNSAFE=yes

Code:
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating expat.pc
config.status: creating expat_config.h
config.status: executing libtool commands
===>  Building for expat-2.1.0_1
/bin/sh ./libtool --silent --mode=compile cc -std=gnu99 -I./lib -I. -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
/bin/sh ./libtool --silent --mode=compile cc -std=gnu99 -I./lib -I. -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H -o lib/xmltok.lo -c lib/xmltok.c
lib/xmltok.c: In function 'latin1_toUtf8':
lib/xmltok.c:451: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** [lib/xmltok.lo] Error code 1

Stop in /usr/ports/textproc/expat2/work/expat-2.1.0.
*** [do-build] Error code 1

Stop in /usr/ports/textproc/expat2.

===>>> make build failed for textproc/expat2
===>>> Aborting update

===>>> Update for textproc/expat2 failed
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:

What can I do?

Thank you.
 
Back
Top