LINUX.ORG.RU

История изменений

Исправление pacify, (текущая версия) :

Ставь dmd с dlang.org

$ wget -c http://nightlies.dlang.org/dmd-nightly/dmd.master.linux.tar.xz
$ tar Jxf dmd.master.linux.tar.xz
# apt-get install libdb5.1-dev
$ cd unde-code
$ export PATH=../dmd2/linux/bin64/:$PATH
$ make
...
Performing "debug" build using dmd for x86_64.
bdb2d 5.3.28: target for configuration "library" is up to date.
derelict-util 2.0.6: target for configuration "library" is up to date.
derelict-ft 1.1.3: target for configuration "library" is up to date.
derelict-sdl2 1.9.7: target for configuration "library" is up to date.
unde 0.2.0+commit.1.gca50394: building configuration "default"...
Linking...
To force a rebuild of up-to-date targets, run again with --force.

unde-code$ ls -l unde 
-rwxr-xr-x 2 lk staff 22045861 Янв 31 17:52 unde

unde-code$ ./unde 
Open Database. If it takes long, try `./unde --force_recover`
Ошибка сегментирования

$ ./unde --force_recover
Open Database. Recover mode enabled. Please wait...
Ошибка сегментирования

Исходная версия pacify, :

Ставь dmd с dlang.org

$ wget -c http://nightlies.dlang.org/dmd-nightly/dmd.master.linux.tar.xz
$ tar Jxf dmd.master.linux.tar.xz
# apt-get install libdb5.1-dev
$ cd unde-code
$ make
...
Performing "debug" build using dmd for x86_64.
bdb2d 5.3.28: target for configuration "library" is up to date.
derelict-util 2.0.6: target for configuration "library" is up to date.
derelict-ft 1.1.3: target for configuration "library" is up to date.
derelict-sdl2 1.9.7: target for configuration "library" is up to date.
unde 0.2.0+commit.1.gca50394: building configuration "default"...
Linking...
To force a rebuild of up-to-date targets, run again with --force.

unde-code$ ls -l unde 
-rwxr-xr-x 2 lk staff 22045861 Янв 31 17:52 unde

unde-code$ ./unde 
Open Database. If it takes long, try `./unde --force_recover`
Ошибка сегментирования

$ ./unde --force_recover
Open Database. Recover mode enabled. Please wait...
Ошибка сегментирования