> Hmm. Maybe it's a case-sensitivity problem. > What do you get from > dpkg -c > /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/gcc48-compiler_4.8.2-1000_darwin-x86_64.deb > | grep fn_imps ?
here is the first output lines of the experiment you suggest: [spip]<sw> dpkg -c /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/gcc48-compiler_4.8.2-1000_darwin-x86_64.deb | grep fn_imps -rw-r--r-- 0 root admin 5507 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp -rw-r--r-- 0 root admin 8071 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp -rw-r--r-- 0 root admin 2919 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp -rw-r--r-- 0 root admin 4679 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp -rw-r--r-- 0 root admin 2080 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp -rw-r--r-- 0 root admin 5481 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp -rw-r--r-- 0 root admin 3515 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp -rw-r--r-- 0 root admin 1905 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp -rw-r--r-- 0 root admin 2909 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp -rw-r--r-- 0 root admin 4190 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp -rw-r--r-- 0 root admin 4007 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp -rw-r--r-- 0 root admin 4189 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp -rw-r--r-- 0 root admin 2541 Oct 25 16:27 ./sw/lib/gcc4.8/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp suggesting (to me) that it's not a case-sensitivity problem. the recent update of gcc47-compiler from yesterday finally also failed in exactly the same way: [spip]<sw> fink update-all Information about 8332 packages read in 0 seconds. The following package will be installed or updated: gcc47-compiler Reading buildlock packages... /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/gcc47-compiler_4.7.3-1001_darwin-x86_64.deb (Lecture de la base de données... 132293 fichiers et répertoires déjà installés.) Préparation du remplacement de gcc47-compiler 4.7.3-1000 (en utilisant .../gcc47-compiler_4.7.3-1001_darwin-x86_64.deb) ... Dépaquetage de la mise à jour de gcc47-compiler ... /sw/bin/dpkg : erreur de traitement de /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/gcc47-compiler_4.7.3-1001_darwin-x86_64.deb (--install) : impossible de créer « lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp »: No such file or directory /sw/bin/dpkg-deb: sous-processus paste tué par le signal (Broken pipe: 13) Des erreurs ont été rencontrées pendant l'exécution : /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/gcc47-compiler_4.7.3-1001_darwin-x86_64.deb ### execution of /sw/bin/dpkg-lockwait failed, exit code 1 Failed: can't install package gcc47-compiler-4.7.3-1001 which is even weirder since the file that the update process tries to extract from the newest package already exists in /sw: [spip]<sw> ls -l lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp -rw-r--r-- 1 root admin 5541 Apr 18 2013 lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp and there should be no problem to replace it with its new version. the update process worked fine on my MacPro - which really drives me nuts! i cannot understand find out what the gcc-compiler update fails on this machine only. thanks for any clues that may explain why dpkg keeps failing at updating the gcc compiler. cheers, jeanfrancois donati Le 26 oct. 2013 à 20:23, Alexander Hansen <[email protected]> a écrit : > On 10/26/13 10:38 AM, jean-francois wrote: >> disk utility does not detect any problem with the disc. >> i already tried removing gcc48-compiler and then reinstalling it from >> scratch but it failed again at the same step. >> strangely enough, it apparently worked fine in the past for gcc47: >> [spip]<sw> ls -ld >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/* >> -rw-r--r-- 1 root admin 12438 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp >> -rw-r--r-- 1 root admin 5541 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp >> -rw-r--r-- 1 root admin 8090 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp >> -rw-r--r-- 1 root admin 2938 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp >> -rw-r--r-- 1 root admin 4698 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp >> -rw-r--r-- 1 root admin 2087 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp >> -rw-r--r-- 1 root admin 5500 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp >> -rw-r--r-- 1 root admin 3528 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp >> -rw-r--r-- 1 root admin 6010 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp >> -rw-r--r-- 1 root admin 8974 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp >> -rw-r--r-- 1 root admin 1912 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp >> -rw-r--r-- 1 root admin 2928 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp >> -rw-r--r-- 1 root admin 4209 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp >> -rw-r--r-- 1 root admin 4026 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp >> -rw-r--r-- 1 root admin 6416 Apr 18 2013 >> lib/gcc4.7/include/c++/4.7.3/ext/pb_ds/detail/bin_search_tree_/traits.hpp >> while it keeps failing for gcc48. >> > > -- > Alexander Hansen, Ph.D. > Fink User Liaison > My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
