Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 12/11/2014, à 21:44

Arnold59

Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Bonjour,

Je souhaites installer la dernière version de wireshark : 1.12.1.

1) J'ai récupéré le source depuis le site officiel :
https://www.wireshark.org/download.html

2) Décompresser le fichier et autoriser le dossier à s'exécuter

3) dans le répertoire /usr/local/wireshark-1.12.1

/usr/local/wireshark-1.12.1# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/local/wireshark-1.12.1':
configure: error: C compiler cannot create executables
See `config.log' for more details

Hélas même constat lorsque je souhaite installer ou compiler un autre programme ( apache httpd-2.4.10 )

L'environnement GCC (version 4.8.2) est pourtant installé ??

gcc --version
gcc (GCC) 4.8.2
Copyright © 2013 Free Software Foundation, Inc.


5) Le log : config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by wireshark configure 1.12.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = user-laptop
uname -m = i686
uname -r = 3.16.0-24-generic
uname -s = Linux
uname -v = #32-Ubuntu SMP Tue Oct 28 13:13:18 UTC 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2818: checking build system type
configure:2832: result: i686-pc-linux-gnu
configure:2852: checking host system type
configure:2865: result: i686-pc-linux-gnu
configure:2885: checking target system type
configure:2898: result: i686-pc-linux-gnu
configure:2941: checking for a BSD-compatible install
configure:3009: result: /usr/bin/install -c
configure:3020: checking whether build environment is sane
configure:3075: result: yes
configure:3226: checking for a thread-safe mkdir -p
configure:3265: result: /bin/mkdir -p
configure:3272: checking for gawk
configure:3288: found /usr/bin/gawk
configure:3299: result: gawk
configure:3310: checking whether make sets $(MAKE)
configure:3332: result: yes
configure:3361: checking whether make supports nested variables
configure:3378: result: yes
configure:3467: checking whether UID '0' is supported by ustar format
configure:3470: result: yes
configure:3477: checking whether GID '0' is supported by ustar format
configure:3480: result: yes
configure:3488: checking how to create a ustar tar archive
configure:3499: tar --version
tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3502: $? = 0
configure:3542: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3545: $? = 0
configure:3549: tar -xf - <conftest.tar
configure:3552: $? = 0
configure:3554: cat conftest.dir/file
GrepMe
configure:3557: $? = 0
configure:3570: result: gnutar
configure:3714: checking for gcc
configure:3730: found /usr/local/bin/gcc
configure:3741: result: gcc
configure:3970: checking for C compiler version
configure:3979: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3990: $? = 0
configure:3979: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:3990: $? = 0
configure:3979: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3990: $? = 1
configure:3979: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3990: $? = 1
configure:4010: checking whether the C compiler works
configure:4032: gcc    conftest.c  >&5
gcc: error trying to exec 'cc1': execvp: No such file or directory
configure:4036: $? = 1
configure:4074: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "wireshark"
| #define PACKAGE_TARNAME "wireshark"
| #define PACKAGE_VERSION "1.12.1"
| #define PACKAGE_STRING "wireshark 1.12.1"
| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
| #define PACKAGE_URL "http://www.wireshark.org/"
| #define PACKAGE "wireshark"
| #define VERSION "1.12.1"
| #define VERSION_MAJOR 1
| #define VERSION_MINOR 12
| #define VERSION_MICRO 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4079: error: in `/usr/local/wireshark-1.12.1':
configure:4081: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBGNUTLS_CFLAGS_set=
ac_cv_env_LIBGNUTLS_CFLAGS_value=
ac_cv_env_LIBGNUTLS_LIBS_set=
ac_cv_env_LIBGNUTLS_LIBS_value=
ac_cv_env_LIBNL1_CFLAGS_set=
ac_cv_env_LIBNL1_CFLAGS_value=
ac_cv_env_LIBNL1_LIBS_set=
ac_cv_env_LIBNL1_LIBS_value=
ac_cv_env_LIBNL2_CFLAGS_set=
ac_cv_env_LIBNL2_CFLAGS_value=
ac_cv_env_LIBNL2_LIBS_set=
ac_cv_env_LIBNL2_LIBS_value=
ac_cv_env_LIBNL3_CFLAGS_set=
ac_cv_env_LIBNL3_CFLAGS_value=
ac_cv_env_LIBNL3_LIBS_set=
ac_cv_env_LIBNL3_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SBC_CFLAGS_set=
ac_cv_env_SBC_CFLAGS_value=
ac_cv_env_SBC_LIBS_set=
ac_cv_env_SBC_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar

