[Bug 127880] New - fontconfig can't handle parallell build



Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=127880

Changed by koffle bredband net 

--- shadow/127880	Tue Nov 25 05:34:01 2003
+++ shadow/127880.tmp.24103	Tue Nov 25 05:34:01 2003
@@ -0,0 +1,74 @@
+Bug#: 127880
+Product: GARNOME
+Version: unspecified
+OS: SunOS
+OS Details: SunOS brusen 5.9 Generic_112234-03 i86pc i386 i86pc
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: jdub perkypants org                            
+ReportedBy: koffle bredband net               
+QAContact: garnome-list gnome org
+TargetMilestone: ---
+URL: 
+Summary: fontconfig can't handle parallell build
+
+When doing a "gmake -j 3 install" from the meta/gnome-desktop dir,
+fontconfig crash out like this:
+
+gmake[8]: Nothing to be done for `install-exec-am'.
+/bin/sh ./mkinstalldirs /opt/gnome-2.6/etc/fonts
+/bin/sh ./mkinstalldirs /opt/gnome-2.6/lib/pkgconfig
+if [ -f /opt/gnome-2.6/etc/fonts/local.conf ]; then \
+  echo "not overwriting existing /opt/gnome-2.6/etc/fonts/local.conf"; \
+else if [ -f ./local.conf ]; then \
+  echo " /opt/sfw/bin/ginstall -c -m 644 ./local.conf
+/opt/gnome-2.6/etc/fonts/local.conf"; \
+  /opt/sfw/bin/ginstall -c -m 644 ./local.conf
+/opt/gnome-2.6/etc/fonts/local.conf; \
+else if [ -f local.conf ]; then \
+  echo " /opt/sfw/bin/ginstall -c -m 644 local.conf
+/opt/gnome-2.6/etc/fonts/local.conf"; \
+  /opt/sfw/bin/ginstall -c -m 644 local.conf
+/opt/gnome-2.6/etc/fonts/local.conf; \
+fi; fi; fi
+ /opt/sfw/bin/ginstall -c -m 644 ./local.conf
+/opt/gnome-2.6/etc/fonts/local.conf
+/opt/sfw/bin/ginstall: cannot create regular file
+`/opt/gnome-2.6/etc/fonts/local.conf': No such file or directory
+gmake[8]: *** [install-data-local] Error 1
+gmake[8]: *** Waiting for unfinished jobs....
+mkdir /opt/gnome-2.6/etc/fonts
+gmake[8]: *** Waiting for unfinished jobs....
+ /opt/sfw/bin/ginstall -c -m 644 ./fontconfig.pc
+/opt/gnome-2.6/lib/pkgconfig/fontconfig.pc
+gmake[8]: *** Waiting for unfinished jobs....
+ /opt/sfw/bin/ginstall -c -m 644 ./fonts.conf
+/opt/gnome-2.6/etc/fonts/fonts.conf
+ /opt/sfw/bin/ginstall -c -m 644 ./fonts.dtd /opt/gnome-2.6/etc/fonts/fonts.dtd
+gmake[8]: Leaving directory
+`/home/jonas/hacking-0.28.1/bootstrap/fontconfig/work/main.d/fontconfig-2.2.1'
+gmake[7]: *** [install-am] Error 2
+gmake[7]: Leaving directory
+`/home/jonas/hacking-0.28.1/bootstrap/fontconfig/work/main.d/fontconfig-2.2.1'
+gmake[6]: *** [install-recursive] Error 1
+gmake[6]: Leaving directory
+`/home/jonas/hacking-0.28.1/bootstrap/fontconfig/work/main.d/fontconfig-2.2.1'
+gmake[5]: *** [install-work/main.d/fontconfig-2.2.1/Makefile] Error 2
+gmake[5]: Leaving directory `/home/jonas/hacking-0.28.1/bootstrap/fontconfig'
+gmake[4]: *** [../../bootstrap/fontconfig/cookies/main.d/install] Error 2
+gmake[4]: Leaving directory `/home/jonas/hacking-0.28.1/bootstrap/xft'
+gmake[3]: *** [../../bootstrap/xft/cookies/main.d/install] Error 2
+gmake[3]: Leaving directory `/home/jonas/hacking-0.28.1/gnome/pango'
+gmake[2]: *** [../../gnome/pango/cookies/main.d/install] Error 2
+gmake[2]: Leaving directory `/home/jonas/hacking-0.28.1/gnome/gtk+'
+gmake[1]: *** [../../gnome/gtk+/cookies/main.d/install] Error 2
+gmake[1]: Leaving directory `/home/jonas/hacking-0.28.1/gnome/metacity'
+gmake: *** [../../gnome/metacity/cookies/main.d/install] Error 2
+jonas brusen:42~/hacking-0.28.1/meta/gnome-desktop> 
+
+But then, doing a "gmake install" immediately after this, works like a
+dream.  ==> Can't make in parallell!  (And Yes, there are two CPU's in my
+ol' box :)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]