Daniel Macks | 1 Nov 2009 10:10

Re: fink cleanup --debs does not cleanup debs

On Sat, Oct 31, 2009 at 04:57:53PM -0200, monipol wrote:
>  From the bugs tracker. Original report by Remko Scharroo.
> 
> https://sourceforge.net/tracker/index.php?func=detail&aid=2889460&group_id=17203&atid=117203
> 
> Since a while, most likely since fink 0.29.10, "fink cleanup --debs"  
> or "fink cleanup --all" does no longer clean up deb packages. I have  
> now various versions of the same package in my trees. Normally they  
> would have been cleared out.
> 
> For example, they could be of the same version, but different revision:
> /sw/fink/10.4/unstable/main/binary-darwin-x86_64/sci/ 
> plotutils_2.4.1-1008_darwin-x86_64.deb

Good find! There was a bug in how cleanup_debs parsed .deb filenames
if they were for the x86_64 architecture. It's fixed in our CVS now,
so will be available in the next public release of fink itself
(0.29.11 I assume).

dan

--

-- 
Daniel Macks
dmacks <at> netspace.org
http://www.netspace.org/~dmacks

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
(Continue reading)

Tim Brunne | 1 Nov 2009 14:57
Picon
Picon

Wine/freetype fails to compile on Mac OS 10.4/Xcode 2.5/Fink

Wine fails to compile on my Mac OS 10.4/Xcode 2.5 with the most recent Fink
installed.

- I did selfupdate and update-all several times.
- I am using the Fink X.org X server (6.8.2)
- I "fink fetch"ed all packages with freetype in the name and rebuild them
successfully; then did the same for wine packages.

But the latter package(s) don't compile as I get the following error messages. 

Any ideas? Tim

gcc -c -I. -I. -I../../include -I../../include -I/sw/include/freetype2  
-D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include -g -O2  -o
freetype.o freetype.c
freetype.c:166: error: 'FT_MulFix' undeclared here (not in a function)
freetype.c:166: warning: type defaults to 'int' in declaration of 'pFT_MulFix'
freetype.c: In function 'WineEngGetOutlineTextMetrics':
freetype.c:5113: error: called object 'pFT_MulFix' is not a function
freetype.c:5114: error: called object 'pFT_MulFix' is not a function
freetype.c:5116: error: called object 'pFT_MulFix' is not a function
freetype.c:5124: error: called object 'pFT_MulFix' is not a function
freetype.c:5124: error: called object 'pFT_MulFix' is not a function
freetype.c:5128: error: called object 'pFT_MulFix' is not a function
freetype.c:5132: error: called object 'pFT_MulFix' is not a function
freetype.c:5212: error: called object 'pFT_MulFix' is not a function
freetype.c:5213: error: called object 'pFT_MulFix' is not a function
freetype.c:5214: error: called object 'pFT_MulFix' is not a function
(Continue reading)

Chupacerveza | 1 Nov 2009 15:15
Picon
Gravatar

Re: Wine/freetype fails to compile on Mac OS 10.4/Xcode 2.5/Fink

Tim Brunne wrote:
> Wine fails to compile on my Mac OS 10.4/Xcode 2.5 with the most recent Fink
> installed.
>
> - I did selfupdate and update-all several times.
> - I am using the Fink X.org X server (6.8.2)
> - I "fink fetch"ed all packages with freetype in the name and rebuild them
> successfully; then did the same for wine packages.
>
> But the latter package(s) don't compile as I get the following error messages.
>
> Any ideas? Tim
>
>
>
> gcc -c -I. -I. -I../../include -I../../include -I/sw/include/freetype2
> -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
> -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
> -I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include -g -O2  -o
> freetype.o freetype.c
> freetype.c:166: error: 'FT_MulFix' undeclared here (not in a function)
> freetype.c:166: warning: type defaults to 'int' in declaration of 'pFT_MulFix'
> freetype.c: In function 'WineEngGetOutlineTextMetrics':
<snip>
> freetype.c:5240: error: called object 'pFT_MulFix' is not a function
> make[2]: *** [freetype.o] Error 1
> make[1]: *** [gdi32] Error 2
> make: *** [dlls] Error 2
> ### execution of /var/tmp/tmp.1.ax6evw failed, exit code 2
> Removing runtime build-lock...
(Continue reading)

drjlevi | 1 Nov 2009 20:31
Favicon

Can't Update Fink

I get, in part:

cd t && ./testmore.pl && find . -name '*.t' | sort | PREFIX="/sw" xargs
/usr/bin/perl
-I/Volumes/LaCieDisk/sw/src/fink.build/fink-0.29.10-31/fink-0.29.10/perlmod
-MTest::Harness -e 'runtests( <at> ARGV)'
Checking for Test::More...
./00compile..............................ok
./10features/users_groups................ok
./10features/volume......................ok 1/2
#   Failed test 'Permissions must be enabled on target volume'
#   in ./10features/volume.t at line 24.
#          got: 'Disabled'
#     expected: 'Enabled'
# Looks like you failed 1 test of 2.
./10features/volume......................dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
        Failed 1/2 tests, 50.00% okay
./Base/initialize........................ok
./Base/param.............................ok
./Base/param_boolean.....................ok
./CLI/capture............................ok
./Command/cat............................ok
./Command/chowname.......................
./Command/chowname.......................NOK 2#   Failed test 'chown to a
user'
#   in ./Command/chowname.t at line 27.
#          got: 'unknown'
#     expected: 'nobody'
(Continue reading)

Max Horn | 1 Nov 2009 20:45
Picon
Gravatar

Re: sdl-1.2.14-1 build failure on 10.5/x84_64

Hi everybody,

