Re: XFree86 and egcs

1999-05-01 Thread Steve Jorgensen
> In article <199904282026.oaa13...@zen.alb.khoral.com>,
> Steve Jorgensen   wrote:
> > > In article <199904271932.naa01...@zen.alb.khoral.com>,
> > > Steve Jorgensen   wrote:
> > > > I cvsup'ed and installed yesterday morning it's the third
> > > > cvsup I've done since egcs went in, so I know it's working
> > > > ok.  Anyway, I decided to update my XFree86 installation,
> > > > and found that the port no longer works.  As it compiles
> > > > all binaries created report tons of missing symbols
> > > > from the various X library.  The wierd thing is that it
> > > > still installs most of the X binaries anyway, and they work
> > > > fine, but it dies when it gets to installing the X server
> > > > itself.
> [...]
> > Ok, well in the interest of not sending large compile
> > output to the news group, I've put an error log on
> > my webserver with all the info in it:
> > 
> > http://www.haunt.com/~steve/error.html

> I took a look at it.  All those undefined symbols are supposed to be
> in the "-lX11" library.  I don't really know why you're getting
> them.  Maybe you have an older version of the library lying around
> that is stripped?  Try a "locate libX11.so" and see what's there.
> Then do "file libX11.so" on each one and see if it's stripped.
No old versions, I removed the old XF86 installation before
installing this one.

> Maybe your LD_LIBRARY_PATH environment variable is set, screwing up
> the build?  Maybe you've got something funny in /etc/make.conf?
LD_LIBRARY_PATH is not set, and the only difference
in my make.conf is that I set HAVE_MOTIF  to yes, because
I intend to install lesstif.

> Sorry, these are just guesses.  I've never encountered the problem
> you're reporting.

Well, thanks for trying.. I'm going to try cvssuping once
more before I dig too deep into the xf86 port.  Maybe
I updated in the middle of a commit the last time.

Steve
--
---
Steven Jorgensen  st...@khoral.com  st...@haunt.com
--+
Khoral Research Inc.  | PHONE: (505) 837-6500
6200 Uptown Blvd, Suite 200   | FAX:   (505) 881-3842
Albuquerque, NM 87110 | URL: http://www.khoral.com/
---


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86 and egcs

1999-04-29 Thread John Polstra
In article <199904282026.oaa13...@zen.alb.khoral.com>,
Steve Jorgensen   wrote:
> > In article <199904271932.naa01...@zen.alb.khoral.com>,
> > Steve Jorgensen   wrote:
> > >   I cvsup'ed and installed yesterday morning it's the third
> > >   cvsup I've done since egcs went in, so I know it's working
> > >   ok.  Anyway, I decided to update my XFree86 installation,
> > >   and found that the port no longer works.  As it compiles
> > >   all binaries created report tons of missing symbols
> > >   from the various X library.  The wierd thing is that it
> > >   still installs most of the X binaries anyway, and they work
> > >   fine, but it dies when it gets to installing the X server
> > >   itself.
[...]
>   Ok, well in the interest of not sending large compile
>   output to the news group, I've put an error log on
>   my webserver with all the info in it:
> 
>   http://www.haunt.com/~steve/error.html

I took a look at it.  All those undefined symbols are supposed to be
in the "-lX11" library.  I don't really know why you're getting
them.  Maybe you have an older version of the library lying around
that is stripped?  Try a "locate libX11.so" and see what's there.
Then do "file libX11.so" on each one and see if it's stripped.

Maybe your LD_LIBRARY_PATH environment variable is set, screwing up
the build?  Maybe you've got something funny in /etc/make.conf?

Sorry, these are just guesses.  I've never encountered the problem
you're reporting.

John
-- 
  John Polstra   j...@polstra.com
  John D. Polstra & Co., Inc.Seattle, Washington USA
  "Self-interest is the aphrodisiac of belief."   -- James V. DeLong


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86 and egcs

1999-04-28 Thread Steve Jorgensen
> In article <199904271932.naa01...@zen.alb.khoral.com>,
> Steve Jorgensen   wrote:
> > I cvsup'ed and installed yesterday morning it's the third
> > cvsup I've done since egcs went in, so I know it's working
> > ok.  Anyway, I decided to update my XFree86 installation,
> > and found that the port no longer works.  As it compiles
> > all binaries created report tons of missing symbols
> > from the various X library.  The wierd thing is that it
> > still installs most of the X binaries anyway, and they work
> > fine, but it dies when it gets to installing the X server
> > itself.

