Re: [fink-core] issues with the recent updates to gettext and friends

2013-08-25 Thread TheSin
I'll be working on a fix for this in my branch though all you have to do is 
remove apt form bootstrap as it's no longer required anyhow and it works, my 
fork no longer has apt and I don't need disable-nls in 10.9
---
TS
http://www.southofheaven.org/
Life begins and ends with chaos, live between the chaos!

On 2013-08-25, at 4:08 PM, Alexander Hansen alexanderk.han...@gmail.com wrote:

 1)  My bad, I didn't test using -m mode.  There's a test failure for 
 folks with vala installed.  In gettext-tools lang-vala.log:
 
 Compilation failed: 1 error(s), 0 warning(s)
 In file included from 
 /sw/build.build/gettext-tools-0.18.3.1-1/gettext-0.18.3.1/gettext-tools/tests/l-vala-prog.vala.c:10:
 /sw/include/glib-2.0/glib/gi18n-lib.h:25:10: fatal error: 'libintl.h' 
 file not found
 #include libintl.h
  ^
 1 error generated.
 error: cc exited with status 256
 
 2) There's runtime breakage in dpkg for 10.9, since we moved a revision 
 beyond what folks bootstrapped with:
 
 /sw/bin/dpkg-lockwait -i 
 /sw/src/fink.build/fink-buildlock-fink-0.35.99.git-20130825.2007_2013.08.25-14.24.00_darwin-x86_64.deb
 tar: This does not look like a tar archive
 
 Currently in the 10.9 test branch (Futureproof) dpkg is built with the 
 --disable-nls configure parameter set to avoid this issue.  Assuming 
 that we _don't_ want to do this for 10.7 and 10.8, we probably need 
 either to have a separate 10.9 package description or to add that 
 parameter in the CompileScript if the user is found to be on 10.9+.
 
 Unless folks have a better idea.
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 My package updates: http://finkakh.wordpress.com/
 
 --
 Introducing Performance Central, a new site from SourceForge and 
 AppDynamics. Performance Central is your source for news, insights, 
 analysis and resources for efficient Application Performance Management. 
 Visit us today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
 ___
 fink-core mailing list
 fink-core@lists.sourceforge.net
 List archive:
 http://news.gmane.org/gmane.os.apple.fink.core
 Subscription management:
 https://lists.sourceforge.net/lists/listinfo/fink-core


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
fink-core mailing list
fink-core@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.core
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-core


Re: [fink-core] issues with the recent updates to gettext and friends

2013-08-25 Thread Alexander Hansen
On 8/25/13 3:08 PM, Alexander Hansen wrote:
 1)  My bad, I didn't test using -m mode.  There's a test failure for
 folks with vala installed.  In gettext-tools lang-vala.log:

 Compilation failed: 1 error(s), 0 warning(s)
 In file included from
 /sw/build.build/gettext-tools-0.18.3.1-1/gettext-0.18.3.1/gettext-tools/tests/l-vala-prog.vala.c:10:

 /sw/include/glib-2.0/glib/gi18n-lib.h:25:10: fatal error: 'libintl.h'
 file not found
 #include libintl.h
   ^
 1 error generated.
 error: cc exited with status 256

 2) There's runtime breakage in dpkg for 10.9, since we moved a revision
 beyond what folks bootstrapped with:

 /sw/bin/dpkg-lockwait -i
 /sw/src/fink.build/fink-buildlock-fink-0.35.99.git-20130825.2007_2013.08.25-14.24.00_darwin-x86_64.deb

 tar: This does not look like a tar archive

 Currently in the 10.9 test branch (Futureproof) dpkg is built with the
 --disable-nls configure parameter set to avoid this issue.  Assuming
 that we _don't_ want to do this for 10.7 and 10.8, we probably need
 either to have a separate 10.9 package description or to add that
 parameter in the CompileScript if the user is found to be on 10.9+.

 Unless folks have a better idea.

 From discussions in IRC, this may not actually be what we need to do.

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

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
fink-core mailing list
fink-core@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.core
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-core


Re: [fink-core] issues with the recent updates to gettext and friends

2013-08-25 Thread Hisashi T Fujinaka
On Sun, 25 Aug 2013, Alexander Hansen wrote:

 On 8/25/13 3:08 PM, Alexander Hansen wrote:
 1)  My bad, I didn't test using -m mode.  There's a test failure for
 folks with vala installed.  In gettext-tools lang-vala.log:

 Compilation failed: 1 error(s), 0 warning(s)
 In file included from
 /sw/build.build/gettext-tools-0.18.3.1-1/gettext-0.18.3.1/gettext-tools/tests/l-vala-prog.vala.c:10:

 /sw/include/glib-2.0/glib/gi18n-lib.h:25:10: fatal error: 'libintl.h'
 file not found
 #include libintl.h
   ^
 1 error generated.
 error: cc exited with status 256

 2) There's runtime breakage in dpkg for 10.9, since we moved a revision
 beyond what folks bootstrapped with:

 /sw/bin/dpkg-lockwait -i
 /sw/src/fink.build/fink-buildlock-fink-0.35.99.git-20130825.2007_2013.08.25-14.24.00_darwin-x86_64.deb

 tar: This does not look like a tar archive

 Currently in the 10.9 test branch (Futureproof) dpkg is built with the
 --disable-nls configure parameter set to avoid this issue.  Assuming
 that we _don't_ want to do this for 10.7 and 10.8, we probably need
 either to have a separate 10.9 package description or to add that
 parameter in the CompileScript if the user is found to be on 10.9+.

 Unless folks have a better idea.

 From discussions in IRC, this may not actually be what we need to do.

I do not have vala installed, and adding --disable-nls in the
compilescript doesn't do anything different for me. I still get errors
like:

The following package will be reinstalled:
  dpkg
Reading buildlock packages...
 All buildlocks accounted for.
/sw/bin/dpkg-lockwait -i 
/sw/fink/dists/stable/main/binary-darwin-x86_64/base/dpkg_1.10.21-1237_darwin-x86_64.deb
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
/sw/bin/dpkg-deb: subprocess tar returned error exit status 2
/sw/bin/dpkg: error processing 
/sw/fink/dists/stable/main/binary-darwin-x86_64/base/dpkg_1.10.21-1237_darwin-x86_64.deb
 (--install):
  subprocess /sw/bin/dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
  
/sw/fink/dists/stable/main/binary-darwin-x86_64/base/dpkg_1.10.21-1237_darwin-x86_64.deb
### execution of /sw/bin/dpkg-lockwait failed, exit code 1
Failed: can't install package dpkg-1.10.21-1237

-- 
Hisashi T Fujinaka - ht...@twofifty.com
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
fink-core mailing list
fink-core@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.core
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-core