On 1/7/07, Miguel Ortiz-Lombardia <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear all, > > Happy new year to those who start a new year these days ;-) > > After loooooong hours of apparently successful compilation of the > gcc4_4.1.9999-20060617 package (I'm on the 10.4 unstable branch) the > installation of this package fails with: > > (...) > Writing control file... > Writing package script postinst... > Writing package script prerm... > dpkg-deb -b root-gcc4-4.1.9999-20060617 > /sw/fink/10.4/unstable/main/binary-darwin-powerpc/languages > dpkg-deb: construyendo el paquete `gcc4' en > `/sw/fink/10.4/unstable/main/binary-darwin-powerpc/languages/gcc4_4.1.9999-20060617_darwin-powerpc.deb'. > tar: > ./sw/lib/gcc4/include/c++/4.2.0/powerpc-apple-darwin8/bits/stdc++.h.gch/O0g.gch: > el fichero cambi'o mientras se estaba leyendo > /sw/bin/dpkg-deb: el subproceso tar -cf devolvi'o el c'odigo de salida > de error 1 > ### execution of dpkg-deb failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gcc4-4.1.9999-20060617 > (Leyendo la base de datos ... > 101409 ficheros y directorios instalados actualmente.) > Desinstalando fink-buildlock-gcc4-4.1.9999-20060617 ... > Failed: can't create package gcc4_4.1.9999-20060617_darwin-powerpc.deb > > (Sorry for the bits in Spanish, I assume you can guess what they mean, > please let me know if it isn't the case) > > So, a 'tar' process failed because one of the files (O0g.gch) changed > while it was being reading... > > I still have two directories in my /sw/src/fink.build: > > /sw/src/fink.build/root-gcc4-4.1.9999-20060617 > /sw/src/fink.build/root-gcc4-shlibs-4.1.9999-20060617 > > with plenty of stuff inside. My question is: can I do something to > re-try the installation without having to re-compile? > > Thank you! > > Best regards, > > > > Miguel > - -- > Miguel Ortiz Lombardía > Centro de Investigaciones Oncológicas > C/ Melchor Fernández Almagro, 3 > 28029 Madrid, Spain > Tel. +34 912 246 900 > Fax. +34 912 246 976 > e-mail: [EMAIL PROTECTED] > - ---------------------------------------------------------------------- > Et ainsi ne pouvant faire que ce qui est juste fűt fort, on a fait que > ce qui est fort fűt juste. > Blaise Pascal, Pensées
There's not an automatic method, but you can try running the same command that Fink was using, e.g. something like: sudo dpkg-deb -b /sw/src/fink.build/root-gcc4-4.1.9999-20060617 /sw/fink/10.4/unstable/main/binary-darwin-powerpc/languages Then if that works, you can try replacing "gcc" with "gcc-shlibs" above. However, this really isn't supposed to happen. Are you running some kind of third-party software that might have touched this file? (Spotlight doesn't because it's in a ".build" directory) -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