## ----------------- ##
## Output variables. ##
## ----------------- ##

A2X=''
ACLOCAL='${SHELL} /usr/local/wireshark-1.12.1/missing aclocal-1.14'
AC_MIN_VERSION='2.60'
ADNS_LIBS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPLICATIONSERVICES_FRAMEWORKS=''
AR=''
AUTOCONF='${SHELL} /usr/local/wireshark-1.12.1/missing autoconf'
AUTOHEADER='${SHELL} /usr/local/wireshark-1.12.1/missing autoheader'
AUTOMAKE='${SHELL} /usr/local/wireshark-1.12.1/missing automake-1.14'
AWK='gawk'
CC='gcc'
CCDEPMODE=''
CC_FOR_BUILD=''
CFLAGS=''
CFLAGS_FOR_BUILD=''
CONFIG_ARGS=''
CONFIG_WITH_ARGS=''
COREFOUNDATION_FRAMEWORKS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
C_ARES_LIBS=''
DEFS=''
DEPDIR=''
DESKTOP_FILE_INSTALL=''
DLLTOOL=''
DOXYGEN=''
DSYMUTIL=''
DUMPBIN=''
DUMPCAP_GROUP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ELINKS=''
ENABLE_STATIC=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
FGREP=''
FOP=''
GEOIP_LIBS=''
GETOPT_LO=''
GLIB_CFLAGS=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MIN_VERSION=''
GLIB_MKENUMS=''
GOBJECT_QUERY=''
GREP=''
GTK2_MIN_VERSION=''
GTK3_MIN_VERSION=''
GTK_CFLAGS=''
GTK_LIBS=''
GUI_CONFIGURE_FLAGS=''
HAVE_A2X=''
HAVE_A2X_FALSE=''
HAVE_A2X_TRUE=''
HAVE_BLESS=''
HAVE_DOXYGEN=''
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE=''
HAVE_DPKG_BUILDPACKAGE=''
HAVE_DUMPCAP_GROUP_FALSE=''
HAVE_DUMPCAP_GROUP_TRUE=''
HAVE_ECHLD_FALSE=''
HAVE_ECHLD_TRUE=''
HAVE_ELINKS=''
HAVE_ELINKS_FALSE=''
HAVE_ELINKS_TRUE=''
HAVE_FOP=''
HAVE_FOP_FALSE=''
HAVE_FOP_TRUE=''
HAVE_GTK_FALSE=''
HAVE_GTK_TRUE=''
HAVE_HDIUTIL=''
HAVE_LIBLUA_FALSE=''
HAVE_LIBLUA_TRUE=''
HAVE_LIBPORTAUDIO_FALSE=''
HAVE_LIBPORTAUDIO_TRUE=''
HAVE_LIBPY_FALSE=''
HAVE_LIBPY_TRUE=''
HAVE_LYNX=''
HAVE_LYNX_FALSE=''
HAVE_LYNX_TRUE=''
HAVE_OSX_PACKAGING=''
HAVE_PKGMK=''
HAVE_PKGPROTO=''
HAVE_PKGTRANS=''
HAVE_PLUGINS_FALSE=''
HAVE_PLUGINS_TRUE=''
HAVE_Qt_FALSE=''
HAVE_Qt_TRUE=''
HAVE_RPM=''
HAVE_SVR4_PACKAGING=''
HAVE_W3M=''
HAVE_W3M_FALSE=''
HAVE_W3M_TRUE=''
HAVE_WARNINGS_AS_ERRORS_FALSE=''
HAVE_WARNINGS_AS_ERRORS_TRUE=''
HAVE_XCODEBUILD=''
HAVE_XMLLINT=''
HAVE_XMLLINT_FALSE=''
HAVE_XMLLINT_TRUE=''
HAVE_XSLTPROC=''
HAVE_XSLTPROC_FALSE=''
HAVE_XSLTPROC_TRUE=''
HTML_VIEWER=''
INET_ATON_LO=''
INET_NTOP_LO=''
INET_PTON_LO=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KRB5_CONFIG=''
KRB5_LIBS=''
LD=''
LDFLAGS=''
LDFLAGS_SHAREDLIB=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCAP_LIBS=''
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG=''
LIBGCRYPT_LIBS=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBNL1_CFLAGS=''
LIBNL1_LIBS=''
LIBNL2_CFLAGS=''
LIBNL2_LIBS=''
LIBNL3_CFLAGS=''
LIBNL3_LIBS=''
LIBOBJS=''
LIBS=''
LIBSMI_CFLAGS=''
LIBSMI_LDFLAGS=''
LIBSMI_VERSION=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LUA_INCLUDES=''
LUA_LIBS=''
LYNX=''
MAKEINFO='${SHELL} /usr/local/wireshark-1.12.1/missing makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/bin/mkdir -p'
MOC=''
NEED_GETOPT_LO_FALSE=''
NEED_GETOPT_LO_TRUE=''
NEED_INET_ATON_LO_FALSE=''
NEED_INET_ATON_LO_TRUE=''
NEED_INET_NTOP_LO_FALSE=''
NEED_INET_NTOP_LO_TRUE=''
NEED_INET_PTON_LO_FALSE=''
NEED_INET_PTON_LO_TRUE=''
NEED_STRNCASECMP_LO_FALSE=''
NEED_STRNCASECMP_LO_TRUE=''
NEED_STRPTIME_LO_FALSE=''
NEED_STRPTIME_LO_TRUE=''
NM=''
NMEDIT=''
NSL_LIBS=''
OBJDUMP=''
OBJEXT=''
OSX_APP_FLAGS=''
OSX_DMG_FLAGS=''
OSX_MIN_VERSION=''
OTOOL64=''
OTOOL=''
PACKAGE='wireshark'
PACKAGE_BUGREPORT='http://bugs.wireshark.org/'
PACKAGE_NAME='wireshark'
PACKAGE_STRING='wireshark 1.12.1'
PACKAGE_TARNAME='wireshark'
PACKAGE_URL='http://www.wireshark.org/'
PACKAGE_VERSION='1.12.1'
PATH_SEPARATOR=':'
PCAP_CONFIG=''
PCAP_LIBS=''
PERL=''
PIE_CFLAGS=''
PIE_LDFLAGS=''
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLUGIN_LIBS=''
POD2HTML=''
POD2MAN=''
PORTAUDIO_INCLUDES=''
PORTAUDIO_LIBS=''
PYTHON=''
PY_CFLAGS=''
PY_LIBS=''
QT_MIN_VERSION=''
Qt_LIBS=''
RANLIB=''
RPMBUILD_WITH_ARGS=''
SBC_CFLAGS=''
SBC_LIBS=''
SED=''
SETCAP=''
SETCAP_INSTALL_FALSE=''
SETCAP_INSTALL_TRUE=''
SETUID_INSTALL_FALSE=''
SETUID_INSTALL_TRUE=''
SET_MAKE=''
SHELL='/bin/bash'
SOCKET_LIBS=''
SSL_LIBS=''
STRIP=''
STRNCASECMP_LO=''
STRPTIME_C=''
STRPTIME_LO=''
SYSTEMCONFIGURATION_FRAMEWORKS=''
UIC=''
USE_PROFILE_BUILD_FALSE=''
USE_PROFILE_BUILD_TRUE=''
VERSION='1.12.1'
W3M=''
XMLLINT=''
XSLTPROC=''
YACC=''
YACCDUMMY=''
YFLAGS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_cv_wireshark_have_rpm=''
ac_ws_python_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
capinfos_bin=''
capinfos_man=''
captype_bin=''
captype_man=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dftest_bin=''
dftest_man=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dumpcap_bin=''
dumpcap_man=''
dvidir='${docdir}'
echld_dir=''
echld_test_bin=''
editcap_bin=''
editcap_man=''
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/local/wireshark-1.12.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mergecap_bin=''
mergecap_man=''
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
plugindir=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pythondir=''
randpkt_bin=''
randpkt_man=''
rawshark_bin=''
rawshark_man=''
reordercap_bin=''
reordercap_man=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
text2pcap_bin=''
text2pcap_man=''
tfshark_bin=''
tfshark_man=''
tshark_bin=''
tshark_man=''
wireshark_SUBDIRS=''
wireshark_bin=''
wireshark_man=''
wiresharkfilter_man=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "wireshark"
#define PACKAGE_TARNAME "wireshark"
#define PACKAGE_VERSION "1.12.1"
#define PACKAGE_STRING "wireshark 1.12.1"
#define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
#define PACKAGE_URL "http://www.wireshark.org/"
#define PACKAGE "wireshark"
#define VERSION "1.12.1"
#define VERSION_MAJOR 1
#define VERSION_MINOR 12
#define VERSION_MICRO 1

