Re: [Fink-users] fink vs apple libjpeg!

2007-06-06 Thread Martin Costabel
Peter O'Gorman wrote:
[]
 Ok, the bug I was thinking of was fixed in libtool-1.5.14, so that
 should not be the problem. Unless you really want to hunt about for what
 is setting DYLD_LIBRARY_PATH, Martin's option of removing the libjpeg
 package seems like a good plan.

As it appears, not so good after all: taskjuggler needs libjpeg for 
building. Trying to understand how libtool and dyld conspire to mix up 
libJPEG and libjpeg is probably not good for anyone's mental health ;-)

My Plan B in this case would be to create a 10 GB disk image with a 
HFS-case-sensitive file system on it, and do the building there.

-- 
Martin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-06 Thread Kyle Skrinak
What an interesting idea -- why so large, though? Would I need to have
fink install the dependent packages onto that volume?

On 6/6/07, Martin Costabel [EMAIL PROTECTED] wrote:
 Peter O'Gorman wrote:
 []
  Ok, the bug I was thinking of was fixed in libtool-1.5.14, so that
  should not be the problem. Unless you really want to hunt about for what
  is setting DYLD_LIBRARY_PATH, Martin's option of removing the libjpeg
  package seems like a good plan.

 As it appears, not so good after all: taskjuggler needs libjpeg for
 building. Trying to understand how libtool and dyld conspire to mix up
 libJPEG and libjpeg is probably not good for anyone's mental health ;-)

 My Plan B in this case would be to create a 10 GB disk image with a
 HFS-case-sensitive file system on it, and do the building there.

 --
 Martin



