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 23/03/2007, à 17:10

Kivutar

[Résolu] Plus possible de lancer Vista après l'installation d'Ubuntu

Bonjour, j'expose mon problème :

Je viens d'installer Ubuntu 6.10 sur le portable d'un ami (VAIO VGN-FE41E) et comme prévu, je ne peux plus lancer vista au démarage.

Je comptais régler ça avec un ntfsfix, j'ai donc dans un premier temps tenté avec la version dispo dans les dépots. J'obtiens ce message d'erreur :

http://doc.ubuntu-fr.org/post_installation?s=vista

J'ai donc essayé de compiler la derniere version de ntfsprogs, mais j'obitens cette erreur quand je configure :

nico@nico:~/Desktop/ntfsprogs-1.13.1$ ./configure 
checking build system type... i686-pc-linuxlibc1
checking host system type... i686-pc-linuxlibc1
checking target system type... i686-pc-linuxlibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

Je ne peut donc pas make, car il ne trouve pas de makefile.

Voilà le 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 ntfsprogs configure 1.13.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = nico
uname -m = i686
uname -r = 2.6.17-11-generic
uname -s = Linux
uname -v = #2 SMP Thu Feb 1 19:52:28 UTC 2007

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

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
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/bin/X11
PATH: /usr/games


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

configure:1623: checking build system type
configure:1641: result: i686-pc-linuxlibc1
configure:1649: checking host system type
configure:1663: result: i686-pc-linuxlibc1
configure:1671: checking target system type
configure:1685: result: i686-pc-linuxlibc1
configure:1716: checking for a BSD-compatible install
configure:1771: result: /usr/bin/install -c
configure:1782: checking whether build environment is sane
configure:1825: result: yes
configure:1890: checking for gawk
configure:1919: result: no
configure:1890: checking for mawk
configure:1906: found /usr/bin/mawk
configure:1916: result: mawk
configure:1926: checking whether make sets $(MAKE)
configure:1946: result: yes
configure:2114: checking whether to enable maintainer-specific portions of Makefiles
configure:2123: result: no
configure:2404: checking for gcc
configure:2420: found /usr/bin/gcc
configure:2430: result: gcc
configure:2674: checking for C compiler version
configure:2677: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
Copyright (C) 2006 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:2680: $? = 0
configure:2682: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
configure:2685: $? = 0
configure:2687: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2690: $? = 1
configure:2713: checking for C compiler default output file name
configure:2716: gcc    conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2719: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntfsprogs"
| #define PACKAGE_TARNAME "ntfsprogs"
| #define PACKAGE_VERSION "1.13.1"
| #define PACKAGE_STRING "ntfsprogs 1.13.1"
| #define PACKAGE_BUGREPORT "linux-ntfs-dev@lists.sourceforge.net"
| #define PACKAGE "ntfsprogs"
| #define VERSION "1.13.1"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2758: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=i686-pc-linuxlibc1
ac_cv_build_alias=i686-pc-linuxlibc1
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FUSE_MODULE_CFLAGS_set=
ac_cv_env_FUSE_MODULE_CFLAGS_value=
ac_cv_env_FUSE_MODULE_LIBS_set=
ac_cv_env_FUSE_MODULE_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBNTFS_GNOMEVFS_CFLAGS_set=
ac_cv_env_LIBNTFS_GNOMEVFS_CFLAGS_value=
ac_cv_env_LIBNTFS_GNOMEVFS_LIBS_set=
ac_cv_env_LIBNTFS_GNOMEVFS_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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-linuxlibc1
ac_cv_host_alias=i686-pc-linuxlibc1
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linuxlibc1
ac_cv_target_alias=i686-pc-linuxlibc1

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

ACLOCAL='${SHELL} /home/nico/Desktop/ntfsprogs-1.13.1/missing --run aclocal-1.9'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/nico/Desktop/ntfsprogs-1.13.1/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/nico/Desktop/ntfsprogs-1.13.1/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/nico/Desktop/ntfsprogs-1.13.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/nico/Desktop/ntfsprogs-1.13.1/missing --run automake-1.9'
AWK='mawk'
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CRYPTO_FALSE=''
ENABLE_CRYPTO_TRUE=''
ENABLE_FUSE_MODULE_FALSE=''
ENABLE_FUSE_MODULE_TRUE=''
ENABLE_GNOME_VFS_FALSE=''
ENABLE_GNOME_VFS_TRUE=''
ENABLE_RICH_FALSE=''
ENABLE_RICH_TRUE='#'
ENABLE_TEST_FALSE=''
ENABLE_TEST_TRUE='#'
EXEEXT=''
F77=''
FFLAGS=''
FUSE_MODULE_CFLAGS=''
FUSE_MODULE_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG=''
LIBGCRYPT_LIBS=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_CONFIG=''
LIBGNUTLS_LIBS=''
LIBNTFS_CFLAGS=''
LIBNTFS_GNOMEVFS_CFLAGS=''
LIBNTFS_GNOMEVFS_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
LTVERSION_LIBNTFS='9:0:0'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/nico/Desktop/ntfsprogs-1.13.1/missing --run makeinfo'
OBJEXT=''
PACKAGE='ntfsprogs'
PACKAGE_BUGREPORT='linux-ntfs-dev@lists.sourceforge.net'
PACKAGE_NAME='ntfsprogs'
PACKAGE_STRING='ntfsprogs 1.13.1'
PACKAGE_TARNAME='ntfsprogs'
PACKAGE_VERSION='1.13.1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB=''
REALLYSTATIC_FALSE=''
REALLYSTATIC_TRUE='#'
RM=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='1.13.1'
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_pt_PKG_CONFIG=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linuxlibc1'
build_alias=''
build_cpu='i686'
build_os='linuxlibc1'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu='i686'
host_os='linuxlibc1'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/nico/Desktop/ntfsprogs-1.13.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linuxlibc1'
target_alias=''
target_cpu='i686'
target_os='linuxlibc1'
target_vendor='pc'

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

#define PACKAGE "ntfsprogs"
#define PACKAGE_BUGREPORT "linux-ntfs-dev@lists.sourceforge.net"
#define PACKAGE_NAME "ntfsprogs"
#define PACKAGE_STRING "ntfsprogs 1.13.1"
#define PACKAGE_TARNAME "ntfsprogs"
#define PACKAGE_VERSION "1.13.1"
#define VERSION "1.13.1"
#define _GNU_SOURCE 1

configure: exit 77

Je crois avoir à peu près tout dit. Je ne pense pas que le pc soit tatoué.
En attente de votre aide précieuse !! Merci.

Dernière modification par Kivutar (Le 23/03/2007, à 19:28)

Hors ligne

#2 Le 23/03/2007, à 19:28

Kivutar

Re : [Résolu] Plus possible de lancer Vista après l'installation d'Ubuntu

J'ai finalement réussi à régler le problème (de manière un peu brutale...)

J'ai essayé de monter la partition ntfs par curiosité, et je me suis apperçu qu'elle avais été corrompue lors du redimentionnement.

Au final j'ai tout formaté, j'ai refait les partitions et j'ai installé vista puis ubuntu, tout marche smile

Hors ligne