Alexander K. Hansen | 1 Oct 2003 02:05
Picon

Re: pango-xft problems

On Tue, 2003-09-30 at 16:16, Maarten te Paske wrote:
> On Tue, Sep 30, 2003 at 03:42:49PM -0400, Alexander K. Hansen wrote:
> 
> > This doesn't seem right:  that should have returned system-xfree86 as
> > installed.
> 
> Oh yes, I now realize I gave you incomplete information. I had just
> purged that package because of related problems I had just solved
> before.
> 
> I have fixed this now :
> 
> mtp <at> widow:~$ sudo fink list -i xfree86
> Information about 2645 packages read in 2 seconds.
> 
>  i   system-xfree86   4.2-11       Placeholder package for manually
>  installe...
> 
> Doing the same update-all, I get the same error :
> 
>   You have Xft2 installed. This usually means you have XFree86
>   (>= 4.3) installed. pango1(-shlibs|-dev) cannot be built with
>   Xft2. You should use pango1-xft2 package instead.
> 
> ### execution of /var/tmp/tmp.0.TkuD9k failed, exit code 1
> Failed: compiling pango1-xft1-1.0.5-2 failed
> 
> Trying to install pango1-xft2 results in the installation of Xfree86 4.3
> provided by fink, which I stop in an early stage (it would break my current X11
> server provided by Apple).
(Continue reading)

fortepianissimo | 1 Oct 2003 13:49
Picon
Favicon

qt3-3.2.1-1 still failed to compile

A while ago someone mentioned qt3-3.2.1-1 failed to compile. I've had
the same problem for almost a week now, and I didn't do anything to my
dev tools (didn't upgrade to 3.3, but did all the usual upgrades prior
to 3.3). My system is 10.2.8, here are the last few lines of the build
log: (please let me know where to send the complete log if necessary
cuz I lost the last message on this, thanks)

--- START HERE ---
/usr/bin/libtool: internal link edit command failed
ld: Undefined symbols:
_XRenderCreateAnimCursor referenced from libXcursor expected to be
defined in libXrender
_XRenderCreateCursor referenced from libXcursor expected to be defined
in libXrender
_XRenderFindStandardFormat referenced from libXcursor expected to be
defined in libXrender
__XLockMutex_fn referenced from libXcursor expected to be defined in
libX11
__XUnlockMutex_fn referenced from libXcursor expected to be defined in
libX11
__Xglobal_lock referenced from libXcursor expected to be defined in
libX11
make[1]: *** [../lib/libqt-mt.3.2.1.dylib] Error 1
make: *** [sub-src] Error 2
### execution of /var/tmp/tmp.2.eeSeE4 failed, exit code 2
Failed: compiling qt3-3.2.1-1 failed
--- END HERE ---

__________________________________
Do you Yahoo!?
(Continue reading)

Gaetano Vitale | 1 Oct 2003 14:19
Picon

Failed compiling sdl-1.2.6-1

Hi,
my Update-all process keeps failing when compiling sdl-1.2.6-1 with the  
following messages:

make
Making all in src
Making all in main
gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.6\" -DHAVE_ALLOCA=1  -I. -I.     
-I/sw/include  -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT  
-I/System/Library/Frameworks/Carbon.framework/Headers        
-I/System/Library/Frameworks/Cocoa.framework/Headers -fpascal-strings    
     -DENABLE_QUARTZ -DMACOSX -DTARGET_API_MAC_CARBON=1  
-I../../src/video/quartz -DHAVE_OPENGL -D_THREAD_SAFE  
-DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -DHAVE_SEMUN  
-I../../include -I../../include/SDL -I../../src -I../../src/macosx  
-I../../src/main -I../../src/audio -I../../src/video  
-I../../src/video/XFree86/extensions -I../../src/events  
-I../../src/joystick -I../../src/cdrom -I../../src/thread  
-I../../src/timer -I../../src/endian -I../../src/file -c SDLMain.m
SDLMain.h:11: warning: could not use precompiled header  
'/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa-gcc3.p',  
because:
SDLMain.h:11: warning: 'Foundation/Foundation.h' has different date  
than in precomp
SDLMain.h:11: warning: 'Foundation/NSObjCRuntime.h' has different date  
than in precomp
SDLMain.h:11: warning: 'Foundation/NSArchiver.h' has different date  
than in precomp
SDLMain.h:11: warning: 'Foundation/NSCoder.h' has different date than  
in precomp
(Continue reading)