the SDL folks just released something which looks like a proper fix to  
the issues reported on this thread. It would be nice if somebody could  
test the attached sdl.info & sdl.patch on x86_64 systems, ideally on  
both 10.5 and 10.6. Tests on other systems (including PPC 32/64bit)  
are of course also welcome. My own machine runs 32bit 10.5 on Intel,  
and had no problems with this package version.

Cheers,
Max
Attachment (sdl.info): application/octet-stream, 2150 bytes
Attachment (sdl.patch): application/octet-stream, 6007 bytes
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-users mailing list
Fink-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users
Cavin Graves | 1 Nov 2009 21:10
Picon

kdelibs4-mac-shlibs: failed: phase compiling: kdelibs4-mac

I was trying to install ktorrent-kde4-mac when kdelibs4-mac failed to 
install/compile. When I try to install kdelibs4-mac-shlibs alone it 
gives the same error. I put it up on pastebin ( 
http://pastebin.com/f4527dbd1 )

I would just try to remove the files and re-fetch them and possibly 
start building them all over again but I'm not completely familiar with 
fink yet as I switched from macports. I tried purge and cleanup and 
remove but none found anything installed so therefore they removed nothing.

Thanks

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
Chupacerveza | 1 Nov 2009 21:17
Picon
Gravatar

Re: kdelibs4-mac-shlibs: failed: phase compiling: kdelibs4-mac

Cavin Graves wrote:
> I was trying to install ktorrent-kde4-mac when kdelibs4-mac failed to
> install/compile. When I try to install kdelibs4-mac-shlibs alone it
> gives the same error. I put it up on pastebin (
> http://pastebin.com/f4527dbd1 )
>
> I would just try to remove the files and re-fetch them and possibly
> start building them all over again but I'm not completely familiar with
> fink yet as I switched from macports. I tried purge and cleanup and
> remove but none found anything installed so therefore they removed nothing.
>
> Thanks

Hi Cavin,

Is this the same failure?
http://thread.gmane.org/gmane.os.macosx.fink.user/29597

If so, there is a response posted there as well.

--Robert

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
monipol | 2 Nov 2009 01:20
Picon
Favicon
Gravatar

Re: Can't Update Fink

Hello, drjlevi.

On 01/11/2009, at 17:31, drjlevi <at> netonecom.net wrote:
> I get, in part:
>
> cd t && ./testmore.pl && find . -name '*.t' | sort | PREFIX="/sw"  
> xargs
> /usr/bin/perl
> -I/Volumes/LaCieDisk/sw/src/fink.build/fink-0.29.10-31/fink-0.29.10/ 
> perlmod
> -MTest::Harness -e 'runtests( <at> ARGV)'
> Checking for Test::More...
> ./00compile..............................ok
> ./10features/users_groups................ok
> ./10features/volume......................ok 1/2
> #   Failed test 'Permissions must be enabled on target volume'

Are permissions enabled on the disk? (probably /Volumes/LaCieDisk)  
Which filesystem type are you using? FAT32? HFS+? Some of the errors  
below seem to indicate the filesystem you are using does not support  
file owners either which leads me to guess you might be using FAT32.  
That's not supported.

> #   in ./10features/volume.t at line 24.
> #          got: 'Disabled'
> #     expected: 'Enabled'
> # Looks like you failed 1 test of 2.
> ./10features/volume......................dubious
>        Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 2
(Continue reading)

monipol | 2 Nov 2009 01:40
Picon
Favicon
Gravatar

Re: Can't Update Fink

On 01/11/2009, at 22:20, monipol wrote:
> On 01/11/2009, at 17:31, drjlevi <at> netonecom.net wrote:
>> I get, in part:
>>
>> cd t && ./testmore.pl && find . -name '*.t' | sort | PREFIX="/sw"
>> xargs
>> /usr/bin/perl
>> -I/Volumes/LaCieDisk/sw/src/fink.build/fink-0.29.10-31/fink-0.29.10/
>> perlmod
>> -MTest::Harness -e 'runtests( <at> ARGV)'
>> Checking for Test::More...
>> ./00compile..............................ok
>> ./10features/users_groups................ok
>> ./10features/volume......................ok 1/2
>> #   Failed test 'Permissions must be enabled on target volume'
>
> Are permissions enabled on the disk? (probably /Volumes/LaCieDisk)
> Which filesystem type are you using? FAT32? HFS+? Some of the errors
> below seem to indicate the filesystem you are using does not support
> file owners either which leads me to guess you might be using FAT32.
> That's not supported.

Hello again, drjlevi. I've just been told that removable drives tend  
to be mounted without ownership or permissions even if their  
filesystem type is HFS+. The following command will tell you if that's  
the case. I'm assuming the volume has been mounted as /Volumes/ 
LaCieDisk.

vsdbutil -c /Volumes/LaCieDisk

(Continue reading)

Chupacerveza | 2 Nov 2009 03:18
Picon
Gravatar

Re: sdl-1.2.14-1 build failure on 10.5/x84_64

Max Horn wrote:
> Hi everybody,
>
> the SDL folks just released something which looks like a proper fix to
> the issues reported on this thread. It would be nice if somebody could
> test the attached sdl.info & sdl.patch on x86_64 systems, ideally on
> both 10.5 and 10.6. Tests on other systems (including PPC 32/64bit) are
> of course also welcome. My own machine runs 32bit 10.5 on Intel, and had
> no problems with this package version.
>
> Cheers,
> Max

Max,
The old one worked on 10.6 (intel) 32-bit and this one does also.

New package: 
dists/local/main/binary-darwin-i386/sdl-shlibs_1.2.14-5_darwin-i386.deb
New package: 
dists/local/main/binary-darwin-i386/sdl_1.2.14-5_darwin-i386.deb

--Robert

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
(Continue reading)


Gmane