configure: exit 77

--> configure: exit 77 : correspond-t-elle à la lige 77 ci dessous ?
configure:3542: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar

A quoi est-du le problème de compilation ?

D'avance merci

Dernière modification par Arnold59 (Le 03/06/2015, à 10:38)

Hors ligne

#2 Le 13/11/2014, à 10:26

tiramiseb

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Salut,

--> configure: exit 77 : correspond-t-elle à la lige 77 ci dessous ?

Non, c'est juste un code d'erreur.

Tu retrouves l'erreur de compilation plus haut dans ton log. C'est évident. Tu n'as donc pas lu le log.

gcc: error trying to exec 'cc1': execvp: No such file or directory

La variable d'environnement GCC_EXEC_PREFIX est-elle configurée ? Elle ne devrait pas.

-----

Enfin, j'ai quand même une question importante :

Qu'as-tu besoin de la version 1.12.1 qui n'est pas présent dans la 1.12.0 ?
Est-ce que risquer tous les problèmes liés à la compilation de logiciels vaut le coup ?
http://www.tiramiseb.fr/2014/10/20/ubun … -logiciel/

Dernière modification par tiramiseb (Le 13/11/2014, à 10:27)

Hors ligne

#3 Le 16/11/2014, à 23:18

Arnold59

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Bonjour,

