xranzei 1
xranzei
mavzermete 1
mavzermete
Fethi Polat 1
Fethi Polat
Hikaye Ekle

Source build ederken gmake hatası

  • Konuyu başlatan Konuyu başlatan daradevil124
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 7
  • Görüntüleme Görüntüleme 3K

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

Selam turkmmo halkı, bir sorunum var.

Forumdan hazır Freebsd 9.2 ve MySQL 5.5 vhd indirdim ve bunun üzerine Maxmi 3.6 orijinal files kurulumumu gerçekleştirdim hiç bir sorun olmadan freebsdyi local host a kurdum (hamachi falan değil)

sorun şu komutlarından
cd /usr/src/Vectors_Source/game/src
gmake clean
gmake dep
gmake -j20


yazdığım zaman böyle bir hata alıyorum;
Kod:
root@mt2kurulum:~ # cd /usr/src/Vectors_Source/game/src
root@mt2kurulum:/usr/src/Vectors_Source/game/src # gmake clean
gmake: Command not found.
root@mt2kurulum:/usr/src/Vectors_Source/game/src #




sanırım yukarıdaki hatada gmake nin kurulu olmadığını söylüyor ama kurmak istediğimde

şu komutları giriyorum
Kod:
[B]
cd /usr/ports/devel/gmake && make install clean
cd /usr/ports/devel/makedepend && make install clean
cd /usr/ports/devel/subversion && make install clean
cd /usr/ports/graphics/devil && make install clean
cd/usr/ports/lang/gcc48 & make install clean

ilk komutu yazdığım zaman şu hatayı veriyor;

Kod:
root@mt2kurulum:/usr/src/Vectors_Source/game/src # cd /usr/ports/devel/gmake && make install clean
===>  Found saved configuration for gmake-3.82_1
=> make-3.82.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://ftp.gnu.org/gnu/make/make-3.82.tar.bz2
fetch: http://ftp.gnu.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.gnu.org/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.gnu.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://www.gtlib.gatech.edu/pub/gnu/gnu/make/make-3.82.tar.bz2
fetch: http://www.gtlib.gatech.edu/pub/gnu/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://mirrors.kernel.org/gnu/make/make-3.82.tar.bz2
fetch: http://mirrors.kernel.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.kddlabs.co.jp/GNU/make/make-3.82.tar.bz2
fetch: ftp://ftp.kddlabs.co.jp/GNU/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.dti.ad.jp/pub/GNU/make/make-3.82.tar.bz2
fetch: ftp://ftp.dti.ad.jp/pub/GNU/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://ring.nict.go.jp/archives/GNU/make/make-3.82.tar.bz2
fetch: http://ring.nict.go.jp/archives/GNU/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://ftp.funet.fi/pub/gnu/prep/make/make-3.82.tar.bz2
fetch: http://ftp.funet.fi/pub/gnu/prep/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/make-3.82.tar.bz2
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/make-3.82.tar.bz2: No address record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/devel/gmake.
*** [install] Error code 1

Stop in /usr/ports/devel/gmake.

[/B]
 
Selam turkmmo halkı, bir sorunum var.

Forumdan hazır Freebsd 9.2 ve MySQL 5.5 vhd indirdim ve bunun üzerine Maxmi 3.6 orijinal files kurulumumu gerçekleştirdim hiç bir sorun olmadan freebsdyi local host a kurdum (hamachi falan değil)

sorun şu komutlarından

yazdığım zaman böyle bir hata alıyorum;
Kod:
root@mt2kurulum:~ # cd /usr/src/Vectors_Source/game/src
root@mt2kurulum:/usr/src/Vectors_Source/game/src # gmake clean
gmake: Command not found.
root@mt2kurulum:/usr/src/Vectors_Source/game/src #




sanırım yukarıdaki hatada gmake nin kurulu olmadığını söylüyor ama kurmak istediğimde

şu komutları giriyorum
Kod:
[B]
cd /usr/ports/devel/gmake && make install clean
cd /usr/ports/devel/makedepend && make install clean
cd /usr/ports/devel/subversion && make install clean
cd /usr/ports/graphics/devil && make install clean
cd/usr/ports/lang/gcc48 & make install clean

