public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] OpenOffice build failed
@ 2006-05-30  2:37 Meino Christian Cramer
  0 siblings, 0 replies; 24+ messages in thread
From: Meino Christian Cramer @ 2006-05-30  2:37 UTC (permalink / raw
  To: gentoo-user

Hi,

 first of all: A BIG thank you to all that send replies to my initial
 cry. :)

 The real reason behind the unsuccessful build of OpenOffice was a
 wrong PYTHONPATH, which I had fixed in the user settings but not for
 the root account. They were rests from older settings, which I had
 took over when starting with Gentoo.

 The current build took five hours to finish, the CPU does not exceeds
 a core temperature of 45.5 degree celsius and the 9.1 GByte on /tmp
 were enough. Now I will remove the temporary installed symlink from
 /var/tmp/portage.

 Openoffice runs well in a quick test.

 Thank you again for all your help!
 Kind regards,
 Meino



 PS: May be it would be an idea to run a "system sanity check script"
 before such megabuilds, which quickly not only checks for missing
 software dependencies (which is already done) but also for a clean
 environment AND STOP the build, if anything is wrong.

 For example: An automatic echo on the console like "found only
 5GBytes (need 9GBytes) on /var/tmp/portage ...you have 3 seconds to
 abort with ^C or I will continue" will not help for psychological
 reasons: One who starts such a megabuild (and knows it will run for
 hours) will press <RETURN> after the specific command and will go to
 bed.

 My suggestion would be to abort hard at once and only when given with
 option "-f space" (force) will ignore _only_ the warning about
 missing free space on hd. Other warnings will still be able to abort.

 This way, the PYTHONPATH problem would have been discovered right in
 the start phase and not after the whole build process when it comes
 to the install process.

 Only my two cents -- your mileage may vary.
 Keep hacking!
 Meino

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread
* [gentoo-user] OpenOffice build failed.
@ 2006-05-25  2:50 Meino Christian Cramer
  2006-05-25  4:17 ` Jeff
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Meino Christian Cramer @ 2006-05-25  2:50 UTC (permalink / raw
  To: gentoo-user

Hi,

 I tried to build OpenOffice from source. After hours of copmiling it
 fails with:

    Cleaning /var/tmp/portage/openoffice-2.0.2-r1/image//usr/lib/openoffice
   Building /var/tmp/portage/openoffice-2.0.2-r1/image//usr/lib/openoffice/ooo-wrapper2
   Generating man page ...
   Building /var/tmp/portage/openoffice-2.0.2-r1/image//usr/lib/openoffice/install-dict
   Building /var/tmp/portage/openoffice-2.0.2-r1/image//usr/lib/openoffice/program/java-set-classpath
   Building /var/tmp/portage/openoffice-2.0.2-r1/image//usr/lib/openoffice/program/pyunorc-update64
   Installing extra en-US templates ...
   Installing system files ...
   Execute ooinstall ...
   Reading setup from ./setup
   Sucking env from build setup
   Use of uninitialized value in string eq at ./ooinstall line 58.
   Performing environment substitutions ...
   Setting up environment
   Running installer
   ... checking environment variables ...
   
   ########################################################
   make_installer.pl, version 1.0
   Product list file: openoffice.lst
   Taking setup script from solver
   Unpackpath: /tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/instsetoo_native/util
   Compiler: unxlngi6
   Product: OpenOffice
   BuildID: 9011
   Build: OOB680
   No minor set
   Product version
   Installpath: /usr/lib/openoffice
   Package format: native
   Package list file: ../inc_openoffice/unix/packagelist.txt
   Addon-Package list file: ../inc_openoffice/unix/packagelist_language.txt
   Not calling epm
   No file stripping
   Unzip ARCHIVE files
   services.rdb can be created
   Languages:
           en-US
   ########################################################
   ... checking required files ...
   ...... searching zip ...
           Found: /usr/bin/zip
   ...... searching unzip ...
           Found: /usr/bin/unzip
   ... analyzing openoffice.lst ...
   ... analyzing script: /tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/solver/680/unxlngi6.pro/bin/setup_osl.ins ...
   ... analyzing directories ...
   ... analyzing files ...
   ... analyzing scpactions ...
   ... analyzing shortcuts ...
   ... analyzing profile ...
   ... analyzing profileitems ...
   ... analyzing modules ...
   ------------------------------------
   ... languages en-US ...
   ... analyzing files ...
   ... analyzing files with flag ARCHIVE ...
   ... analyzing files with flag SCPZIP_REPLACE ...
   ... analyzing files with flag PATCH_SO_NAME ...
   ... creating preregistered services.rdb ...
   
   **************************************************
   ERROR: ERROR: Could not register all components!
   in function: create_services_rdb
   **************************************************
   
   **************************************************
   ERROR: Saved logfile: /tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/instsetoo_native/util/OpenOffice//logging/en-US/log_OOB680__en-US.log
   **************************************************
   ... cleaning the output tree ...
   ... removing directory /tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/instsetoo_native/util/OpenOffice//zip/en-US ...
   ... removing directory /tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/instsetoo_native/util/OpenOffice//services.rdb/en-US_witherror_1 ...
   Thu May 25 02:36:02 2006 (00:36 min.)
   Failed to install: Bad file descriptor at ./ooinstall line 129.
   make: *** [install] Error 1

 
 What did I so badly wrong here ?

 Kind regards,
 mcc

 PS: I symlinked /var/tmp/portags to /tmp/portage (I carefully copied
 all permissions settings...) due to space problems.

 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2006-05-30 12:26 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30  2:37 [gentoo-user] OpenOffice build failed Meino Christian Cramer
  -- strict thread matches above, loose matches on Subject: below --
2006-05-25  2:50 Meino Christian Cramer
2006-05-25  4:17 ` Jeff
2006-05-25  4:50   ` Meino Christian Cramer
2006-05-25  6:13     ` Richard Broersma Jr
2006-05-25  6:30       ` Teresa and Dale
2006-05-25  6:28     ` Teresa and Dale
2006-05-25  7:15   ` Neil Bothwick
2006-05-29 22:28   ` Matthias Langer
2006-05-25  7:21 ` Neil Bothwick
2006-05-25 22:16 ` Kenton Groombridge
2006-05-29  3:37   ` Meino Christian Cramer
2006-05-29  5:17     ` Richard Fish
2006-05-29  6:54       ` Philip Webb
2006-05-29 17:17       ` Meino Christian Cramer
     [not found]         ` <7573e9640605291048t598f33dble4666e9a73799774@mail.gmail.com>
     [not found]           ` <20060529.200227.41633704.Meino.Cramer@gmx.de>
2006-05-29 19:00             ` Richard Fish
2006-05-29 19:14         ` Matthias Langer
2006-05-29 19:31           ` Meino Christian Cramer
2006-05-29 21:33             ` Matthias Langer
2006-05-29 22:16             ` Matthias Langer
2006-05-29 22:40               ` Christian Limberg
2006-05-30  5:41               ` Graham Murray
2006-05-30  6:04                 ` Bo Ørsted Andresen
2006-05-30 12:19                   ` Matthias Langer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox