Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenOffice 1.0.0r2 does not install
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Fri Jul 26, 2002 2:12 am    Post subject: OpenOffice 1.0.0r2 does not install Reply with quote

I can't seem to install Open Office.
Typing "emerge openoffice" gives me:

Calculating dependencies ...done!
>>> emerge app-office/openoffice-1.0.0-r2 to /
>>> md5 ;-) OOo_1.0.0_source.tar.bz2
>>> md5 ;-) gpc231.tar.Z
>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
*

And the shell remains like this forever. I can CTRL-C which gives the usual:

!!! Portage interrupted by SIGINT; exiting.
PORTAGE: Checking for Sandbox (setup)...
PORTAGE: No Sandbox running, deleting /etc/ld.so.preload!
Killed

Perhaps of note is the fact that the asterisk after the md5 checks is red.

Searching the forum, bug-reports etc have not helped.

Regards.
Back to top
nbensa
l33t
l33t


Joined: 10 Jul 2002
Posts: 799
Location: Buenos Aires, Argentina

PostPosted: Fri Jul 26, 2002 5:04 am    Post subject: Reply with quote

Hmmm... I didn't see those smileys while emerging OpenOffice :)

Seriously. How much time is "forever"? OO is BIIIIIIIG and must be unpacked before compiling. You know that, don't you?

Regards,
Norberto
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Jul 26, 2002 5:40 am    Post subject: Reply with quote

How does 2.5 hours sound?

A Pentium 4 2.0GHz, 768MB RAM machine should'nt tremble at a "mere" 100+ MB file.
Back to top
Ramirez
Guest





PostPosted: Fri Jul 26, 2002 9:47 am    Post subject: same prob here Reply with quote

just wanted to add that you're not the only one having this problem...
Back to top
uberfoo
n00b
n00b


Joined: 24 Jul 2002
Posts: 9
Location: Dallas, TX

PostPosted: Fri Jul 26, 2002 1:56 pm    Post subject: Reply with quote

I too am having this problem... it appears to be something w/ ebuild itself...
Code:
ebuild openoffice-1.0.0-r2.ebuild fetch
ebuild openoffice-1.0.0-r2.ebuild unpack
works fine, but
Code:
ebuild openoffice-1.0.0-r2.ebuild compile
dies with same as above... strace says that it's the ebuild process that's dieing and I added a
Code:
echo starting compile
at the start of the openoffice-1.0.0-r2.ebuild src_compile() function and it never gets executed... it also seems to md5sum the openoffice file instantly, which is somewhat odd given it's size...

I can't figure it out...

fyi... gentoo 1.3b + xfs-sources kernel
Code:
CFLAGS="-march=athlon-xp -mcpu=athlon-xp -O3 -pipe -mmmx -msse -m3dnow -mfpmath=sse -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -fforce-addr"
Back to top
View user's profile Send private message
Jonkku
Guest





PostPosted: Wed Jul 31, 2002 9:44 pm    Post subject: Maybe out of space in /var/tmp/portage? Reply with quote

I am relatively new to Linux but had a similar problem (cannot remember exact error message). The problem turned out to be that the installation takes up quite a lot of temporary space in the abovementioned directory.

Hope this helps,

Jonkku
Back to top
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Thu Aug 29, 2002 12:38 am    Post subject: Reply with quote

Wanted to add that I'm getting the exact same error as stated above.

On another system today, I experienced the same behavior when attempting to emerge the Nvidia-KERNEL ebuild.

It may have something to do with an updated ebuild that was unmasked today....since I've emerge -u system'd a few Gentoo boxes today and they're all experiencing these errors.
_________________
--brain
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Aug 29, 2002 2:18 am    Post subject: Reply with quote

Moved from Installing to Portage & Programming, presumed ebuild problem.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
woodm
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jun 2002
Posts: 75

PostPosted: Thu Aug 29, 2002 6:23 pm    Post subject: Has anyone found a solutoin to this yet? Reply with quote

I'm having the same trouble, and was wondering if anyone had found the solution.

I know that on one of my attempts to download the file, it was corrupt, but now the md5 is checking out.


Could it be that I need to have portage uncompress to a different directory?

>> Edited for spelling. Probably missed more.
_________________
There are thousands of types of people in this world:
The type that seperates people into two groups,
and the thousands of other types.
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Thu Aug 29, 2002 7:56 pm    Post subject: Reply with quote

I still couldn't find a bug in bugzilla for this problem so I submitted one. View it here:

