<p><strong>Hi,</strong></p><p><strong>I still have this error:</strong></p><p>ERROR: Multiple .bb files are due to be built which each provide virtual/xserver (/home/vladimir/moko/openmoko/packages/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+<a href="http://git.bb">git.bb</a> /home/vladimir/moko/openmoko/packages/xorg-xserver/<a href="http://xserver-kdrive_1.3.0.0.bb">xserver-kdrive_1.3.0.0.bb</a> /home/vladimir/moko/openmoko/packages/xorg-xserver/<a href="http://xserver-xorg_1.3.0.0.bb">xserver-xorg_1.3.0.0.bb</a>).<br>
</p>&nbsp;This usually means one provides something the other doesn&#39;t and should.<br><div class="gmail_quote"><br><strong>Cheers,</strong></div><div class="gmail_quote"><strong>Vlad</strong></div><div class="gmail_quote"><br>
On Mon, Dec 8, 2008 at 3:37 AM, Holger Freyther <span dir="ltr">&lt;<a href="mailto:zecke@selfish.org">zecke@selfish.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Am 07.12.2008 um 19:35 schrieb Vladimir Doukhanine:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="Ih2E3d">
Hi Holger,<br>
<br>
I&#39;ve commented<br>
<br>
#BB_GIT_CLONE_FOR_SRCREV = &quot;1&quot;<br>
<br>
but it still failes for git checkout origin/org.openmoko.asu.stable<br>
<br>
<br></div><div class="Ih2E3d">
| -c /home/vladimir/moko/build//work/i686-linux/gcc-native-3.4.4-r7/gcc-3.4.4/gcc/collect2.c -o collect2.o<br>
| In function &#39;open&#39;,<br>
| inlined from &#39;collect_execute&#39; at /home/vladimir/moko/build//work/i686-linux/gcc-native-3.4.4-r7/gcc-3.4.4/gcc/collect2.c:1537:<br>
| /usr/include/bits/fcntl2.h:51: error: call to &#39;__open_missing_mode&#39; declared with attribute error: open with O_CREAT in second argument needs 3 arguments<br>
| make[1]: *** [collect2.o] Error 1<br>
<br>
</div></blockquote>
<br>
Ubuntu&#39;s 8.10 gcc is compiled with fortify source. This means a whole set of new errors will turn up when compiling software. For Openmoko asu.stable it is best to put:<br>
<br>
 &nbsp; export BUILD_CPPFLAGS = &quot;-isystem${STAGING_INCDIR_NATIVE} -D_FORTIFY_SOURCE=0&quot;<br>
<br>
in your local.conf or such. For org.openmoko.dev I have done this[1]. I will consider cherry picking this to stable as well....<br>
<br>
z.<br>
<br>
[1] <a href="http://git.openmoko.org/?p=openmoko.git;a=commit;h=d32413b05254c8a1e41e2b8bab483b04795b87f0" target="_blank">http://git.openmoko.org/?p=openmoko.git;a=commit;h=d32413b05254c8a1e41e2b8bab483b04795b87f0</a><br>

</blockquote></div><br>