I cannot seem to build editors/openoffice.org-2.0. The build ends with the following messages: %%% ... removing old installation directories ... ... analyzing package list ... ... creating epm list file epm_OpenOffice_SDK_gid_Module_Root_unxfbsd_OOA680__en-US.lst ... ... starting unpatched epm ... ... epm -f bsd openoffice.org-sdk /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/listfile/en-US/epm_OpenOffice_SDK_gid_Module_Root_unxfbsd_OOA680__en-US.lst -v 2>&1 | ... ... cleaning the output tree ... ... removing directory /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US ... ************************************************** ERROR: ERROR: "epm -f bsd openoffice.org-sdk /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/listfile/en-US/epm_OpenOffice_SDK_gid_Module_Root_unxfbsd_OOA680__en-US.lst -v 2 Fix: Don't know. How-To-Repeat: See above.
Responsible Changed From-To: freebsd-ports-bugs->openoffice Over to maintainer(s).
Hi, On Sun, Feb 05, 2006 at 04:52:19PM +0100, Stijn Hoop wrote: > On Sat, Feb 04, 2006 at 07:00:00PM +0200, Alexander V. Ribchansky wrote: > > I meet error such yours when there was NOT ENOUGH DISK SPACE :o) > > So check it out with df -h! > > > > sorry, if it is not useful.. > > Thanks for the suggestion! WRKDIR has enough space, but /var/tmp might > not have had enough: > > [stijn@pcwin002] <~> df -h /local/freebsd/work /var/tmp > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1f 30G 13G 14G 48% /local > /dev/ad0s1d 248M 78M 149M 34% /var > > Is /var/tmp involved in the build in any way? Can I redirect usage to > /local somehow, preferably without symlinking? I just tried this, to make sure disk space wasn't an issue; I symlinked /var/tmp to /local/tmp which should have enough space. I ran the build again, while monitoring free disk space: [stijn@pcwin002] </local/tmp> sudo du -sh . && sudo df -h /local /var /tmp /usr 2.0K . Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1f 30G 13G 14G 48% /local /dev/ad0s1d 248M 79M 149M 35% /var /dev/md0 248M 36K 228M 0% /tmp /dev/ad0s1e 4.8G 1.9G 2.6G 42% /usr The output never differed much from the above, and certainly none of the filesystems ran out of disk space. It doesn't seem like /var/tmp is used in the build (imho it shouldn't be, but it was a guess). --Stijn -- The problem is that there are several people in design positions now who couldn't design the Next Big Thing(TM) unless it involved them taking a photocopier and someone else's design of The Next Big Thing(TM). -- 'Alkaiser' in a post on Slashdot on game originality
Hi, I managed to get the build to complete by running the following script after a failed build and then restarting portupgrade. I hope someone can deduce why these files are not getting built on my machine. %%% #!/bin/sh sudo mkdir -p /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp sudo touch /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ProtocolHandlerAddon_cpp.uno.x sudo mkdir -p /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java sudo touch /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon_java.uno sudo mkdir -p /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection sudo touch /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/FlatXmlTypeDetection.u sudo mkdir -p /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection sudo touch /local/freebsd/work/net/freebsd/ports/editors/openoffice.org-2.0/work/OOA680_m1/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US/00/odkexamples_zip/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/FlatXmlTypeDetection.x %%% I really don't know anything about the OOo build process so I'm certainly not able to dig further in this by myself. If you want me to, I can look for clues for you, but please provide me with an idea where to look. FWIW, a list of all installed ports can be found below. --Stijn %%% ImageMagick-nox11-6.2.5.5 ORBit2-2.12.4_1 aalib-1.4.r5_1 amspsfnt-1.0_3 apache-2.0.55_2 apache-ant-1.6.5_1 aspell-0.60.4_2 at-spi-1.6.6_1 atk-1.10.3 beep-media-player-esound-0.9.7_9,1 bison-2.1_1 bitstream-vera-1.10_2 bugbuddy-2.12.1 ca-roots-1.1 cairo-1.0.2_1 cdparanoia-3.9.8_8 cdrtools-2.01_2 cmpsfont-1.0_4 compat5x-i386-5.4.0.8_5 coreutils-5.2.1 cups-base-1.1.23.0_8 curl-7.15.1_1 cvsync-0.24.19 dasher-3.2.18,1 db42-4.2.52_4 dbus-0.60 dbus-sharp-0.60_11 desktop-file-utils-0.10_3 djbfft-0.76_2 docbook-4.1_2 docbook-sk-4.1.2_3 docbook-xml-4.2_1 docbook-xsl-1.69.1 docproj-1.14_1 dsssl-docbook-modular-1.79,1 dvd+rw-tools-6.0_1 dvipsk-tetex-5.95a_1 eel-2.12.2 eog-2.12.2 epiphany-1.8.3_2 esound-0.2.36 evince-0.4.0_2 evolution-2.4.2.1 evolution-data-server-1.4.2.1_1 evolution-exchange-2.4.2 evolution-webcal-2.4.1_1 expat-1.95.8_3 fetchmail-6.3.2 fileroller-2.12.2,1 firefox-1.5_5,1 flac-1.1.2 fontconfig-2.3.2,1 freetype2-2.1.10_2 gail-1.8.8 gamin-0.1.5_2 gcalctool-5.7.27,2 gcc-ooo-3.4.1_2 gconf-editor-2.12.1,1 gconf2-2.12.1 gd-2.0.33_4,1 gdm-2.8.0.7_2 gecko-sharp-0.6_7 gedit-2.12.1 gettext-0.14.5 ghostscript-gnu-7.07_14 gimp-gnome-2.2.10,1 gimp-print-4.2.7_1 gle-3.0.3_1 glib-2.8.6 gmake-3.80_2 gnome-backgrounds-2.12.2 gnome-icon-theme-2.12.1_2 gnome-menu-editor-0.5_1 gnome-menus-2.12.0_1 gnome-themes-2.12.1_1 gnome2-2.12.2_1 gnomeapplets2-2.12.2 gnomeaudio2-2.0.0 gnomecontrolcenter2-2.12.2 gnomedesktop-2.12.2 gnomedocutils-0.4.4 gnomegames2-2.12.2 gnomehier-2.0_7 gnomekeyring-0.4.6 gnomekeyringmanager-2.12.0 gnomemag-0.12.2_1 gnomemedia2-2.12.0 gnomemimedata-2.4.2 gnomenetstatus-2.12.0_1 gnomenettool-1.4.1,1 gnomepanel-2.12.2_1 gnomesession-2.12.0_1 gnomespeech-0.3.9 gnomespell-1.0.6_1 gnomesystemmonitor-2.12.2 gnomesystemtools-1.4.1 gnometerminal-2.12.0 gnomeuserdocs2-2.8.1 gnomeutils2-2.12.2,1 gnomevfs2-2.12.2_1 gnopernicus-0.12.0 gnu-autoconf-2.59 gnu-automake-1.9.6 gnu-libtool-1.5.20 gnupg-1.4.2_1 gnutls-1.2.9 gok-1.0.5_1 gsfonts-8.11_2 gstreamer-0.8.11_1 gstreamer-ffmpeg-0.8.7_1 gstreamer-plugins-0.8.11_1 gstreamer-plugins-a52dec-0.8.11_1 gstreamer-plugins-cdparanoia-0.8.11_2 gstreamer-plugins-core-0.8_6 gstreamer-plugins-dts-0.8.11_1 gstreamer-plugins-dvd-0.8.11_2 gstreamer-plugins-esound-0.8.11_1 gstreamer-plugins-flac-0.8.11_1 gstreamer-plugins-gconf-0.8.11_1 gstreamer-plugins-gnomevfs-0.8.11_1 gstreamer-plugins-libpng-0.8.11_1 gstreamer-plugins-mad-0.8.11_2 gstreamer-plugins-ogg-0.8.11_1 gstreamer-plugins-pango-0.8.11_1 gstreamer-plugins-vorbis-0.8.11_1 gstreamer-plugins-xvid-0.8.11_1 gtar-1.15.1_1 gthumb-2.6.8_1 gtk-2.8.11 gtk-doc-1.4 gtk-engines2-2.6.7 gtk-sharp-1.0.10_6 gtkhtml3-3.8.2 gtksourceview-1.4.2 gtkspell2-2.0.11_1 gucharmap-gnome-1.4.4_2 guile-1.6.7 hicolor-icon-theme-0.5 howl-1.0.0 html-4.01_2 imake-6.9.0 intltool-0.34.1 irssi-0.8.10_1 iso-codes-0.48 iso8879-1986_2 ispell-3.2.06_14 jade-1.2.1_9 jadetex-3.13_1 jasper-1.701.0 javavmwrapper-2.0_6 jbigkit-1.6 jdk-1.4.2p7_2 jpeg-6b_3 lame-3.96.1 lcms-1.14,1 ldconfig_compat-1.0_5 libIDL-0.8.6_1 libXft-2.1.7 liba52-0.7.4_1 libart_lgpl2-2.3.17 libaudiofile-0.2.6 libbonobo-2.10.1_2 libbonoboui-2.10.1_1 libcddb-1.2.1 libcdio-0.76 libcroco-0.6.0_2 libdrm-2.0 libdts-0.0.2 libdvdcss-1.2.9_1 libdvdnav-0.1.10 libdvdread-0.9.4_1 libexif-0.6.12_1 libfame-0.9.1_1 libfpx-1.2.0.12 libgail-gnome-1.1.2 libgcrypt-1.2.2 libglade2-2.5.1_3 libglut-6.4.1 libgmp-4.1.4_1 libgnome-2.12.0.1 libgnomecanvas-2.12.0 libgnomecups-0.2.2,1 libgnomeprint-2.12.1 libgnomeprintui-2.12.1 libgnomeui-2.12.0_1 libgpg-error-1.1 libgphoto2-2.1.6_2 libgsf-1.13.3 libgtkhtml-2.11.0 libgtop2-2.12.2 libiconv-1.9.2_1 libid3tag-0.15.1b libijs-0.35 libltdl-1.5.22 libmad-0.15.1b_1 libmng-1.0.9 libmodplug-0.7 libmusicbrainz-2.1.2 libogg-1.1.3,3 librsvg2-2.12.7_3 libsoup-2.2.7_1 libsvg-0.1.4 libsvg-cairo-0.1.6_1 libtasn1-0.2.17 libtool-1.5.22_1 libusb-0.1.10a_1 libvorbis-1.1.2,3 libwmf-0.2.8.4 libwnck-2.12.2 libwww-5.4.0_1 libxklavier-2.1,1 libxml2-2.6.23 libxslt-1.1.15 linc-1.0.3_4 linuxdoc-1.1_1 localedata-5.4 lsof-4.76.1.1 m4-1.4.4 metacity-2.12.2 mhash-0.9.2 mime-support-3.35.1 mono-1.1.12.1 mono-tools-1.1.11_1 monodoc-1.1.11 mpeg2codec-1.2_1 mplayer-esound-0.99.7_9 mplayer-skins-1.1.2_1 mutt-1.4.2.1_2 mysql-client-4.1.16_1 mysql-server-4.1.16 nas-1.7b nautilus-cd-burner-2.12.2 nautilus2-2.12.2 neon-0.25.4 netcat-1.10_2 netpbm-10.26.23 nspr-4.6.1 nss-3.11 nvidia-driver-1.0.8178 openldap-client-2.2.30 openoffice.org-2.0.1 p5-Algorithm-Annotate-0.10 p5-Algorithm-Diff-1.1901 p5-Archive-Zip-1.16 p5-Authen-SASL-2.09 p5-BFD-0.31 p5-Class-Accessor-0.22 p5-Class-Autouse-1.21 p5-Class-Spiffy-0.12 p5-Clone-0.18 p5-Compress-Zlib-1.41 p5-DBD-Pg-1.43_1 p5-DBD-mysql-3.0002 p5-DBI-1.50 p5-Data-Hierarchy-0.21 p5-Data-UUID-0.11 p5-Digest-1.14 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.36 p5-Digest-SHA1-2.11 p5-File-Temp-0.16_3 p5-File-Type-0.22 p5-File-chdir-0.06 p5-Font-AFM-1.18 p5-FreezeThaw-0.43 p5-HTML-Format-2.04 p5-HTML-Parser-3.48 p5-HTML-Tagset-3.10 p5-HTML-Tree-3.19.01 p5-I18N-LangTags-0.35 p5-IO-Digest-0.10 p5-IO-Pager-0.06 p5-IO-Socket-SSL-0.97 p5-IPC-Run3-0.034 p5-Locale-Maketext-1.09 p5-Locale-Maketext-Lexicon-0.49_1 p5-Locale-Maketext-Simple-0.12 p5-MIME-Base64-3.07 p5-Mail-SpamAssassin-3.1.0_6 p5-Mail-Tools-1.67 p5-Net-1.19,1 p5-Net-DNS-0.55 p5-Net-IP-1.24 p5-Net-SSLeay-1.30_1 p5-PathTools-3.15 p5-PerlIO-eol-0.13 p5-PerlIO-via-dynamic-0.11 p5-PerlIO-via-symlink-0.05 p5-Pod-Escapes-1.04 p5-Pod-Parser-1.34 p5-Pod-Simple-3.03 p5-PodToHTML-0.05_1 p5-Regexp-Common-2.120 p5-Regexp-Shellish-0.93 p5-SVN-Mirror-0.67 p5-SVN-Simple-0.27 p5-Scalar-List-Utils-1.18,1 p5-Spiffy-0.29 p5-Storable-2.15 p5-Term-ReadKey-2.30 p5-Test-Base-0.47 p5-Test-Harness-2.56 p5-Test-Simple-0.62 p5-Text-Aligner-0.03 p5-Text-Diff-0.35 p5-Text-Table-1.107 p5-Text-Tabs+Wrap-2001.0929 p5-Time-HiRes-1.86,1 p5-TimeDate-1.16,1 p5-URI-1.35 p5-VCP-Dest-svk-0.28_1 p5-VCP-autrijus-0.9.20050110 p5-XML-AutoWriter-0.38_2 p5-XML-Parser-2.34_1 p5-YAML-0.53 p5-libwww-5.803 p5-prefork-1.00 p5-type1inst-0.6.1_2 pango-1.10.2 patch-2.5.4 pcre-6.4 pearpc-0.4 perl-5.8.7_2 php5-5.1.2 php5-bz2-5.1.2 php5-ctype-5.1.2 php5-curl-5.1.2 php5-ftp-5.1.2 php5-gd-5.1.2 php5-gettext-5.1.2 php5-iconv-5.1.2 php5-mbstring-5.1.2 php5-mhash-5.1.2 php5-mysql-5.1.2 php5-mysqli-5.1.2 php5-openssl-5.1.2 php5-pcre-5.1.2 php5-pgsql-5.1.2 php5-posix-5.1.2 php5-session-5.1.2 php5-xml-5.1.2 php5-zlib-5.1.2 pkg_cutleaves-20051228 pkgconfig-0.20 pkgdb.db png-1.2.8_2 poppler-0.4.4 popt-1.7 portupgrade-2.0.1_1,1 postfix-2.2.8_2,1 postgresql-client-8.0.6 postgresql-server-8.0.6 procmail-3.22_6 py24-BitTorrent-4.2.2,1 py24-bsddb-2.4.2_2 py24-cairo-1.0.2 py24-dbus-0.60 py24-dnspython-1.3.5_1 py24-gtk-2.8.2 py24-libxml2-2.6.23 py24-numeric-24.0 py24-psyco-1.5_1 py24-pycrypto-2.0.1 py24-spambayes-1.0.4 py24-twistedCore-2.1.0_1 py24-xml-0.8.4 py24-zopeInterface-3.0.1 pyrex-0.9.3_1 python-2.4.2 razor-agents-2.77 rdesktop-1.4.1 rsync-2.6.6 ruby-1.8.4_4,1 ruby18-aspectr-0.3.5 ruby18-bdb42-0.5.7 ruby18-dbd_pg-0.0.23_1 ruby18-dbi-0.0.23 ruby18-postgres-0.7.1_2 samba-3.0.21a,1 samba-libsmbclient-3.0.21a scr2png-1.2 scr2txt-1.2 screen-4.0.2_3 scrollkeeper-0.3.14_1,1 sdl-1.2.9_1,2 sdocbook-xml-4.1.2.5_2 shared-mime-info-0.16_2 smartmontools-5.33_5 sound-juicer-2.12.3 speex-1.0.5,1 startup-notification-0.8_1 stat-1.3_2 subversion-1.3.0_2 sudo-1.6.8.12_1 svgalib-1.4.3_5 svk-1.06 system-tools-backends-1.4.2 t1lib-5.1.0,1 taglib-1.4_1 teTeX-base-3.0_6 teTeX-texmf-3.0_3 tex-texmflocal-1.9 texi2html-1.76_1,1 tidy-20000804_2 tiff-3.8.0 tightvnc-1.2.9_1 tomboy-0.3.3_2 totem-gstreamer-1.2.1_1 unace-1.2b_2 unzip-5.52_2 urwfonts-1.0 vcdimager-0.7.23 vim-6.4.6 vino-2.12.0_2 vte-0.11.17 webalizer-2.1.10_6 wget-1.10.2 win32-codecs-3.1.0.p7_1,1 xhtml-1.0.20020801_4 xmlcatmgr-2.2 xorg-clients-6.9.0 xorg-fonts-encodings-6.9.0 xorg-fonts-miscbitmaps-6.9.0 xorg-fonts-truetype-6.9.0 xorg-libraries-6.9.0 xorg-server-6.9.0 xscreensaver-gnome-4.23_1 xterm-206_1 xvid-1.1.0,1 yelp-2.12.2_2 zenity-2.12.1 zip-2.31 zsh-4.2.6 %%%
I tried the script, it didn't fix the same problem for me. Seems that something else is going on. This is using the latest incarnation of the port that was committed two weeks ago. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org BC Government: <Cy.Schubert@gov.bc.ca> "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper
Hi Cy, On Thu, Mar 30, 2006 at 04:25:11AM -0800, Cy Schubert wrote: > I tried the script, it didn't fix the same problem for me. Seems that > something else is going on. > > This is using the latest incarnation of the port that was committed two > weeks ago. I haven't tried to update yet, so I wouldn't know anything about it. You might try to rerun the build with -DNO_CLEAN and read the error messages carefully, and then proceed to create directories/touch files that are showing up as missing in the error output. That's how I created the script in the PR. Still I'd like to know what was different about my machine, your machine and the developer machines that causes such a deviation in things that are built. BTW, it just occurred to me, you did change the paths in my script snippet to be relevant to yours? (they contain my WRKDIRPREFIX, /local/freebsd/work, and that should be changed to yours). HTH, --Stijn -- A "No" uttered from deepest conviction is better and greater than a "Yes" merely uttered to please, or what is worse, to avoid trouble. -- Mahatma Ghandi
In message <20060330125445.GH33542@pcwin002.win.tue.nl>, Stijn Hoop writes: > Hi Cy, > > On Thu, Mar 30, 2006 at 04:25:11AM -0800, Cy Schubert wrote: > > I tried the script, it didn't fix the same problem for me. Seems that > > something else is going on. > > > > This is using the latest incarnation of the port that was committed two > > weeks ago. > > I haven't tried to update yet, so I wouldn't know anything about it. > You might try to rerun the build with -DNO_CLEAN and read the error > messages carefully, and then proceed to create directories/touch files > that are showing up as missing in the error output. That's how I created > the script in the PR. > > Still I'd like to know what was different about my machine, your machine > and the developer machines that causes such a deviation in things that > are built. > > BTW, it just occurred to me, you did change the paths in my script > snippet to be relevant to yours? (they contain my WRKDIRPREFIX, > /local/freebsd/work, and that should be changed to yours). I did change the paths. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org BC Government: <Cy.Schubert@gov.bc.ca> "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper
I get the same results building in a virgin ports environment, letting OpenOffice.org-2.0 install any prerequisites itself. The shell script provided, after adjusting it for my pathnames, does not work. I will try building it on another machine. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org e**(i*pi)+1=0
State Changed From-To: open->closed openoffice has been updated many times since this PR was submitted. I'm sorry that we did not handle it earlier.