On 12/27/13 12:40 PM, Richard Miles wrote:
> -bash-4.2$ sudo vi /sw/bin/dpkg-lockwait
> Password:
> -bash-4.2$ sudo vi /sw/bin/spt-get-lockwait
> -bash-4.2$ sudo vi apt-get-lockwait
> -bash-4.2$ sudo grep pack /sw/bin/*lockwait*
> Password:
> /sw/bin/apt-get-lockwait:     ### Note this pack() is specific  to OS X and 
> Darwin!!!
> /sw/bin/apt-get-lockwait:     my $struct_flock = pack("IIIiss", (0,0),(0,0) , 
> 0, F_WRLCK, SEEK_SET);
> /sw/bin/apt-get-lockwait~:    ### Note this pack() is specific  to OS X and 
> Darwin!!!
> /sw/bin/apt-get-lockwait~:    my $struct_flock = pack("|||iss", (0,0),(0,0) , 
> 0, F_WRLCK, SEEK_SET);
> /sw/bin/dpkg-lockwait:        ### Note this pack() is specific  to OS X and 
> Darwin!!!
> /sw/bin/dpkg-lockwait:        my $struct_flock = pack("IIIiss", (0,0), 
> (0,0),0, F_WRLCK, SEEK_SET);
> /sw/bin/dpkg-lockwait~:       ### Note this pack() is specific  to OS X and 
> Darwin!!!
> /sw/bin/dpkg-lockwait~:       my $struct_flock = pack("|||iss", (0, 0), 
> (0,0),0, F_WRLCK, SEEK_SET);
>

Ah.  Change all of the "I" to "l" (lowercase L) in those.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to