> Thanks for the report, but saying that it gets "tons of missing
> symbols" and that it "dies" when installing the server really isn't
> helpful to those who might be able to fix the problem.  Which symbols?
> Let's see the error messages.  How does it "die"?  Let's see the error
> messages.  Nobody can help without that.

Ok, well in the interest of not sending large compile
output to the news group, I've put an error log on
my webserver with all the info in it:

http://www.haunt.com/~steve/error.html

As you will be able to see from the log, the only non-standard
response to the build was I said YES to creating the a.out
compat libraries.  After the initial config section, I deleted
the lines of the make output until the first error occurrs.
Then all lines are included until the make finally fails.
Let me know how if you need any other information.

I'm more than willing to try different config for compile, and
patches to my OS to help debug it.


Steve

PS: I'm on a slow (modem) link to the net, so be gentle to
my webserver.. :)


---
Steven Jorgensen  st...@khoral.com  st...@haunt.com
--+
Khoral Research Inc.  | PHONE: (505) 837-6500
6200 Uptown Blvd, Suite 200   | FAX:   (505) 881-3842
Albuquerque, NM 87110 | URL: http://www.khoral.com/
---


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86 and egcs

1999-04-27 Thread John Polstra
In article <199904271932.naa01...@zen.alb.khoral.com>,
Steve Jorgensen   wrote:
>   I cvsup'ed and installed yesterday morning it's the third
>   cvsup I've done since egcs went in, so I know it's working
>   ok.  Anyway, I decided to update my XFree86 installation,
>   and found that the port no longer works.  As it compiles
>   all binaries created report tons of missing symbols
>   from the various X library.  The wierd thing is that it
>   still installs most of the X binaries anyway, and they work
>   fine, but it dies when it gets to installing the X server
>   itself.

Thanks for the report, but saying that it gets "tons of missing
symbols" and that it "dies" when installing the server really isn't
helpful to those who might be able to fix the problem.  Which symbols?
Let's see the error messages.  How does it "die"?  Let's see the error
messages.  Nobody can help without that.

John
-- 
  John Polstra   j...@polstra.com
  John D. Polstra & Co., Inc.Seattle, Washington USA
  "Self-interest is the aphrodisiac of belief."   -- James V. DeLong


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



RE: XFree86 and egcs

1999-04-27 Thread Christian Sung
I'm seeing the same problem on two different machines, one running -current and
the other 2.2.8-STABLE!

-christian


On 27-Apr-99 Steve Jorgensen wrote:
>   I cvsup'ed and installed yesterday morning it's the third
>   cvsup I've done since egcs went in, so I know it's working
>   ok.  Anyway, I decided to update my XFree86 installation,
>   and found that the port no longer works.  As it compiles
>   all binaries created report tons of missing symbols
>   from the various X library.  The wierd thing is that it
>   still installs most of the X binaries anyway, and they work
>   fine, but it dies when it gets to installing the X server
>   itself.
> 
>   I'm running a P-233 MMX with 64meg, a Adaptec 2940, scsi
>   disks and cd, and a 4meg ATI mach64 graphics card.
> 
>   Any ideas what the problem is?  Have I missed something?
> 
>   Steve
> --
> ---
> Steven Jorgensen  st...@khoral.comst...@haunt.com
> --+
> Khoral Research Inc.  | PHONE: (505) 837-6500
> 6200 Uptown Blvd, Suite 200   | FAX:   (505) 881-3842
> Albuquerque, NM 87110 | URL: http://www.khoral.com/
> ---
> 
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message

---

Christian W. Sung_ __ ___ ___ ___ 
cws...@sung.org _ __ ___ | _ ) __|   \ 
http://www.Sung.org_ __ ___  | _ \__ \ |) | 
FreeBSD: The Power to Serve! _ __ ___  _ |___/___/___/ 

===
PGP Key Fingerprint:
F6E2 0372 F765 28B6 6D34  7DF4 A928 A7AF 59A0 04CD
===



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message