Re: [Fink-devel] missing deps

2007-11-30 Thread Jean-François Mertens
Forget the part about r-base _ another false alarm,
due this time to the install-names being all wrong..

JF

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] missing deps

2007-11-30 Thread Jean-François Mertens
No need to look at those anymore _
so you can concentrate on your own pkgs _;
I'm through with them, except for r-base,
which clearly needs a kde variant (or
rather, a variant that avoids kde  :) ).
Will still be looking at that.

JF Mertens

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Jean-Francois Mertens
Alexander K. Hansen wrote:
 Trying to do upstream lyx-1.5.2, via simply updating the extant .info
 file to use the new %v, I got the following error:
 ...
 libtool: link: cannot find the library `'

I get the same error when trying to rebuild the existing version
(after just completing deps and bdeps).

Must be one of the recursively called .la files that got bugged
_ but I checked the dependency-libs of the .la files in the build-dir, 
and the output of the same libtool command with '--debug' is
decidedly too long...

Jean-Francois

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Jean-François Mertens

On 01 Dec 2007, at 04:27, Jean-François Mertens wrote:


 On 01 Dec 2007, at 04:01, Peter O'Gorman wrote:

 Jean-François Mertens wrote:

 On 01 Dec 2007, at 03:30, Peter O'Gorman wrote:

 Alexander K. Hansen wrote:
 libtool: link: cannot find the library `'

 This is usually due to the libqt-mt.la files having -framework
 Carbon
 etc. in dependency_libs.

 In this case %p/lib/qt4-x11/lib/libQt{Core,Gui}.la
 You mean, there should be no frameworks there,
 (just as there are none in libqt-mt.la ?)

 It would help libtool if there were either no frameworks there, or if
 what is there is quoted with -Wl,. '-Wl,-framework,Carbon' would
 probably work. Alternatively RangerRick has a libtool patch somewhere
 that could be applied to the lyx-qt package.

 previous thing worked of course;
 trying now with

 perl -pi -e 's;(-framework) +([A-Za-z]+ );-Wl,$1,$2;g' %i/lib/%N/
 lib/*.la

 instead.

This one failed with the same error.
I guess from your would probably work
that this might depend on the exact version
of libtool used ?
(And just conceivaibly Alexander's 1.5.2 uses a newer version ?
with 1.5.0 I get :
# ./libtool --version
ltmain.sh (GNU libtool) 1.5.16 (1.1220.2.235 2005/04/25 18:13:26)
)

JF
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Jean-François Mertens

On 01 Dec 2007, at 04:01, Peter O'Gorman wrote:

 Jean-François Mertens wrote:

 On 01 Dec 2007, at 03:30, Peter O'Gorman wrote:

 Alexander K. Hansen wrote:
 libtool: link: cannot find the library `'

 This is usually due to the libqt-mt.la files having -framework  
 Carbon
 etc. in dependency_libs.

 In this case %p/lib/qt4-x11/lib/libQt{Core,Gui}.la
 You mean, there should be no frameworks there,
 (just as there are none in libqt-mt.la ?)

 It would help libtool if there were either no frameworks there, or if
 what is there is quoted with -Wl,. '-Wl,-framework,Carbon' would
 probably work. Alternatively RangerRick has a libtool patch somewhere
 that could be applied to the lyx-qt package.

previous thing worked of course;
trying now with

 perl -pi -e 's;(-framework) +([A-Za-z]+ );-Wl,$1,$2;g' %i/lib/%N/ 
 lib/*.la

instead.

JF
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Peter O'Gorman
Alexander K. Hansen wrote:
 OS 10.4.11
 G4/867 Single-processor
 Xcode 2.5
 Trying to do upstream lyx-1.5.2, via simply updating the extant .info
 file to use the new %v, I got the following error:

 libtool: link: cannot find the library `'
 make[3]: *** [lyx-qt4] Error 1
 
 I've put the build log online at
 http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_lyx-qt_1.5.2-1_2007.11.30-09.13.46

This is usually due to the libqt-mt.la files having -framework Carbon
etc. in dependency_libs.

Peter
-- 
Peter O'Gorman
http://pogma.com

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Peter O'Gorman
Jean-François Mertens wrote:
 
 This one failed with the same error.
 I guess from your would probably work
 that this might depend on the exact version

No, I don't think that I have ever actually tried it. The only .la files
 in the wild that have '-framework Carbon' and so on in dependency_libs
are the ones that come from trolltech (because they generate them, and
they do not use libtool).

I have in the past said Not a libtool bug, blame Trolltech for this,
but I will try to fix when I next get around to hacking on libtool :-)

Peter
-- 
Peter O'Gorman
http://pogma.com

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Jean-François Mertens

On 01 Dec 2007, at 03:43, Jean-François Mertens wrote:


 On 01 Dec 2007, at 03:30, Peter O'Gorman wrote:

 Alexander K. Hansen wrote:
 libtool: link: cannot find the library `'

 This is usually due to the libqt-mt.la files having -framework Carbon
 etc. in dependency_libs.

 In this case %p/lib/qt4-x11/lib/libQt{Core,Gui}.la
 You mean, there should be no frameworks there,
 (just as there are none in libqt-mt.la ?)

Rebuilding lyx-qt now after adding in qt4-x11.info the last of the  
following lines

  FIX LA, PRL and PC FILES 

 perl -pi -e 's,%b/lib,%p/lib/%N/lib,g' %i/lib/%N/lib/ 
 pkgconfig/*.pc %i/lib/%N/lib/*.prl %i/lib/%N/lib/*.la
 perl -pi -e 's,-framework +[A-Za-z]+ ,,g' %i/lib/%N/lib/*.la

sure it'll be OK :)

JF
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Peter O'Gorman
Jean-François Mertens wrote:
 
 On 01 Dec 2007, at 03:30, Peter O'Gorman wrote:
 
 Alexander K. Hansen wrote:
 libtool: link: cannot find the library `'

 This is usually due to the libqt-mt.la files having -framework Carbon
 etc. in dependency_libs.
 
 In this case %p/lib/qt4-x11/lib/libQt{Core,Gui}.la
 You mean, there should be no frameworks there,
 (just as there are none in libqt-mt.la ?)

It would help libtool if there were either no frameworks there, or if
what is there is quoted with -Wl,. '-Wl,-framework,Carbon' would
probably work. Alternatively RangerRick has a libtool patch somewhere
that could be applied to the lyx-qt package.

I guess I should apply it upstream to libtool too. I did not do so
originally because libtool-2.0 was just around the corner :/

Peter
-- 
Peter O'Gorman
http://pogma.com

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Jean-François Mertens

On 01 Dec 2007, at 03:30, Peter O'Gorman wrote:

 Alexander K. Hansen wrote:
 libtool: link: cannot find the library `'

 This is usually due to the libqt-mt.la files having -framework Carbon
 etc. in dependency_libs.

In this case %p/lib/qt4-x11/lib/libQt{Core,Gui}.la
You mean, there should be no frameworks there,
(just as there are none in libqt-mt.la ?)

JF

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Build issue on attempting to update lyx-qt to new upstream version

2007-11-30 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
OS 10.4.11
G4/867 Single-processor
Xcode 2.5
Trying to do upstream lyx-1.5.2, via simply updating the extant .info
file to use the new %v, I got the following error:
...
/bin/sh ../libtool --tag=CXX   --mode=link g++  -O2  -framework Carbon
- -framework OpenGL -framework AGL -framework QuickTime -L/sw/lib -o
lyx-qt4 main.o  ASpell.o  ISpell.o SpellBase.o Author.o Bidi.o boost.o
Box.o BranchList.o Buffer.o buffer_funcs.o BufferList.o BufferParams.o
BufferView.o bufferview_funcs.o Bullet.o Changes.o Chktex.o Color.o
ConverterCache.o Converter.o CoordCache.o Counters.o Cursor.o
CursorSlice.o CutAndPaste.o debug.o DepTable.o Dimension.o
DocIterator.o Encoding.o ErrorList.o Exporter.o factory.o Floating.o
FloatList.o Font.o FontIterator.o Format.o FuncRequest.o FuncStatus.o
gettext.o Graph.o Importer.o InsetIterator.o InsetList.o Intl.o
KeyMap.o KeySequence.o Language.o LaTeX.o LaTeXFeatures.o Layout.o
Length.o lengthcommon.o Lexer.o LyXAction.o callback.o LyX.o lyxfind.o
LyXFunc.o LyXRC.o Server.o ServerSocket.o LyXVC.o MenuBackend.o
Messages.o MetricsInfo.o Mover.o output.o output_docbook.o
output_latex.o OutputParams.o output_plaintext.o Paragraph.o
paragraph_funcs.o ParagraphMetrics.o ParagraphParameters.o
ParIterator.o PrinterParams.o Row.o rowpainter.o Session.o sgml.o
Spacing.o TexRow.o Text.o Text2.o Text3.o TextClass.o TextClassList.o
TextMetrics.o Thesaurus.o TocBackend.o toc.o ToolbarBackend.o Trans.o
Undo.o VCBackend.o version.o VSpace.o mathed/libmathed.la
insets/libinsets.la frontends/libfrontends.la frontends/qt4/libqt4.la
frontends/controllers/libcontrollers.la graphics/libgraphics.la
support/libsupport.la ../boost/libs/regex/src/libboost_regex.la
../boost/libs/signals/src/libboost_signals.la
../boost/libs/filesystem/src/libboost_filesystem.la
../boost/libs/iostreams/src/libboost_iostreams.la -lintl -liconv -lc
- -Wl,-framework -Wl,CoreFoundation  -laspell  -lSM -lICE -lm  -liconv
- -lz  -L/usr/X11R6/lib -lX11  -Wl,-framework,ApplicationServices
mkdir .libs
libtool: link: cannot find the library `'
make[3]: *** [lyx-qt4] Error 1

I've put the build log online at
http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_lyx-qt_1.5.2-1_2007.11.30-09.13.46

- --
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFHUDiRB8UpO3rKjQ8RAlQOAJ9eiutCiMG1PbTttEZ4kmORChgxSgCcCBjD
ZV3MA9ZW/WmImka3WKVkO3I=
=ELNv
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Failed: phase compiling: xmhtml-1.1.7-4 failed on Leopard

2007-11-30 Thread Dominique Dhumieres
Installing xmhtml-1.1.7-4 on Leopard failed (both Intel and PPC)
with:

...
rm -f debug.o
cc -fno-common -g -funroll-loops -Wall -pipe -ansi  -DVERSION=1107 -DDEBUG 
-D_GNU_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DHAVE_REGEX_H -DHAVE_LIBJPEG 
-DHAVE_LIBPNG  -DMotif -I. -I../include -I../include/common -I../../include 
-I../../include/common -I../../include/XmHTML -I/usr/X11R6/include 
-I/sw/include -I/sw/include -I/usr/include  -c debug.c
debug.c:113: error: initializer element is not constant
debug.c: In function '__rsd_selectDebugLevels':
debug.c:225: warning: implicit declaration of function 'strcasecmp'
make[2]: *** [debug.o] Error 1
make[1]: *** [common] Error 2
make: *** [all] Error 2
### execution of make failed, exit code 2

TIA

Dominique

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel