LINUX.ORG.RU

Сообщения IceApe

 

[LFS][VirtualBox][HDD][Паранойя] Не повредят ли частые снэпшоты жесткому диску?

Собираю LFS. Установил на VBox Arch, только со всем, что нужно для сборки (граф. оболочки нет). Удобнее, конечно делать снэпшоты, чтобы после каждой загрузки не вводить пользователя, пароль, не вводить одни и те же комманды (да, да, да, знаю что можно добавитьв запуск, но все же). Вопрос такойЖ Не повредят ли частые снэпшоты (раз в день - вчера 600 мб, сегодня 1000 мб, завтра, наверное 3000 мб) реальному жесткому диску?

 , , ,

IceApe
()

Аналог пакету File

Пытаюсь собрать LFS, дошел до File-5.05, при компиляции вылетело:

Making all in magic
make[2]: Entering directory `/mnt/lfs/sources/file-5.05/magic'
../src/file -C -m magic
make[2]: *** [magic.mgc] Segmentation fault
make[2]: Leaving directory `/mnt/lfs/sources/file-5.05/magic'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/file-5.05'
make: *** [all] Error 2
Попробовал более старые версии - та же ошибка. Существуют ли аналоги File?

IceApe
()

[magic.mgc] Segmentation fault

Пытаюсь собрать LFS, дошел до File 5.05, выполняю все по инструкции:

1. Распаковываю, захожу в папку 
2. ./configure --prefix=/tools 
3. make

После make и минуты компиляции вылетает ошибка:

Making all in magic
make[2]: Entering directory `/mnt/lfs/sources/file-5.05/magic'
../src/file -C -m magic
make[2]: *** [magic.mgc] Segmentation fault
make[2]: Leaving directory `/mnt/lfs/sources/file-5.05/magic'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/file-5.05'
make: *** [all] Error 2

В чем причина? И как её можно исправить?

IceApe
()

checking for the correct version of gmp.h... no

Пытаюсь собрать LFS. Just for lulz. Собрал binutils, пытаюсь собрать gcc. делаю все точно по инструкции:

lfs@debian:/mnt/lfs/sources/gcc-build$ tar -jxf ../mpfr-3.0.0.tar.bz2
lfs@debian:/mnt/lfs/sources/gcc-build$ mv -v mpfr-3.0.0 mpfr
`mpfr-3.0.0' -> `mpfr'
lfs@debian:/mnt/lfs/sources/gcc-build$ tar -jxf ../gmp-5.0.1.tar.bz2
lfs@debian:/mnt/lfs/sources/gcc-build$ mv -v gmp-5.0.1 gmp
`gmp-5.0.1' -> `gmp'
lfs@debian:/mnt/lfs/sources/gcc-build$ tar -zxf ../mpc-0.8.2.tar.gz
lfs@debian:/mnt/lfs/sources/gcc-build$ mv -v mpc-0.8.2 mpc
`mpc-0.8.2' -> `mpc'
lfs@debian:/mnt/lfs/sources/gcc-build$ ../gcc-4.5.2/configure \
>     --target=$LFS_TGT --prefix=/tools \
>     --disable-nls --disable-shared --disable-multilib \
>     --disable-decimal-float --disable-threads \
>     --disable-libmudflap --disable-libssp \
>     --disable-libgomp --enable-languages=c \
>     --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs \
>     --without-ppl --without-cloog
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-lfs-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.
Хотя все сделано точно по инструкции... Как исправить эту ошибку?
checking for the correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.

IceApe
()

Аналог Java

Раньше я программировал только на Java. Но покупка Ораклом Sun, закрытие OpenSolaris, уход Джеймса Гослинга, создание платного плагина для MSO и т.д. начинает меня пугать... Не коснутся ли репрессии OpenJDK? Нужен язык компилируемый в байт-код. И что бы Java-программисту было легко его освоить. Конечно есть C#, но Attachmate кажется прикрывает его. А на Xamarin, microsoft, возможно, будет «катить бочку». Поэтому C# не подходит.

IceApe
()

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