ilk komutu yazdığım zaman şu hatayı veriyor;

Kod:
root@mt2kurulum:/usr/src/Vectors_Source/game/src # cd /usr/ports/devel/gmake && make install clean
===>  Found saved configuration for gmake-3.82_1
=> make-3.82.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://ftp.gnu.org/gnu/make/make-3.82.tar.bz2
fetch: http://ftp.gnu.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.gnu.org/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.gnu.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://www.gtlib.gatech.edu/pub/gnu/gnu/make/make-3.82.tar.bz2
fetch: http://www.gtlib.gatech.edu/pub/gnu/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://mirrors.kernel.org/gnu/make/make-3.82.tar.bz2
fetch: http://mirrors.kernel.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.kddlabs.co.jp/GNU/make/make-3.82.tar.bz2
fetch: ftp://ftp.kddlabs.co.jp/GNU/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.dti.ad.jp/pub/GNU/make/make-3.82.tar.bz2
fetch: ftp://ftp.dti.ad.jp/pub/GNU/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://ring.nict.go.jp/archives/GNU/make/make-3.82.tar.bz2
fetch: http://ring.nict.go.jp/archives/GNU/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2
fetch: ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch http://ftp.funet.fi/pub/gnu/prep/make/make-3.82.tar.bz2
fetch: http://ftp.funet.fi/pub/gnu/prep/make/make-3.82.tar.bz2: No address record
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/make-3.82.tar.bz2
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/make-3.82.tar.bz2: No address record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/devel/gmake.
*** [install] Error code 1

Stop in /usr/ports/devel/gmake.

[/B]

FreeBSD eski sürümlerin desteğini kaldırdığı için sitesinden fetch edemiyor olabilirsin. make dosyası düzenleyebilir ve pkg ile indirebilirsin.

aynı sorun bendede var ne yapacağımı bilmiyorum FreeBSD 9.2 MySQL 5.5.vhd vardı ondada hiçbir programla bağlantı yapılmıyor (FileZilla,Navicat,Putty) hiçbiri etki etmiyo lib sıkıntısı var bende
arkadaşlar her SF kurduğumda şöyle bi hata alıyorum
FreeBSD (32bit) 9.2 MySQL Sürümü : Emin Değilim. (Pelin Melek Aslan SF V1.2 SF Kullanıyorum)

*************************************************
lycanmt2# cd /usr/game
lycanmt2# sh baslat.sh
chmod: game: No such file or directory
chmod: db: No such file or directory
Pelin Melek Aslan SF V1.2
KAC KANAL ACMAK ISTIYORSUN?
1 - 1 KANAL
2 - 2 KANAL
3 - 3 KANAL
4 - 4 KANAL
1
LOGLAR TEMIZLENIYOR ..
METIN2
LOGLAR TEMIZLENDI.
DB ACILIYOR ..
/libexec/ld-elf.so.1: Shared object "libz.so.6" not found, required by "pelindb"
GIRISLER ACILIYOR ..
/libexec/ld-elf.so.1: Shared object "libmd.so.5" not found, required by "pelingame"
KANAL1 ACILIYOR ..
/libexec/ld-elf.so.1: Shared object "libmd.so.5" not found, required by "pelingame"
GAME99 ACILIYOR ..
/libexec/ld-elf.so.1: Shared object "libmd.so.5" not found, required by "pelingame"
KANAL1 ACILDI ..
*************************************************
böyle bir sıkıntım var freebsd sürümümüm 9.2 virtualbox her sürümü denedim aynı kalıyor çıldırmak üzereyim ya 3-4 file indirdim 4gb internetimden oldum ya lycanlı ne gzel files indirmiştim bu lib hatası yüzünden files bozuk sandım gitti ya çıldırcam artık:mad::mad::mad::mad::mad:
[FONT=&quot]lütfen yardım ediiiiin............[/FONT]

Lib dosyalarını bulamadığını söylüyor sistem. Güncel lib indirip sunucunuzun /usr/lib klasörünün içine atın
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst