User Tools

Site Tools


informatica:hp_xw4300_500_topspin13_au_compilation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
informatica:hp_xw4300_500_topspin13_au_compilation [2015/09/29 14:39]
miquel [Migració de /lib32 a /lib/i386-linux-gnu]
informatica:hp_xw4300_500_topspin13_au_compilation [2020/07/09 12:02] (current)
miquel
Line 507: Line 507:
 </file> </file>
  
-<note important>+<WRAP important>
 Ara que els programes AU s'han compilat correctament, el problema és que quan els executo, tots donen el següent missatge d'error: Ara que els programes AU s'han compilat correctament, el problema és que quan els executo, tots donen el següent missatge d'error:
  
Line 516: Line 516:
  
 potser pels motius explicats [[http://superuser.com/questions/908377/ldd-with-32-bit-binaries-on-64-bit-system-runs-but-wont-report | aquí]]: //ldd with 32-bit binaries on 64-bit system - runs but won't report//. potser pels motius explicats [[http://superuser.com/questions/908377/ldd-with-32-bit-binaries-on-64-bit-system-runs-but-wont-report | aquí]]: //ldd with 32-bit binaries on 64-bit system - runs but won't report//.
-</note>+</WRAP>
  
 ===== Canvi de /lib32 a /lib/i386-linux-gnu? ===== ===== Canvi de /lib32 a /lib/i386-linux-gnu? =====
Line 672: Line 672:
  
 <file> <file>
-n# ls /lib32+# ls /lib32
 ld-2.13.so               libc-2.13.so      libdl-2.13.so   libnsl.so.1            libnss_files.so.2       libnss_nis.so.2     librt-2.13.so        libutil.so.1 ld-2.13.so               libc-2.13.so      libdl-2.13.so   libnsl.so.1            libnss_files.so.2       libnss_nis.so.2     librt-2.13.so        libutil.so.1
 ld-linux.so.2            libcidn-2.13.so   libdl.so.2      libnss_compat-2.13.so  libnss_hesiod-2.13.so   libpcprofile.so     librt.so.1 ld-linux.so.2            libcidn-2.13.so   libdl.so.2      libnss_compat-2.13.so  libnss_hesiod-2.13.so   libpcprofile.so     librt.so.1
Line 681: Line 681:
 </file> </file>
  
 +=== libc6-i386 ===
 +
 +Vull eliminar //libc6-i386// perquè el paquet equivalent //libc6:i386// ja està instal·lat, però quan provo de fer-ho em surt el missatge "The following packages will be REMOVED: libc6-dev-i386 libc6-i386" i això comportaria substituir //libc6-dev-i386// per //libc6-dev-i386//, però la instal·lació de //libc6-dev:i386// comportaria alhora canvis addicionals,
 +
 +<file>
 +# apt-get -s install libc6:i386 libc6-dev:i386
 +Reading package lists... Done
 +Building dependency tree       
 +Reading state information... Done
 +libc6:i386 is already the newest version.
 +libc6:i386 set to manually installed.
 +Suggested packages:
 +  glibc-doc:i386 manpages-dev:i386
 +Recommended packages:
 +  gcc:i386 c-compiler:i386
 +The following packages will be REMOVED:
 +  binutils flashplugin-nonfree gcc gcc-4.7
 +The following NEW packages will be installed:
 +  libc6-dev:i386 linux-libc-dev:i386
 +0 upgraded, 2 newly installed, 4 to remove and 0 not upgraded.
 +Remv flashplugin-nonfree [1:3.2+wheezy1]
 +Remv gcc [4:4.7.2-1]
 +Remv gcc-4.7 [4.7.2-5]
 +Remv binutils [2.22-8+deb7u2]
 +Inst linux-libc-dev:i386 (3.2.68-1+deb7u4 Debian-Security:7.0/oldstable [i386])
 +Inst libc6-dev:i386 (2.13-38+deb7u8 Debian-Security:7.0/oldstable, Debian:7.9/oldstable [i386])
 +Conf linux-libc-dev:i386 (3.2.68-1+deb7u4 Debian-Security:7.0/oldstable [i386])
 +Conf libc6-dev:i386 (2.13-38+deb7u8 Debian-Security:7.0/oldstable, Debian:7.9/oldstable [i386])
 +</file>
 +
 +que van més enllà del que considero raonable.
 +
 +Així doncs,
 +  * per ara elimino els paquets //libc6-i386// i //libc6-dev-i386//, i
 +  * no instal·lo el paquet //libc6-devel:i386//.
 + 
 +Com que s'ha instal·lat el paquet //libc6:i386//, confio en que moltes de les biblioteques estaran disponibles a la nova ubicació ///lib/i386-linux-gnu//.
 +
 +<file>
 +# apt-get remove libc6-dev-i386
 +Reading package lists... Done
 +Building dependency tree       
 +Reading state information... Done
 +The following package was automatically installed and is no longer required:
 +  libc6-i386
 +Use 'apt-get autoremove' to remove it.
 +The following packages will be REMOVED:
 +  libc6-dev-i386
 +0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
 +After this operation, 5,473 kB disk space will be freed.
 +Do you want to continue [Y/n]? 
 +(Reading database ... 136418 files and directories currently installed.)
 +Removing libc6-dev-i386 ...
 +
 +# apt-get autoremove
 +Reading package lists... Done
 +Building dependency tree       
 +Reading state information... Done
 +The following packages will be REMOVED:
 +  libc6-i386
 +0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
 +After this operation, 9,239 kB disk space will be freed.
 +Do you want to continue [Y/n]? 
 +(Reading database ... 136282 files and directories currently installed.)
 +Removing libc6-i386 ...
 +</file>
  
informatica/hp_xw4300_500_topspin13_au_compilation.1443530359.txt.gz · Last modified: 2015/09/29 14:39 by miquel