Comment vérifiez la configuration de la variable d'environnement  GCC : GCC_EXEC_PREFIX ?
Je souhaitais installer la dernière version de Wireshark 1.12.2 : https://www.wireshark.org/download.html
Hélas problème lors de la configuration :

./configure

/usr/local/wireshark-1.12.2# ./configure 
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/local/wireshark-1.12.2':
configure: error: C compiler cannot create executables
See `config.log' for more details

D'avance merci

Hors ligne

#4 Le 16/11/2014, à 23:26

tiramiseb

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

echo $GCC_EXEC_PREFIX

Tu n'as pas répondu à mon interrogation la plus importante : pourquoi ?

Hors ligne

#5 Le 16/11/2014, à 23:58

Arnold59

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Bonsoir,

Merci de ton retour, comme je l'avais indiqué, je ne sais pas si Gcc était bien configuré :

Le résultat à ta commande suivante ne retourne rien, cela n'est pas normal ?

echo $GCC_EXEC_PREFIX

Comment configurer correctement GCC 4.9.2 ?

D'avance merci

Dernière modification par Arnold59 (Le 17/11/2014, à 00:01)

Hors ligne

#6 Le 17/11/2014, à 00:12

tiramiseb

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Pourquoi vouloir la version 1.12.2 ?
As-tu lu mon billet de blog ?

Concernant la variable, si le echo ne donne rien cela veut dire que le problème est ailleurs.

Hors ligne

#7 Le 17/11/2014, à 00:28

Arnold59

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Bonsoir,

Oui j'ai vu sur ton site, en attendant je reste avec la version Wireshark 1.12.0 supporté avec Linux Ubuntu 14.10 :

apt-get install wireshark

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés : 
  libc-ares2 libsmi2ldbl libwireshark-data libwireshark5 libwiretap4 libwsutil4 wireshark-common
Paquets suggérés :
  snmp-mibs-downloader wireshark-doc
Les NOUVEAUX paquets suivants seront installés :
  libc-ares2 libsmi2ldbl libwireshark-data libwireshark5 libwiretap4 libwsutil4 wireshark wireshark-common
0 mis à jour, 8 nouvellement installés, 0 à enlever et 0 non mis à jour.
4 partiellement installés ou enlevés.
Il est nécessaire de prendre 11,6 Mo dans les archives.

En attendant que le paquetage Wireshark 1.12.2 .deb soit mis à disposition ;-)

Par contre, problème avec GCC mais je ne sais pas la raison ?

Dernière modification par Arnold59 (Le 17/11/2014, à 00:31)

Hors ligne

#8 Le 17/11/2014, à 09:37

tiramiseb

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

En attendant que le paquetage Wireshark 1.12.2 .deb soit mis à disposition ;-)

Il ne sera bien sûr pas intégré dans Ubuntu 14.10.
La 1.12.1 est incluse dans Ubuntu 15.04, en développement, et il y a fort à parier que la 1.12.2 y sera en version finale.

Pour Apache 2.4.10, c'est exactement la même logique.

Je repose alors encore une fois ma question : pourquoi vouloir compiler les dernières versions !?

Par contre, problème avec GCC mais je ne sais pas la raison ?

Je ne vois pas non plus, as-tu vérifié que cc1 est bien présent ?

ls /usr/lib/gcc/*/*/cc1

Hors ligne

#9 Le 01/06/2015, à 23:45

Arnold59

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Bonjour,

Le résultat de ls /usr/lib/gcc/*/*/cc1 donne :

ls /usr/lib/gcc/*/*/cc1
/usr/lib/gcc/i686-linux-gnu/4.4.7/cc1  /usr/lib/gcc/i686-linux-gnu/4.7.4/cc1  /usr/lib/gcc/i686-linux-gnu/4.9.2/cc1
/usr/lib/gcc/i686-linux-gnu/4.4/cc1    /usr/lib/gcc/i686-linux-gnu/4.7/cc1    /usr/lib/gcc/i686-linux-gnu/4.9/cc1
/usr/lib/gcc/i686-linux-gnu/4.6.4/cc1  /usr/lib/gcc/i686-linux-gnu/4.8.4/cc1
/usr/lib/gcc/i686-linux-gnu/4.6/cc1    /usr/lib/gcc/i686-linux-gnu/4.8/cc1

Depuis j'ai migré vers Linux Ubuntu 15.04 mais le problème gcc / g++ persiste.

D'avance merci

Hors ligne

#10 Le 02/06/2015, à 07:42

tiramiseb

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Peux-tu à nouveau montrer le retour de ./configure ?

(changement de version du système = tout recommencer de zéro)

Hors ligne

#11 Le 03/06/2015, à 10:37

Arnold59

Re : Ubuntu 14.10 : Impossible de mettre à jour wireshark [Résolu]

Bonjour,

J'ai migré de Linux Ubuntu 14.10 vers la version 15.04.

1) J'ai réinstallé la version 1.12.1 de Wireshark depuis apt-get install "version maintenue par Ubuntu"

2) Il m'est impossible de compiler des programmes depuis la source :

--> Je posterais un autre post dédié à ce problème.

Le système Linux est de nouveau "stable" suite à la mise à jour de Ubuntu.

Merci.

Bonne journée

Hors ligne