Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems emerging xfree-4.3.0-r2.ebuild
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
osd
n00b
n00b


Joined: 14 Apr 2003
Posts: 15

PostPosted: Mon Apr 14, 2003 7:22 pm    Post subject: Problems emerging xfree-4.3.0-r2.ebuild Reply with quote

When it starts compiling I get this error

main.c:43:21: X11/Xos.h: No such file or directory
make[1]: *** [main.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/xfree-4.3.0-r2/work/xc/config/pswrap'

make: *** [World] Error 2

So I am missing a file ( Xos.h ) , anyone else have this happen? If so what did you do to resolv it or what would you recommand I do.
Back to top
View user's profile Send private message
azndante
n00b
n00b


Joined: 18 Apr 2003
Posts: 4
Location: Kansas

PostPosted: Fri Apr 18, 2003 6:14 am    Post subject: same problem Reply with quote

I had the same problem trying to emerge xfree-4.3.0-r2 tonight also. Anyone have any clues?
Back to top
View user's profile Send private message
colinb
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2002
Posts: 114

PostPosted: Fri Apr 18, 2003 7:04 am    Post subject: Reply with quote

Same problem here. X 4.3.0-r2 worked when I was running 1.2, but I'm upgrading to 1.4_rc4 and now I have the same problem detailed above. (missing Xos.h)

--Colin
Back to top
View user's profile Send private message
metacove
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2003
Posts: 148

PostPosted: Fri Apr 18, 2003 1:29 pm    Post subject: Reply with quote

4.3.0-r2 is running great here.
Back to top
View user's profile Send private message
Vyper
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 81
Location: Frankfurt, Germany

PostPosted: Fri Apr 18, 2003 4:27 pm    Post subject: Reply with quote

I have the same problem here. X11/Xos.h cannot be found. Actually a file called Xos.h exists in /var/tmp/portage/xfree-4.3.0-r2/work/xc/include (or something like that).

The problem occurs with Gentoo 1.4-rc4

I hope somebody finds a solution for that, since I now have to work with Win XP, and I really don't like this :?
Back to top
View user's profile Send private message
Vyper
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 81
Location: Frankfurt, Germany

PostPosted: Fri Apr 18, 2003 5:09 pm    Post subject: Reply with quote

btw, I tried to solve this myself and failed, but maybe my desperate attempts at getting it work can help you find a solution:

(not sure about the exact pathnames, but you'll know which ones I mean)

1. cp /var/tmp/portage/xfree-4-3-0-r2/xc/include/* /usr/include/X11/
Same error message as before. Does this mean that /usr/include is not in the include path while compiling X?

2. After the files have been unpacked, but before actual compilation, inside /var/tmp/portage/xfree-4-3-0-r2/xc/include: ln -s . X11 (yeah, this is real ugly)
Still the same error! 8O So the directory with all the .h files isn't in the include path, either?

I should mention that I'm new to Gentoo, I'm new to Portage, I'm new to EBuild, I'm new to XFree 4.3.0 compilation and I'm even new to my computer (it arrived yesterday and I though this would be a good oportunity to get started with Gentoo), so it really isn't easy to solve this one for me.

Any suggestions what to try next?
Back to top
View user's profile Send private message
seemant
Retired Dev
Retired Dev


Joined: 16 Nov 2002
Posts: 61
Location: Oakland, CA

PostPosted: Sat Apr 19, 2003 1:43 am    Post subject: Reply with 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.
Back to top
View user's profile Send private message
Vyper
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 81
Location: Frankfurt, Germany

PostPosted: Sat Apr 19, 2003 8:21 am    Post subject: Reply with quote

Oh, great, tried it, and now I suffer from bug 19571.

But thanks for the reply.
Back to top
View user's profile Send private message
seemant
Retired Dev
Retired Dev


Joined: 16 Nov 2002
Posts: 61
Location: Oakland, CA

PostPosted: Sat Apr 19, 2003 9:22 am    Post subject: Reply with quote

emerge sync should sort it out.
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Sat Apr 19, 2003 12:05 pm    Post subject: Reply with quote

ah, that explains a lot about why my machine contently screwed me over last night... thanks... after I'm done with my mega emerge session I'll get upgrading again :)

-edit-

Been syncing for some time now - the digest issues is present on all the servers I've hit so far, including rsync1.uk - just out of curiousity, how fast does the changes really migrate from the main server to the mirrors?
Back to top
View user's profile Send private message
Vyper
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 81
Location: Frankfurt, Germany

PostPosted: Sun Apr 20, 2003 4:19 pm    Post subject: Reply with quote

@lovechild: If it still doesn't work, you can fix it manually, just like Markus Nigbur mentioned in the bug report: Simply replace all occurences of "${PATCH_VER}" inside the ebuild with "1.1.0" (without the quotes, of course), and you can emerge it without errors.
Back to top
View user's profile Send private message
jsubl2
n00b
n00b


Joined: 19 Jun 2002
Posts: 35

PostPosted: Mon Apr 21, 2003 9:22 am    Post subject: Reply with quote

xfree-4.3.0-r2.ebuild patch version PATCH_VER="1.1.2"
is building for me right now. I did a ebuild xfree-4.3.0-r2.ebuild digest and it finally downloaded all the stuff it needed. then I was able to emerge it.
Back to top
View user's profile Send private message
Rroet
Apprentice
Apprentice


Joined: 27 May 2002
Posts: 176
Location: The Hague, The Netherlands

PostPosted: Tue Apr 22, 2003 1:29 pm    Post subject: Reply with quote

K, my system <sparc Ultra1> loved the Xfree 4.3.0-r2 build.

worked out of the box.

Now I wait for the new one.. containing no Video drivers.. they are royal pain on my system. Compiling all the drivers I don't want :(

p.s. b4 ya'll reply. Seemant = working on it already.
_________________
Workstation: Shuttle SN85G4v2, AMD64 3200+, 512MB, 250GB sata, Radeon 9800 Pro.
Server 1: here
Server 2: here
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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