This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 126981 - make build halts
Summary: make build halts
Status: RESOLVED DUPLICATE of bug 124796
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-08 10:05 UTC by herkules
Modified: 2008-02-18 10:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output of the 'make' run from the commandline (89.57 KB, text/plain)
2008-02-08 10:07 UTC, herkules
Details

Note You need to log in before you can comment on or make changes to this bug.
Description herkules 2008-02-08 10:05:57 UTC
Doing a 'make' build after modifying a single file (ScrollViewGtk.cpp in this case) halts the build system. The build
actually is completed (another 'make' from the commandline does nothing), but NB never says its completed. The build
also cannot be cancelled. Debugging/running cannot be started and NB fully consumes CPU. The only way to get out of this
is to restart NB.

I assume output parsing runs berzerk and loops? Maybe the next command in the makefile is too long? It consists of a
single 'libtool' call with a length of 38717 bytes. I'll attach the total output of the 'make' run when done from the
command line as a file for comparison.


Here is the log from the output window until it halts:

Running "/usr/bin/make  -f WebKit-Makefile.mk CONF=Default" in /home/joerg/NetBeansProjects/WebKit

/usr/bin/make -f nbproject/Makefile-Default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/joerg/NetBeansProjects/WebKit'
cd ../../nk4/WebKit && make -f GNUmakefile
make[2]: Entering directory `/home/joerg/nk4/WebKit'
make  all-am
make[3]: Entering directory `/home/joerg/nk4/WebKit'
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.  -I./JavaScriptCore
-I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/wtf -I./JavaScriptCore/kjs -I./DerivedSources -DBUILDING_GTK__=1
-DWTF_CHANGES -DUSE_SYSTEM_MALLOC -DXP_UNIX   -DENABLE_ICONDATABASE=0  -I./JavaScriptCore/bindings -I./WebCore
-I./WebCore/ForwardingHeaders -I./WebCore/platform -I./WebCore/platform/network -I./WebCore/platform/graphics
-I./WebCore/platform/text -I./WebCore/loader -I./WebCore/loader/icon -I./WebCore/css -I./WebCore/dom -I./WebCore/page
-I./WebCore/bridge -I./WebCore/editing -I./WebCore/history -I./WebCore/xml -I./WebCore/html -I./WebCore/bindings/js
-I./WebCore/platform/image-decoders -I./WebCore/platform/image-decoders/bmp -I./WebCore/platform/image-decoders/gif
-I./WebCore/platform/image-decoders/ico -I./WebCore/platform/image-decoders/jpeg -I./WebCore/platform/image-decoders/png
-I./WebCore/platform/image-decoders/xbm -I./WebCore/plugins -I./WebCore/rendering -I./WebCore/bindings/js
-DWTF_USE_CURL=1 -I./WebCore/platform/network/curl -DENABLE_DATABASE=1 -I./WebCore/platform/sql -I./WebCore/storage   
-DENABLE_XPATH=1 -DENABLE_XSLT=1        -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -I./WebKit/gtk/webkit -DBUILDING_CAIRO__=1 -DBUILD_WEBKIT
-I./WebCore/platform/gtk -I./WebCore/platform/graphics/gtk -I./WebCore/platform/graphics/cairo -I./WebCore/loader/gtk
-I./WebCore/page/gtk -I./WebKit/gtk -I./WebKit/gtk/WebCoreSupport -I./WebKit/gtk/webkit  -D_REENTRANT -I/usr/include 
-fno-strict-aliasing -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k
-Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -fvisibility-inlines-hidden 
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/libxml2      -I/usr/include/libxml2    -g -MT WebCore/platform/gtk/libWebKitGtk_la-ScrollViewGtk.lo -MD
-MP -MF WebCore/platform/gtk/.deps/libWebKitGtk_la-ScrollViewGtk.Tpo -c -o
WebCore/platform/gtk/libWebKitGtk_la-ScrollViewGtk.lo `test -f 'WebCore/platform/gtk/ScrollViewGtk.cpp' || echo
'./'`WebCore/platform/gtk/ScrollViewGtk.cpp
 g++ -DHAVE_CONFIG_H -I. -I./JavaScriptCore -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/wtf
-I./JavaScriptCore/kjs -I./DerivedSources -DBUILDING_GTK__=1 -DWTF_CHANGES -DUSE_SYSTEM_MALLOC -DXP_UNIX
-DENABLE_ICONDATABASE=0 -I./JavaScriptCore/bindings -I./WebCore -I./WebCore/ForwardingHeaders -I./WebCore/platform
-I./WebCore/platform/network -I./WebCore/platform/graphics -I./WebCore/platform/text -I./WebCore/loader
-I./WebCore/loader/icon -I./WebCore/css -I./WebCore/dom -I./WebCore/page -I./WebCore/bridge -I./WebCore/editing
-I./WebCore/history -I./WebCore/xml -I./WebCore/html -I./WebCore/bindings/js -I./WebCore/platform/image-decoders
-I./WebCore/platform/image-decoders/bmp -I./WebCore/platform/image-decoders/gif -I./WebCore/platform/image-decoders/ico
-I./WebCore/platform/image-decoders/jpeg -I./WebCore/platform/image-decoders/png -I./WebCore/platform/image-decoders/xbm
-I./WebCore/plugins -I./WebCore/rendering -I./WebCore/bindings/js -DWTF_USE_CURL=1 -I./WebCore/platform/network/curl
-DENABLE_DATABASE=1 -I./WebCore/platform/sql -I./WebCore/storage -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DG_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-I./WebKit/gtk/webkit -DBUILDING_CAIRO__=1 -DBUILD_WEBKIT -I./WebCore/platform/gtk -I./WebCore/platform/graphics/gtk
-I./WebCore/platform/graphics/cairo -I./WebCore/loader/gtk -I./WebCore/page/gtk -I./WebKit/gtk
-I./WebKit/gtk/WebCoreSupport -I./WebKit/gtk/webkit -D_REENTRANT -I/usr/include -fno-strict-aliasing -Wall -W
-Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef
-Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -fvisibility-inlines-hidden -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -MT WebCore/platform/gtk/libWebKitGtk_la-ScrollViewGtk.lo -MD -MP -MF
WebCore/platform/gtk/.deps/libWebKitGtk_la-ScrollViewGtk.Tpo -c WebCore/platform/gtk/ScrollViewGtk.cpp  -fPIC -DPIC -o
WebCore/platform/gtk/.libs/libWebKitGtk_la-ScrollViewGtk.o
WebCore/platform/gtk/ScrollViewGtk.cpp: In member function 'void
WebCore::ScrollView::wheelEvent(WebCore::PlatformWheelEvent&)':
WebCore/platform/gtk/ScrollViewGtk.cpp:522: warning: passing 'float' for argument 1 to 'void
WebCore::ScrollView::scrollBy(int, int)'
WebCore/platform/gtk/ScrollViewGtk.cpp:522: warning: passing 'float' for argument 2 to 'void
WebCore::ScrollView::scrollBy(int, int)'
mv -f WebCore/platform/gtk/.deps/libWebKitGtk_la-ScrollViewGtk.Tpo
WebCore/platform/gtk/.deps/libWebKitGtk_la-ScrollViewGtk.Plo
Comment 1 herkules 2008-02-08 10:07:18 UTC
Created attachment 56324 [details]
output of the 'make' run from the commandline
Comment 2 herkules 2008-02-15 09:28:57 UTC
increased priority for it requires an IDE restart
Comment 3 Thomas Preisler 2008-02-15 20:18:13 UTC
Looks like http://cnd.netbeans.org/issues/show_bug.cgi?id=124796 ????
Comment 4 herkules 2008-02-18 10:37:06 UTC
works with 6.1 nightly build from 18feb2008

*** This issue has been marked as a duplicate of 124796 ***