-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);

On Dec 27, 2013, at 12:09 PM, Alexander Hansen wrote:

> On 12/27/13 12:04 PM, Richard Miles wrote:
>> it still fails with same as below after doing you change :(
>> 
> 
> I don't see how that is possible.  I tried the change myself and it worked.  
> What do you get from
> 
> grep pack /sw/bin/*lockwait*
> 
> ?
> -- 
> 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