Le 21/06/2013 14:37, xinglp a écrit :
Some other error messages:

ls: cannot access configuration.old: No such file or directory
./jhalfs: line 88: [: -ge: unary operator expected
Loading config params from<configuration>...OK
Loading common-functions module...
Loading<func_book_parser>...OK
Loading<func_download_pkgs>...OK
Loading<func_wrt_Makefile>...OK
Loading<func_blfs_deps>...OK
I think you started from a fresh jhalfs directory, didn't you?

That happens in no "configuration" file is present, that is the first time you run "make".
Haven't you gotten the message:
cp: cannot stat `configuration': No such file or directory
make: [menuconfig] Error 1 (ignored)
Just after typing make?

Anyway, that is harmless, and should disappear next time you run make in the same directory.

I think the attached patch should suppress the annoyance.

Regards
Pierre

Index: jhalfs/Makefile
===================================================================
--- jhalfs.orig/Makefile	2013-04-05 14:25:52.803505210 +0200
+++ jhalfs/Makefile	2013-06-21 16:55:07.078523070 +0200
@@ -17,6 +17,7 @@
 	$(MAKE) -C $(CONFIG) ncurses conf mconf
 
 menuconfig: $(CONFIG)/mconf
+	@touch configuration
 	-@cp -a configuration configuration.old
 	@$(CONFIG)/mconf $(CONFIG_CONFIG_IN)
 
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to