Benjamin Reed | 1 Oct 2003 14:32
Gravatar

Re: qt3-3.2.1-1 still failed to compile

fortepianissimo wrote:
> A while ago someone mentioned qt3-3.2.1-1 failed to compile. I've had
> the same problem for almost a week now, and I didn't do anything to my
> dev tools (didn't upgrade to 3.3, but did all the usual upgrades prior
> to 3.3). My system is 10.2.8, here are the last few lines of the build
> log: (please let me know where to send the complete log if necessary
> cuz I lost the last message on this, thanks)
> 
> --- START HERE ---
> /usr/bin/libtool: internal link edit command failed
> ld: Undefined symbols:
> _XRenderCreateAnimCursor referenced from libXcursor expected to be
> defined in libXrender
> _XRenderCreateCursor referenced from libXcursor expected to be defined
> in libXrender
> _XRenderFindStandardFormat referenced from libXcursor expected to be
> defined in libXrender
> __XLockMutex_fn referenced from libXcursor expected to be defined in
> libX11
> __XUnlockMutex_fn referenced from libXcursor expected to be defined in
> libX11
> __Xglobal_lock referenced from libXcursor expected to be defined in
> libX11
> make[1]: *** [../lib/libqt-mt.3.2.1.dylib] Error 1
> make: *** [sub-src] Error 2
> ### execution of /var/tmp/tmp.2.eeSeE4 failed, exit code 2
> Failed: compiling qt3-3.2.1-1 failed
> --- END HERE ---

Do you have XFree86 4.2 or something?  My guess is that's why I haven't 
(Continue reading)

fortepianissimo | 1 Oct 2003 14:48
Picon
Favicon

Re: qt3-3.2.1-1 still failed to compile

I have Apple'x latest X11 beta installed - no other X11 is installed on
this PB. So yes it's a 4.2x...

--- Benjamin Reed <ranger <at> befunk.com> wrote:
> fortepianissimo wrote:
> > A while ago someone mentioned qt3-3.2.1-1 failed to compile. I've
> had
> > the same problem for almost a week now, and I didn't do anything to
> my
> > dev tools (didn't upgrade to 3.3, but did all the usual upgrades
> prior
> > to 3.3). My system is 10.2.8, here are the last few lines of the
> build
> > log: (please let me know where to send the complete log if
> necessary
> > cuz I lost the last message on this, thanks)
> > 
> > --- START HERE ---
> > /usr/bin/libtool: internal link edit command failed
> > ld: Undefined symbols:
> > _XRenderCreateAnimCursor referenced from libXcursor expected to be
> > defined in libXrender
> > _XRenderCreateCursor referenced from libXcursor expected to be
> defined
> > in libXrender
> > _XRenderFindStandardFormat referenced from libXcursor expected to
> be
> > defined in libXrender
> > __XLockMutex_fn referenced from libXcursor expected to be defined
> in
(Continue reading)

Martin Costabel | 1 Oct 2003 15:04
Picon
Picon

Re: qt3-3.2.1-1 still failed to compile

On mercredi, oct 1, 2003, at 13:49 Europe/Paris, fortepianissimo wrote:
[]
> ld: Undefined symbols:
> _XRenderCreateAnimCursor referenced from libXcursor expected to be
> defined in libXrender
> _XRenderCreateCursor referenced from libXcursor expected to be defined
> in libXrender
> _XRenderFindStandardFormat referenced from libXcursor expected to be
> defined in libXrender
> __XLockMutex_fn referenced from libXcursor expected to be defined in
> libX11
> __XUnlockMutex_fn referenced from libXcursor expected to be defined in
> libX11
> __Xglobal_lock referenced from libXcursor expected to be defined in
> libX11

You must have a weird installation of X11 libraries. What version is 
this? I see something similar in a self-compiled version 4.2.99.3 
compiled from xfree CVS a long time ago.

--

-- 
Martin

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
fortepianissimo | 1 Oct 2003 15:10
Picon
Favicon

Re: qt3-3.2.1-1 still failed to compile

Hi Martin - mine is Apple's latest X11 beta, nothing fancy I guess?