https://bugs.gentoo.org/show_bug.cgi?id=7230
_________________
--brain
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Thu Aug 29, 2002 8:07 pm    Post subject: Re: Has anyone found a solutoin to this yet? Reply with quote

woodm wrote:

Could it be that I need to have portage uncompress to a different directory?


I don't think that's the case since I had 7GB free on my drive and it was still failing.
_________________
--brain
Back to top
View user's profile Send private message
primitive_code
n00b
n00b


Joined: 08 Aug 2002
Posts: 11

PostPosted: Thu Aug 29, 2002 8:10 pm    Post subject: Reply with quote

i too have the same error.
i wanted to see how openoffice was : D
ill take a look at the md5sums..
Back to top
View user's profile Send private message
primitive_code
n00b
n00b


Joined: 08 Aug 2002
Posts: 11

PostPosted: Thu Aug 29, 2002 8:26 pm    Post subject: Reply with quote

nope, it dindt have anything to do with the md5sums
its the ebuild.
right now i bypassed the error by commenting the gcc-version and all other sections over the src_unpack (all about gcc 3 not the depend and those things).
and it extracts the thing 00o archive.. a big one.
its some thing with the gcc-version in the ebuild and the scripts that checks for different things.. one could do it manuallyt. comment those all out and just inser the whatseva needed for ur system..
but im too sleepe for that now.
ill check for more on this tomorrow :)

or while im asleep could someone somewhere where the "time is different" (the timezone :p) check the script above the src-unpack()
in tha ebuild.

ow, now i got the error (t stoped right after all the patches aplied, telling "Cannot find gcc verion 3.0 or later" well it cant fint the /usr/bin/gcc3 somethin, it checks for gcc3 to set it up so it compiles whit gcc3. which it cant find, i could set it to gcc 2.95.. but i dont want to.. right now..... )
ow well. ill look at it tomorow :)
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Thu Aug 29, 2002 11:16 pm    Post subject: Reply with quote

Ok... I think I've got it guys. I tried to emerge it on another workstation, and this was the result:

Code:
megajudas root # emerge openoffice
Calculating dependencies ...done!
>>> emerge app-office/openoffice-1.0.0-r2 to /
>>> md5 ;-) OOo_1.0.0_source.tar.bz2
>>> md5 ;-) gpc231.tar.Z
>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
 *
 * This build needs gcc-3.0.4 or later, but due to profile
 * settings, it cannot DEPEND on it, so please merge it
 * manually:
 *
 *  #  ebuild /usr/portage/sys-devel/gcc/gcc-<version>.ebuild merge
 *
 * Where <version> is the version and revision of the ebuild you
 * want to use.  Have a look in /usr/portage/sys-devel/gcc/ for
 * available ebuilds.
 *
 * As of writing, gcc-3.0.4 seemed to create the most stable
 * builds (more so than gcc-3.1).
 *

!!! ERROR: The ebuild did not complete successfully.
!!! Function pkg_setup, Line 272, Exitcode 0
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-office/openoffice/openoffice-1.0.0-r2.ebuild .
megajudas root #


And remarkably, all the asterisks are red... :)

So it appears that openoffice requires GCC3+. But now the question is why the error doesn't display on some computers and it does on others. Both machines I"ve tried on are are on GCC 2.95.3.

I blame a broken ebuild :)
_________________
--brain
Back to top
View user's profile Send private message
Mustard007
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 235
Location: Montreal, Quebec, Canada

PostPosted: Fri Aug 30, 2002 3:23 am    Post subject: Reply with quote

Hi !

So, i have the same trouble with ALSA and nvidia-kernel. It seem the new portage-2.0.32 is the problem. I had done a emerge -u world today !
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Fri Aug 30, 2002 2:11 pm    Post subject: Reply with quote

I've had the same problem with the nvidia-kernel ebuild as well. I think there's some GCC3 stuff that's being prepped in certain ebuilds and it may be messing with us.
_________________
--brain
Back to top
View user's profile Send private message
i_hate_your_os
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2002
Posts: 128
Location: Manhattan Beach, CA

PostPosted: Sat Aug 31, 2002 11:07 pm    Post subject: Some hints about this... Reply with quote

I was experiencing this problem trying to merge in xfree-4.2.99. I never succeeded at merging this (gcc-3.2 had a scary problem with it using -march=athlon) but I did make some headway into the "*" forever thing.

I did an strace and saw it waiting on some process. Killing the process caused it to spit out the error message. So I looked in the ebuild and noticed something like:

pkg_setup() {

eerror
eerror "blah blah blah..."
eerror
die

}

