Archiv > Development
Mld-4
P3f:
Hi Claus,
darf ich hier in diesem Thread eine technische Frage zu MLD-4 stellen, oder sollen wir für die technischen Probleme lieber einen neuen aufmachen?
Irgendwie bin ich zu blöd die GIT-Umgebung aufzubauen... :wand Ich habe unter Ubuntu 12.04 LTS folgendes gemacht:
--- Code: ---root@Pit-Linux:~/build# git clone http://git.minidvblinux.de/MLD.git
Cloning into 'MLD'...
root@Pit-Linux:~/build# cd MLD
root@Pit-Linux:~/build/MLD# make
Please enter your full name: <Name eingetragen>
Please enter your email address: <gültige Emailadresse eingetragen>
fatal: repository 'http/ISO.git' does not exist
make[2]: *** [checkout] Fehler 128
make[1]: *** [ISO] Fehler 2
make: *** [all] Fehler 2
--- End code ---
wenn ich nun auch erst versuche mit
--- Quote ---make checkout_all
--- End quote ---
die "neuen" MLD-4 Addons zu laden bekomme ich folgendes:
--- Code: ---root@Pit-Linux:~/build/MLD# make checkout_all
ISO:
fatal: repository 'http/ISO.git' does not exist
make[1]: *** [checkout] Fehler 128
LOGO:
fatal: repository 'http/LOGO.git' does not exist
make[1]: *** [checkout] Fehler 128
MLD:
fatal: repository 'http/MLD.git' does not exist
make[1]: *** [checkout] Fehler 128
base:
fatal: repository 'http/base.git' does not exist
make[1]: *** [checkout] Fehler 128
bootsplash:
fatal: repository 'http/bootsplash.git' does not exist
make[1]: *** [checkout] Fehler 128
btrfs:
fatal: repository 'http/btrfs.git' does not exist
make[1]: *** [checkout] Fehler 128
busybox:
fatal: repository 'http/busybox.git' does not exist
make[1]: *** [checkout] Fehler 128
develserver:
fatal: repository 'http/develserver.git' does not exist
make[1]: *** [checkout] Fehler 128
init:
fatal: repository 'http/init.git' does not exist
make[1]: *** [checkout] Fehler 128
initramfs:
fatal: repository 'http/initramfs.git' does not exist
make[1]: *** [checkout] Fehler 128
install:
fatal: repository 'http/install.git' does not exist
make[1]: *** [checkout] Fehler 128
kernel:
fatal: repository 'http/kernel.git' does not exist
make[1]: *** [checkout] Fehler 128
lib-c:
fatal: repository 'http/lib-c.git' does not exist
make[1]: *** [checkout] Fehler 128
locales:
fatal: repository 'http/locales.git' does not exist
make[1]: *** [checkout] Fehler 128
network:
fatal: repository 'http/network.git' does not exist
make[1]: *** [checkout] Fehler 128
opkg:
fatal: repository 'http/opkg.git' does not exist
make[1]: *** [checkout] Fehler 128
psplash:
fatal: repository 'http/psplash.git' does not exist
make[1]: *** [checkout] Fehler 128
ssh:
fatal: repository 'http/ssh.git' does not exist
make[1]: *** [checkout] Fehler 128
tools:
fatal: repository 'http/tools.git' does not exist
make[1]: *** [checkout] Fehler 128
webserver:
fatal: repository 'http/webserver.git' does not exist
make[1]: *** [checkout] Fehler 128
xfs:
fatal: repository 'http/xfs.git' does not exist
make[1]: *** [checkout] Fehler 128
make: *** [checkout_all] Fehler 2
--- End code ---
Also, ich bin scheinbar nicht des lesens mächtig. Oder ich verstehe das WIKI nicht.
MegaX:
Ich hatte den gleichen Fehler und hab dann in der Makefile.git folgendes geändert
alt
--- Code: ---# svn basis Funktionen
# svn Zugang
#SVN_URL = svn+ssh://claus@192.168.50.10/var/svn/repos
#SVN_URL = http://minidvblinux.de/svn
#SVN_URL = file:///var/svn/repos
svn_url ?= http://minidvblinux.de/svn-3
...
--- End code ---
neu
--- Code: ---# svn basis Funktionen
# svn Zugang
#SVN_URL = svn+ssh://claus@192.168.50.10/var/svn/repos
#SVN_URL = http://minidvblinux.de/svn
#SVN_URL = file:///var/svn/repos
GIT_URL = http://git.minidvblinux.de
svn_url ?= http://minidvblinux.de/svn-3
...
--- End code ---
Damit konnte ich dann wenigstens die Pakete auschecken.
--- Code: ---~/MLD4/MLD$ make checkout_all
ISO:
Cloning into ISO...
LOGO:
Cloning into LOGO...
MLD:
Cloning into MLD...
base:
Cloning into base...
bootsplash:
Cloning into bootsplash...
btrfs:
Cloning into btrfs...
busybox:
Cloning into busybox...
develserver:
Cloning into develserver...
init:
Cloning into init...
initramfs:
Cloning into initramfs...
install:
Cloning into install...
kernel:
Cloning into kernel...
lib-c:
Cloning into lib-c...
locales:
Cloning into locales...
network:
Cloning into network...
opkg:
Cloning into opkg...
psplash:
Cloning into psplash...
ssh:
Cloning into ssh...
tools:
Cloning into tools...
webserver:
Cloning into webserver...
xfs:
Cloning into xfs...
--- End code ---
MegaX
orgel:
Für alle die mal wissen wollen wie opkg funktioniert btw. später für das Wiki ist im OpenWRT Wiki eine gute Beschreibung zu finden:
http://wiki.openwrt.org/doc/techref/opkg
Mit keine initramfs meinte Claus vermutlich nur das es nur noch zum starten von MLD verwendet wird wie bei anderen Distris auch.
Gruß
Orgel
clausmuus:
Hi,
das Problem mit der fehlerhaften git url habe ich schon mal gefixt (nen "git pull" macht nen update). Das automatische auschecken bei nem einfachen "make" werd ich mir heute Abend anschauen.
Außerdem habe ich die enthaltene README überarbeitet und um einige typische git befehle erweitert.
Inzwischen sollte auch der Installer funktionieren.
Claus
clausmuus:
So, mit meinen neusten Updates sollte nun auch noch das bauen funktionieren :) Das ging zuvor nur bei mir.
Es ist aber noch immer nen "make checkout_all" erforderlich. Das werd ich erst heute Abend fixen.
Macht bitte nen "git pull; make update_all" um alle meine
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version