Bug 2360 - frysk-gtk/tests barfs with no-such-file error
Summary: frysk-gtk/tests barfs with no-such-file error
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-02-19 21:27 UTC by Andrew Cagney
Modified: 2006-02-19 21:28 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-02-19 21:27:58 UTC
the problem is here:

gcjtreeiter/gij.sh: $(gcjtreeiter_FILES)
	echo $(GIJ) -classpath .:$(FRYSK_GTK_CLASSPATH) \
		-Djava.library.path=/usr/lib/frysk \
		gcjtreeiter.IterTest \
		> gcjtreeiter/gij.sh
	chmod a+x gcjtreeiter/gij.sh

the directory gcjtreeiter/ may not have yet been created
Comment 1 Andrew Cagney 2006-02-19 21:28:38 UTC
Index: frysk-gtk/tests/ChangeLog
2006-02-19  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (gcjtreeiter/gij.sh): Create gcjtreeiter directory
        before creating gcjtreeiter/gij.sh.