--- Martin Costabel <martin.costabel <at> univ-rennes1.fr> wrote:
> On mercredi, oct 1, 2003, at 13:49 Europe/Paris, fortepianissimo
> wrote:
> []
> > ld: Undefined symbols:
> > _XRenderCreateAnimCursor referenced from libXcursor expected to be
> > defined in libXrender
> > _XRenderCreateCursor referenced from libXcursor expected to be
> defined
> > in libXrender
> > _XRenderFindStandardFormat referenced from libXcursor expected to
> be
> > defined in libXrender
> > __XLockMutex_fn referenced from libXcursor expected to be defined
> in
> > libX11
> > __XUnlockMutex_fn referenced from libXcursor expected to be defined
> in
> > libX11
> > __Xglobal_lock referenced from libXcursor expected to be defined in
> > libX11
> 
> You must have a weird installation of X11 libraries. What version is 
> this? I see something similar in a self-compiled version 4.2.99.3 
> compiled from xfree CVS a long time ago.
> 
> -- 
> Martin
(Continue reading)

Martin Costabel | 1 Oct 2003 15:29
Picon
Picon

Re: qt3-3.2.1-1 still failed to compile

On mercredi, oct 1, 2003, at 15:10 Europe/Paris, fortepianissimo wrote:

> Hi Martin - mine is Apple's latest X11 beta, nothing fancy I guess?
>
> --- Martin Costabel <martin.costabel <at> univ-rennes1.fr> wrote:
>> On mercredi, oct 1, 2003, at 13:49 Europe/Paris, fortepianissimo
>> wrote:
>> []
>>> ld: Undefined symbols:
>>> _XRenderCreateAnimCursor referenced from libXcursor expected to be
>>> defined in libXrender

Then I don't understand where libXcursor is coming from. Apple's beta3 
doesn't have such a library. You didn't install this on top of some 
older X11 installation? Look at the date stamps of the libX*.dylib 
files in /usr/X11R6/lib. If there are some older ones from before you 
installed Apple's X11, remove them.

--

-- 
Martin

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
fortepianissimo | 1 Oct 2003 15:51
Picon
Favicon

Re: qt3-3.2.1-1 still failed to compile

Thank you for the tip - after looking at the directory (/usr/X11R6/lib)
I found all of the libX*.dylib have Sep 23 as the time stamp, except
for the following ones:

-rw-r--r--    1 root     wheel      280124 Mar 10  2003
/usr/X11R6/lib/libXaw.6.1.dylib
-rw-r--r--    1 root     wheel      391096 Mar 10  2003
/usr/X11R6/lib/libXaw.7.0.dylib
-rw-r--r--    1 root     wheel      157588 Jul  8 16:47
/usr/X11R6/lib/libXcursor.1.0.dylib
-rw-r--r--    1 root     wheel      338708 Jul  8 16:47
/usr/X11R6/lib/libXft.2.1.dylib
-rw-r--r--    1 root     wheel       66836 Jul  8 16:47
/usr/X11R6/lib/libXrandr.2.0.dylib
-rw-r--r--    1 root     wheel      325024 Jul  8 16:44
/usr/X11R6/lib/libXrender.1.2.dylib
-rw-r--r--    1 root     wheel       73216 Jul  8 16:43
/usr/X11R6/lib/libXv.1.0.dylib

So yes libXcursor is one of them. But odd thing is, they all have at
least one up-to-date link linking to them (e.g.,

lrwxr-xr-x    1 root     wheel          20 Sep 23 00:34
/usr/X11R6/lib/libXcursor.1.dylib -> libXcursor.1.0.dylib
lrwxr-xr-x    1 root     wheel          20 Sep 23 00:34
/usr/X11R6/lib/libXcursor.dylib -> libXcursor.1.0.dylib

So should I remove them all (together with the links)?

Yes prior to installing Apple's X11 beta I had Fink's X11 installed.
(Continue reading)

Byron Hicks | 1 Oct 2003 15:57

A different Abiword problem

I just recently switched back to using the Apple X11 beta 3 and I have
discovered that I cannot compile the new version of Abiword.  It seems
that it has to use pango1-xft2-dev and pango1-xft2-shlibs, which are for
XFree 4.3.  Considering that Apple X11 beta 3 is XFree4.2, is there a
trick I need to use to get Abiword to compile?  Or do I just need to
wait until Apple X11 is using 4.3?

--

-- 
Byron L. Hicks
Network Engineer
NMSU ICT

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Gmane