LINUX.ORG.RU

Сообщения Zoreno

 

путещщ, gcc да два дня error перед глазами

Форум — General

Здравствуйте! Вообщем ставил я генту и все шло хорошо. Мне нужно было подключить профиль calculate, одним из этапов была перекомпиляция системы. Дошло дело до gcc... Както раз я его уже компилил по два раза и все ставало на свои места. На этот раз он решил не сдаваться и я уже 2 дня шаманю и ничего не получаеться. Кусок build log'a http://pastebin.com/TwE4M0Ye

make.conf:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS} -mno-avx"
MAKEOPTS="-j3"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="mmx sse sse2 gcc make python cdr dvd nls X alsa mp3 "
GRUB_PLATFORMS="emu multiboot gentoo_platforms_efi-64 pc"
source /var/lib/layman/make.conf
CALCULATE="nokernel"
На одном из форуме один админ писал что добавление к CXXFLAGS -mno-avx ему помогло. Мне - нет.

 , ,

Zoreno
()

Gentoo/emake-like error

Форум — General

Здравствуйте! Поставил я генту, ядро скомпилил, были подозрительные ошибки, но emerge сказал чтобы на них я не обращал внимания. Ок. Груб настроил, вхожу в генту: 1. Нет интернета. Зашел в генту под chroot и нужнобыло мне сделать emerge pciutils и тут такое:

make[1]: *** [init.o] Помилка 1
make[1]: *** Очікування завершення завдань...
make[1]: *** [access.o] Помилка 1
x86_64-pc-linux-gnu-gcc: /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/vanilla.specs: No such file or directory
make[1]: *** [generic.o] Помилка 1
make[1]: Залишаю каталог "/var/tmp/portage/sys-apps/pciutils-3.1.10/work/pciutils-3.1.10/lib"
make: *** [lib/libpci.so.3.1.10] Помилка 2
 * ERROR: sys-apps/pciutils-3.1.10 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sys-apps/pciutils-3.1.10'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/pciutils-3.1.10'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/pciutils-3.1.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/pciutils-3.1.10/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/pciutils-3.1.10/work/pciutils-3.1.10'
 * S: '/var/tmp/portage/sys-apps/pciutils-3.1.10/work/pciutils-3.1.10'

>>> Failed to emerge sys-apps/pciutils-3.1.10, Log file:

>>>  '/var/tmp/portage/sys-apps/pciutils-3.1.10/temp/build.log'

 * Messages for package sys-apps/pciutils-3.1.10:

 * ERROR: sys-apps/pciutils-3.1.10 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sys-apps/pciutils-3.1.10'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/pciutils-3.1.10'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/pciutils-3.1.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/pciutils-3.1.10/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/pciutils-3.1.10/work/pciutils-3.1.10'
 * S: '/var/tmp/portage/sys-apps/pciutils-3.1.10/work/pciutils-3.1.10'
пробовал перекомпилить gcc и make
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... no
configure: error: in `/var/tmp/portage/sys-devel/make-3.82-r4/work/make-3.82':
configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-devel/make-3.82-r4/work/make-3.82/config.log
 * ERROR: sys-devel/make-3.82-r4 failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2349:  Called econf '--program-prefix=g' '--enable-nls'
 *   phase-helpers.sh, line  501:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/make-3.82-r4'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/make-3.82-r4'`.
 * The complete build log is located at '/var/tmp/portage/sys-devel/make-3.82-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/make-3.82-r4/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-devel/make-3.82-r4/work/make-3.82'
 * S: '/var/tmp/portage/sys-devel/make-3.82-r4/work/make-3.82'

>>> Failed to emerge sys-devel/make-3.82-r4, Log file:

>>>  '/var/tmp/portage/sys-devel/make-3.82-r4/temp/build.log'

 * Messages for package sys-devel/make-3.82-r4:

 * ERROR: sys-devel/make-3.82-r4 failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2349:  Called econf '--program-prefix=g' '--enable-nls'
 *   phase-helpers.sh, line  501:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/make-3.82-r4'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/make-3.82-r4'`.
 * The complete build log is located at '/var/tmp/portage/sys-devel/make-3.82-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/make-3.82-r4/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-devel/make-3.82-r4/work/make-3.82'
 * S: '/var/tmp/portage/sys-devel/make-3.82-r4/work/make-3.82'

с первого раза gcc не компилился, а теперь жду пока скомпилиться. может в нем проблемма

 , ,

Zoreno
()

Как достать файл из удаленного раздела

Форум — General

Доброго времени суток! Из-за моих кривых рук, при попытке удалить несколько разделов при помощи fdisk,я удалил раздел с бекапом. Потом через testdisk я еще и снес таблицу разделов. К врачу схожу потом, а сейчас мне нужно достать целую папку из убитого раздела. Помогите, люди добрые. Может тема еще кому-нибудь полезной будет.

 ,

Zoreno
()

RSS подписка на новые темы