Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
errors w/ XFree 4.3.0-r2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
juliancode
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2003
Posts: 93
Location: western mass

PostPosted: Tue Apr 22, 2003 2:39 pm    Post subject: errors w/ XFree 4.3.0-r2 Reply with quote

newly installed gentoo, getting err's with 4.3.0-r2. re-sync'd multiple times, grepped the patch_ver and its 1.1.2. heres the code:

Code:

...making all in programs/Xserver/hw/xfree86/rac...
make[5]: Entering directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xs
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xse
making all in programs/Xserver/hw/xfree86/ddc...
make[5]: Entering directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xs
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xse
making all in programs/Xserver/hw/xfree86/input...
make[5]: Entering directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xs
rm -f libidriver.a
ar clq libidriver.a `cat idriver.list`
ar: mouse/*_drv.o: No such file or directory
make[5]: *** [libidriver.a] Error 1
make[5]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xse
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xse
make[3]: *** [all.subdirs] Error 2
make[3]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xse
make[2]: *** [install] Error 2
make[2]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc/programs'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r2/work/xc'
make: *** [install] Error 2

!!! ERROR: x11-base/xfree-4.3.0-r2 failed.
!!! Function src_install, Line 472, Exitcode 2
!!! (no error message)


Last edited by juliancode on Tue Apr 22, 2003 2:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
gatos
n00b
n00b


Joined: 11 Nov 2002
Posts: 30

PostPosted: Wed Apr 23, 2003 5:19 am    Post subject: I got the same Problem here Reply with quote

Maybe there is a solution in a german thread i just reading. Its about some mismatch upgrading from gentoo 1.2 to 1.4
Back to top
View user's profile Send private message
juliancode
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2003
Posts: 93
Location: western mass

PostPosted: Wed Apr 23, 2003 12:09 pm    Post subject: Reply with quote

do you have a link to this thread? mebbe i can babelfish it.
Back to top
View user's profile Send private message
caulfie1d
n00b
n00b


Joined: 23 Apr 2003
Posts: 9

PostPosted: Wed Apr 23, 2003 2:12 pm    Post subject: Reply with quote

i am receiving the same error when i try to compile xfree-4.3.0-r2. my compile also fails at the exact same point when it sees mouse/*_drv.o no such file or directory. if you find a solution please post it. i'm not running gentoo 1.2. i actually installed gentoo 1.4 RC4 when it was released, and this is the first major problem i've run into.

thanks!
Back to top
View user's profile Send private message
gatos
n00b
n00b


Joined: 11 Nov 2002
Posts: 30

PostPosted: Fri Apr 25, 2003 10:47 am    Post subject: Reply with quote

Maybe there is no need for babelfish:
Quote:
OK, Listen up people -- first, do a phat-assed emerge sync on y'all's systems. Then try this again. This problem happened with an older patchset that I had been using. Magnage in #gentoo-dev helped me fix the patch that was causing this, and the problem has since disappeared. To ensure you have the latest: grep for PATCH_VER in the -r2 ebuild, and you should see 1.1.0

If you do, you're golden.

I will try this tonight
Back to top
View user's profile Send private message
pacmac
n00b
n00b


Joined: 25 Apr 2003
Posts: 68

PostPosted: Sat Apr 26, 2003 1:08 am    Post subject: Reply with quote

I have this problem too and i resolv it, during emerge xfree i go to /var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xserver/hw/xfree86/ and do a make all at all subdirs.. then it compile. I haven't got time to fix the code.. but this works fine for me :wink:
Back to top
View user's profile Send private message
caulfie1d
n00b
n00b


Joined: 23 Apr 2003
Posts: 9

PostPosted: Sun Apr 27, 2003 1:56 am    Post subject: Reply with quote

just as an update, i got it to correctly emerge. however i had to follow the previous posts' suggestions to manually build the subdirectories in /var/tmp/portage/xfree-4.3.0-r2/work/xc/programs/Xserver/hw/xfree86/ . the emerge doesn't seem to correctly build the subdirectories in input. this is with the most current syncs. the patch-version is 1.1.3.

the make World doesn't appear to correctly build the input subdirs on my computer, however they worked fine on my friend's computer who has a similar configuration.
Back to top
View user's profile Send private message
hmiller68
Tux's lil' helper
Tux's lil' helper


Joined: 21 Dec 2002
Posts: 77

PostPosted: Mon Apr 28, 2003 9:50 am    Post subject: sorry for asking this Reply with quote

But how do you get the makes to stick ? I run the makes and as soon as I rerun the emerge xfree it over write the work I just did and therefore fails again . How did you get the compile to run? This is just frustrating as all hell.Normally I dont ask but in this case I thought I would before I pitch this computer across the room.:) :twisted: :lol: 8O Any help would be great...
Back to top
View user's profile Send private message
drteeth
n00b
n00b


Joined: 15 Jan 2003
Posts: 9

PostPosted: Mon Apr 28, 2003 9:15 pm    Post subject: Reply with quote

I'm having the same issue, it's threatening my sanity ;)
I can't get any version of xfree to emerge.

it the ebuild that has a problem? or is there something wonky in the current version of gcc or some sIsuch thing?
Back to top
View user's profile Send private message
hmiller68
Tux's lil' helper
Tux's lil' helper


Joined: 21 Dec 2002
Posts: 77

PostPosted: Mon Apr 28, 2003 11:32 pm    Post subject: Reply with quote

I went into the ebuilt with kedit and found the patch version is 1.1.3. as well this is with about 4 emerge rsyncs 3 syncs and the 1.1 patch is not in it.I even tried to edit the ebuild but then it downloaded the tarball of the 1.1 but then it failed to build cause there was no digest for the 1.1 patch.
Back to top
View user's profile Send private message
nicodache
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2003
Posts: 83

PostPosted: Tue Apr 29, 2003 7:57 pm    Post subject: Reply with quote

I've the same problem, but I don't understand a lot of your solutions (french speaker inside ^^).
So I wonder if someone of you could explain the solution he finds the best ?

thanks :)
Back to top
View user's profile Send private message
nicodache
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2003
Posts: 83

PostPosted: Thu May 01, 2003 10:18 am    Post subject: Reply with quote

heeeeeelp !

Can't anybody explain me what to do ?
because i don't understand how to fix this problem :/
Back to top
View user's profile Send private message
drteeth
n00b
n00b


Joined: 15 Jan 2003
Posts: 9

PostPosted: Thu May 01, 2003 5:45 pm    Post subject: Reply with quote

For me, it was a bad stick of ram, i took it out, recompiled GCC, emerge rsync, and everything is OK again.

Si vous postez les detaille de votre system, ca sera plus facile pour quelqu'un de t'aidez. J'en suis po sure, mais je crois que i'll ya a segmentation fault durant la compilation d'un des program de support ( Xse ou quelque chose d'autre ), pi le emerge continue j'ust qu'a temps qu'il faut le installez...

pour moi c'etait le mauvais RAM...

svp excusez mon francais ;)
Back to top
View user's profile Send private message
nicodache
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2003
Posts: 83

PostPosted: Thu May 01, 2003 7:00 pm    Post subject: Reply with quote

no problem for your french. i think my english is worse :lol:
i'll do as you say, even if I'm quite sure of my ram. I tested it about 2h with memtest96 without getting any error.
As we say in french, "seul Dieu le sait" (only god know it :p)

I'll try soon, and let you know de results :)
Back to top
View user's profile Send private message
hmiller68
Tux's lil' helper
Tux's lil' helper


Joined: 21 Dec 2002
Posts: 77

PostPosted: Fri May 02, 2003 2:27 am    Post subject: Reply with quote

For me its not a hard ware problem its not finding the files properly.I even manually did a make while the emerge was going and the emerge failed at a different point this time . On a xfree86mouselibextprotocal or something . Dont remember since I was in a hurry after the attempt that I forgot to save the error to a file.I only have this file to emerge and Im up to date on my system ,oh well I guess Ill wait till r3. Unless someone knows a fix for this problem.
Back to top
View user's profile Send private message
bhos13
n00b
n00b


Joined: 24 Mar 2003
Posts: 20

PostPosted: Sat May 03, 2003 1:55 am    Post subject: Reply with quote

I had the same problem, bombed in the same place three times in a row for me during emerge -e world. Then I removed everything but "pentium4 -o3 -mmmx -msse -msse2 -fomit-frame-pointer" from my CFLAGS/CXXFLAGS in make.conf and the emerge world went fine. Try un-tweaking your optimizations a bit and see if it works.

BTW, I found that the -falign-double optimization will break your findutils package (and who knows what else), if you're doing an emerge -e world. The find command at least stops working (it'll just say 'xxxx changed during execution of find'...), not sure if this is the direct cause of the xfree package bombing in my case...

bh
Back to top
View user's profile Send private message
nicodache
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2003
Posts: 83

PostPosted: Fri May 09, 2003 4:26 pm    Post subject: Reply with quote

i've tried with the default flags ONLY (in make.conf, for my amd t-bird); and without a ram module i wasn't sure of...

and the problem persist :/
Back to top
View user's profile Send private message
seemant
Retired Dev
Retired Dev


Joined: 16 Nov 2002
Posts: 59
Location: Boston, MA

PostPosted: Mon Jun 02, 2003 7:09 am    Post subject: problem is fixed now. Reply with quote

I've updated the xfree-4.3.0-r2 ebuild, and it will now build successfully with USE="debug". apologies for any inconvenience caused.
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
Page 1 of 1

 
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