-- 
Kyle D. Skrinak;
Contact information: cell 919 337 8716,
home phone: 919 387 4779
Electronic mail: [EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-06 Thread Christian Ebert
* Kyle Skrinak on Wednesday, June 06, 2007 at 06:56:22 -0400:
 What an interesting idea -- why so large, though?

Better save than sorry? Anyway, with Disk Utility you can create
a sparseimage of 10GB, but it only takes up as much space as it
actually needs.

You can also use the commandline:

$ hdiutil create -type SPARSE -size 10g -volname source -fs UFS source

c
-- 
_B A U S T E L L E N_ lesen! --- http://www.blacktrash.org/baustellen.html

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-06 Thread Martin Costabel
Christian Ebert wrote:
[]
 $ hdiutil create -type SPARSE -size 10g -volname source -fs UFS source

I would suggest HFSX instead of UFS. Just not to open other cans of worms...

-- 
Martin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-05 Thread Peter O'Gorman
On Tue, 2007-06-05 at 22:00 -0400, Kyle Skrinak wrote:
 Peter -- thanks for asking. There is a libtool shell script in the
 root of the source directory. It is GNU, and under the ltmain.sh
 section it says 1.5.22. -- Thanks! Kyle
 
 On 6/5/07, Peter O'Gorman [EMAIL PROTECTED] wrote:
 On Sun, 2007-06-03 at 17:03 -0400, Kyle Skrinak wrote:
  I am trying to compile taskjuggler (outside of fink) but
 relying on
  fink's KDE suite of stuff. During compile, I see errors on
 libjpeg 
  (installed via fink)
 
  dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced
 
 from: 
 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  
Expected in: /sw/lib/libJPEG.dylib
 
  (the errors accumulate from there)
 
  What do I do to fix this?
 
 If the package uses GNU libtool, what version does it use?
 
 Peter

Hi Kyle,
I am re-adding the list top the CC.

Ok, the bug I was thinking of was fixed in libtool-1.5.14, so that
should not be the problem. Unless you really want to hunt about for what
is setting DYLD_LIBRARY_PATH, Martin's option of removing the libjpeg
package seems like a good plan.

Peter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-04 Thread Martin Costabel
Kyle Skrinak wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on 
 fink's KDE suite of stuff. During compile, I see errors on libjpeg 
 (installed via fink)
 
 dyld: Symbol not found: __cg_jpeg_resync_to_restart
   Referenced from: 
 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /sw/lib/libJPEG.dylib
 
 (the errors accumulate from there)
 
 What do I do to fix this?

You can also remove Fink's libjpeg package which contains 
/sw/lib/libjpeg.dylib. It is a package that is needed only at 
compile-time, as opposed to the libjpeg-bin and libjpeg-shlibs packages 
which may be needed by other packages at runtime.

Another possibility is to work on a case-sensitive file system, so that 
even Apple's stupid dynamic linker will not make the mistake to confuse 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
 
with /sw/lib/libjpeg.dylib.

-- 
Martin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-04 Thread David R. Morrison

On Jun 3, 2007, at 2:03 PM, Kyle Skrinak wrote:

 I am trying to compile taskjuggler (outside of fink) but relying  
 on fink's KDE suite of stuff. During compile, I see errors on  
 libjpeg (installed via fink)

 dyld: Symbol not found: __cg_jpeg_resync_to_restart
   Referenced from: /System/Library/Frameworks/ 
 ApplicationServices.framework/Versions/A/Frameworks/ 
 ImageIO.framework/Versions/A/ImageIO
   Expected in: /sw/lib/libJPEG.dylib

 (the errors accumulate from there)

 What do I do to fix this?


This is usually caused by setting the environment variable  
DYLD_LIBRARY_PATH (which is generally a bad idea).  Has that been set  
in your case?

   -- Dave



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-04 Thread Peter O'Gorman
On Sun, 2007-06-03 at 17:03 -0400, Kyle Skrinak wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on
 fink's KDE suite of stuff. During compile, I see errors on libjpeg
 (installed via fink)
 
 dyld: Symbol not found: __cg_jpeg_resync_to_restart 
   Referenced
 from: 
 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /sw/lib/libJPEG.dylib
 
 (the errors accumulate from there)
 
 What do I do to fix this?

If the package uses GNU libtool, what version does it use?

Peter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink vs apple libjpeg!

2007-06-03 Thread Kyle Skrinak

I am trying to compile taskjuggler (outside of fink) but relying on fink's
KDE suite of stuff. During compile, I see errors on libjpeg (installed via
fink)

dyld: Symbol not found: __cg_jpeg_resync_to_restart
 Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
 Expected in: /sw/lib/libJPEG.dylib

(the errors accumulate from there)

What do I do to fix this?

TIA
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-03 Thread Alexander Hansen
On 6/3/07, Kyle Skrinak [EMAIL PROTECTED] wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on fink's
 KDE suite of stuff. During compile, I see errors on libjpeg (installed via
 fink)

 dyld: Symbol not found: __cg_jpeg_resync_to_restart
   Referenced from:
 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /sw/lib/libJPEG.dylib

 (the errors accumulate from there)

 What do I do to fix this?

 TIA


The really annoying part is that Apple's libJPEG isn't actually
similar to libjpeg, if I recall correctly.

One thing to try would be to see if the package configuration accepts
a definite path for libjpeg (e.g. something like --with-jpeg= ) rather
than attempting to autodetect it.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-03 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kyle Skrinak wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on
 fink's KDE suite of stuff. During compile, I see errors on libjpeg
 (installed via fink)
 
 dyld: Symbol not found: __cg_jpeg_resync_to_restart
   Referenced from:
 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /sw/lib/libJPEG.dylib
 
 (the errors accumulate from there)
 
 What do I do to fix this?

don't set DYLD_LIBRARY_PATH to include /sw/lib and it should go away.

- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGY1QKUu+jZtP2Zf4RAgaWAJ48m3HjmjMAkvKN+dXUgOZkjXz2OgCgnd3i
hYmUhB/E8DThkU2EJNeF3Rw=
=OEcN
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-03 Thread Kyle Skrinak

Currently this variable is empty (or undefined). What would a reasonable
default path be? I poured over the fink site, but there was no answer that I
could find.

Thanks!

On 6/3/07, Benjamin Reed [EMAIL PROTECTED] wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kyle Skrinak wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on
 fink's KDE suite of stuff. During compile, I see errors on libjpeg
 (installed via fink)

 dyld: Symbol not found: __cg_jpeg_resync_to_restart
   Referenced from:

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /sw/lib/libJPEG.dylib

 (the errors accumulate from there)

 What do I do to fix this?

don't set DYLD_LIBRARY_PATH to include /sw/lib and it should go away.

- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGY1QKUu+jZtP2Zf4RAgaWAJ48m3HjmjMAkvKN+dXUgOZkjXz2OgCgnd3i
hYmUhB/E8DThkU2EJNeF3Rw=
=OEcN
-END PGP SIGNATURE-





--
Kyle D. Skrinak;
Contact information: cell 919 337 8716,
home phone: 919 387 4779
Electronic mail: [EMAIL PROTECTED]
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-03 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kyle Skrinak wrote:
 Currently this variable is empty (or undefined). What would a reasonable
 default path be? I poured over the fink site, but there was no answer
 that I could find.

ah, well then never mind, red herring.  :)

It should generally not need to be set at all, binaries in OSX know the
paths to the libraries they link against.



- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGY2wwUu+jZtP2Zf4RAnTAAJ4lCKbh1Fxn0VrZSHgspqy4b8IdKACdGAuY
oLIuqeFV0OOnXUSr0ap0xME=
=Jv4z
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users