On Jun 3, 2004, at 3:55 AM, Dominique Dhumieres wrote:

There is a problem with tar 1.14-1:

Before:

gzip -dc /sw/src/tar-1.14.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions
cp -f /sw/lib/fink/update/config.guess .
cp -f /sw/lib/fink/update/config.sub .
...
dpkg-deb -b root-tar-1.14-1 /sw/fink/dists/unstable/main/binary-darwin-powerpc/base
dpkg-deb : construction du paquet « tar » dans « /sw/fink/dists/unstable/main/binary-darwin-powerpc/base/tar_1.14 -1_darwin-powerpc.deb ».
dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/base/tar_1.14 -1_darwin-powerpc.deb
(Lecture de la base de données... 275948 fichiers et répertoires déjà installés.)
Préparation du remplacement de tar 1.13.25-12 (en utilisant .../tar_1.14-1_darwin-powerpc.deb) ...
install-info(tar.info): deleting entry `* Tar: (tar) ...'
install-info(tar.info): deleting empty section `GNU Packages'
Dépaquetage de la mise à jour de tar ...
Paramétrage de tar (1.14-1) ...
* Tar: (tar). Making tape (or disk) archives.
install-info(/sw/share/info/tar.info): creating new section `Archiving'


After:

% sudo fink rebuild tar
Password:
Information about 3201 packages read in 2 seconds.
The following package will be rebuilt:
tar
gzip -dc /sw/src/tar-1.14.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions
### execution of gzip failed, exit code 139
Unpacking the file tar-1.14.tar.gz of package tar-1.14-1 failed. The most
likely cause for this is a corrupted or incomplete download. Do you want to
delete the tarball and download it again? [Y/n] n
Failed: unpacking file tar-1.14.tar.gz of package tar-1.14-1 failed


Note that /usr/bin/tar is working.

There is also a problem with dpkg:

% sudo fink install lesstif
Information about 3201 packages read in 2 seconds.
The following package will be installed or updated:
lesstif
dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/ lesstif_0.93.18-1_darwin-powerpc.deb
dpkg-deb: sous-processus tar tué par le signal (Segmentation fault)
dpkg : erreur de traitement de /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/ lesstif_0.93.18-1_darwin-powerpc.deb (--install) :
le sous-processus dpkg-deb --control a retourné une erreur de sortie d'état 2
Des erreurs ont été rencontrées pendant l'exécution :
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/ lesstif_0.93.18-1_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package lesstif-0.93.18-1


Config:

% fink -V
Package manager version: 0.20.2
Distribution version: 0.7.0.cvs

Information about 3201 packages read in 2 seconds.
i dpkg 1.10.21-200 The Debian package manager
i tar 1.14-1 GNU tar - tape archiver


Dominique d'Humieres


Both of your errors look suspiciously like a prebinding problem:

http://fink.sourceforge.net/faq/usage-fink.php?phpLang=fr#seg-fault

--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to