komm nicht mehr weiter, No rule to make target

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
heugabel
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Mittwoch 19. September 2007, 11:35

komm nicht mehr weiter, No rule to make target

Beitrag von heugabel »

config.status: executing depfiles commands
config.status: executing rules-downcheck-chmod commands
make: *** No rule to make target `flash-neutrino-squashfs-all'. Stop.


woran kann das liegen?

das gleiche passiert auch bei jffs2 u.s.w.

configure läuft mit folgenden parametern:

./configure \
--prefix=$HOMEDIR/dbox2 \
--with-targetprefix=$TARGETPREFIX \
--with-cvsdir=$CVSROOT \
--with-hostprefix=$HOSTPREFIX \
--with-flashprefix=$FLASHPREFIX \
--enable-flashrules \
--with-logosdir=$HOMEDIR/einpflegen/bootlogos \
--with-ucodesdir=$HOMEDIR/einpflegen/ucodes \
--with-targetruleset=flash \
--enable-maintainer-mode \
--with-checkImage=warn \
--with-rootpartitionsize=0x520000 \
--with-customizationsdir=$HOMEDIR/tuxbox/cdk/customization \
--enable-ide \
--enable-cdkVcInfo \
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Beitrag von seife »

Was sagt "cvs status newmake.files"? (im cdk/ Ordner)
Ich würde darauf tippen, daß du kein newmake ausgecheckt hast.
heugabel
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Mittwoch 19. September 2007, 11:35

Beitrag von heugabel »

$ cvs status newmake.files
cvs: WARNING: Read-only repository access mode selected via `cvs -R'.
Using this option to access a repository which some users write to may
cause intermittent sandbox corruption.
===================================================================
File: no file newmake.files Status: Unknown

Working revision: No entry for newmake.files
Repository revision: No revision control file

ich checke aus mit: cvs -d anoncvs@urlposten noch net möglich:/cvs/tuxbox -z3 co -f -r newmake -P .

urlposten noch net möglich --> die adresse, hab noch keine 10 beiträge :D


ich weis net ob es relevant ist aber hier noch eine meldung:

cvs checkout: move away `apps/dvb/dvbsnoop/src/sections/eit.h'; it is in the way
C apps/dvb/dvbsnoop/src/sections/eit.h

wunder mich über "it is in the way"
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Beitrag von seife »

heugabel hat geschrieben:$ cvs status newmake.files
cvs: WARNING: Read-only repository access mode selected via `cvs -R'.
Using this option to access a repository which some users write to may
cause intermittent sandbox corruption.
===================================================================
File: no file newmake.files Status: Unknown

Working revision: No entry for newmake.files
Repository revision: No revision control file
Dann hast du kein newmake. Zumindest nicht, wenn du das in deinem $CVS_AUSCHECKED/cdk-Verzeichnis getippt hast:

Code: Alles auswählen

seife@susi:/local/seife/src/tuxbox-newmake/cdk> cvs status newmake.files
cvs: WARNING: Read-only repository access mode selected via `cvs -R'.
Using this option to access a repository which some users write to may
cause intermittent sandbox corruption.
===================================================================
File: newmake.files     Status: Up-to-date

   Working revision:    1.2.2.27
   Repository revision: 1.2.2.27        /cvs/tuxbox/cdk/Attic/newmake.files,v
   Sticky Tag:          newmake (branch: 1.2.2)
   Sticky Date:         (none)
   Sticky Options:      (none)
ich checke aus mit: cvs -d anoncvs@urlposten noch net möglich:/cvs/tuxbox -z3 co -f -r newmake -P .
Das sieht eigentlich ganz normal aus...
cvs checkout: move away `apps/dvb/dvbsnoop/src/sections/eit.h'; it is in the way
C apps/dvb/dvbsnoop/src/sections/eit.h

wunder mich über "it is in the way"
Machst du das in einem neuen, leeren Verzeichnis?
heugabel
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Mittwoch 19. September 2007, 11:35

Beitrag von heugabel »

habe es mehrmals mit leeren verzeichnissen probiert...
heugabel
Neugieriger
Neugieriger
Beiträge: 6
Registriert: Mittwoch 19. September 2007, 11:35

Beitrag von heugabel »

nach neuinstallation geht nun alles vielen dank trotzdem.