apparently there is a problem with "die" in recent portage's. Removing the pkg_setup() allowed the ebuild to continue. I imagene that simply removing "die" would have been enough but I don't know enough about "eerror" to say.

So, apparently, the problem indicates that your ebuild is trying to spew some error and die. Using the strace emerge / kill -KILL trick described above will at least allow you to see the error message and begin addressing the problem by fixing the problem or hacking on your ebuild.
_________________
-IHYOS

"All laws which are repugnant to the constitution are null and void."
-Marbury vs. Madison, 5 US (2 Cranch) 137, 174, 176, (1803)
Back to top
View user's profile Send private message
scottro
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2002
Posts: 141
Location: New York City

PostPosted: Sat Aug 31, 2002 11:16 pm    Post subject: Reply with quote

When I installed OO on this machine (running Gentoo 1.2 with gcc 2.95) I also emerged the gcc 3.x that they recommended. That worked.

Note that you don't have to upgrade your 2.95 gcc, the two can co-exist


On other machines, running 1.4 beta, I have had difficulty--the ebuild keeps dying (not a space issue--I've heard it said, btw that you need 2 gigs free to build it.)

Although this has been discussed on other threads (I'm too tired to look right now) one thing I've found on 1.4... If I emerge openoffice-bin as root (that is, NOT as sudo, or even su) I have no problems. If I emerge it with sudo, then various bad things happen when I first try to to run it--that other thread I mentioned put me on the right track, it has to do with some paths to some libraries.)

Hope this is of use to someone





Scott
Back to top
View user's profile Send private message
art
n00b
n00b


Joined: 22 Jun 2002
Posts: 47
Location: Ma

PostPosted: Sun Sep 01, 2002 12:31 pm    Post subject: Reply with quote

I have OO on machine at work GCC 3.1 works fine 3.2 seems to have problems.
tried OO at home got this error

checking the GNU gcc compiler version...
configure: error: found version gcc (GCC) 3.2 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE., but use of gcc 3.x requested

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 59, Exitcode 1
!!! (no error message)
Back to top
View user's profile Send private message
csnyder
n00b
n00b


Joined: 18 Jun 2002
Posts: 44
Location: Grand Rapids, MI

PostPosted: Tue Sep 03, 2002 6:02 am    Post subject: Reply with quote

art wrote:
I have OO on machine at work GCC 3.1 works fine 3.2 seems to have problems.
tried OO at home got this error

checking the GNU gcc compiler version...
configure: error: found version gcc (GCC) 3.2 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE., but use of gcc 3.x requested

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 59, Exitcode 1
!!! (no error message)


I just upgraded to the latest Portage (2.0.34) which fixed the first problem in this thread, and have now come to this problem. The problem appears to be due to the fact that in earlier gcc's, running gcc --version would return just the version number, while 3.2 returns a whole lot of other stuff. Sounds like some sed'ing of the OO configure script is in order.
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Tue Sep 03, 2002 5:25 pm    Post subject: Reply with quote

csnyder wrote:
art wrote:


<snip>

checking the GNU gcc compiler version...
configure: error: found version gcc (GCC) 3.2 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE., but use of gcc 3.x requested

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 59, Exitcode 1
!!! (no error message)


<snip>

The problem appears to be due to the fact that in earlier gcc's, running gcc --version would return just the version number, while 3.2 returns a whole lot of other stuff. Sounds like some sed'ing of the OO configure script is in order.


I second that motion... got the exact same error message
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Wed Sep 04, 2002 10:49 pm    Post subject: Reply with quote

For anyone still reading this topic, the bug has been fixed according to bugzilla. whether or not that means it needs GCC3 or not, I'm not sure yet!
_________________
--brain
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Thu Sep 05, 2002 2:06 am    Post subject: Reply with quote

I take it the ebuild does not reflect this fix yet....?
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Thu Sep 05, 2002 11:14 am    Post subject: Reply with quote

I forgot to mention you need to emerge the latest version of Portage first. Sorry!
_________________
--brain
Back to top
View user's profile Send private message
kyron
Apprentice
Apprentice


Joined: 26 Aug 2002
Posts: 198
Location: Montreal, Qc.

PostPosted: Thu Sep 05, 2002 2:25 pm    Post subject: Reply with quote

Uhm...I did so yesterday night and I still had the same problem....

did
emerge rsync
then
emerge portage

hmmmm......did I perform emerge portage before emerge openoffice....(damned...can't remember....DOH!)
_________________
M$ Windows: When in doubt, REBOOT
Linux: When in doubt, RTFM ;-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum