From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-13 22:44:13
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D341688 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #5 from Sergei Steshenko 2006-05-13 22:44 UTC ------- For me the problem is a crash in a sense I can't complete Gtk2 build. When my script builds targets, it checks exit status of every build stage= , i.e. of ./configure/'perl Makefile.PL, 'make' 'make test', etc. Since 'make test' returns non-zero status the final stage (make install) = is not executed. The overall log file: ( http://bugzilla.gnome.org/attachment.cgi?id=3D65406&action=3Dview ) shows every command line executed, and environment is set only in the commands shown in the file, so a command can be replayed from /bin/sh she= ll. Please note that if you rerun the build.pl script, <build+install>/Gtk2-1= .121 directory will be removed and recreated, so do not save any imporatn file= s under it. Second and further build.pl runs are shorter than the first run because only the failing target (Gtk2 in this case) is rebuilt. --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |