After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583217 - Solaris find doesn't have -path
Solaris find doesn't have -path
Status: VERIFIED FIXED
Product: pygtksourceview
Classification: Bindings
Component: general
Git Master
Other Solaris
: Normal normal
: ---
Assigned To: pygtksourceview-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-19 14:09 UTC by James Andrewartha
Modified: 2009-06-12 16:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
remove CVS directory pruning find predicate (676 bytes, patch)
2009-05-19 14:10 UTC, James Andrewartha
committed Details | Review

Description James Andrewartha 2009-05-19 14:09:54 UTC
autogen.sh fails on Solaris because Solaris find doesn't understand -path. The line in question is:
"for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print`"
which doesn't need the -path section since conversions to svn and git.
Comment 1 James Andrewartha 2009-05-19 14:10:29 UTC
Created attachment 134938 [details] [review]
remove CVS directory pruning find predicate