<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>176155</bug_id>
          
          <creation_ts>2007-04-26 19:47 0000</creation_ts>
          <short_desc>app-emulation/vice-0.2.1 fails to compile</short_desc>
          <delta_ts>2007-04-26 20:10:35 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>2006.1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>aballier@gentoo.org</reporter>
          <assigned_to>games@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>aballier@gentoo.org</who>
            <bug_when>2007-04-26 19:47:04 0000</bug_when>
            <thetext>hehe this one is very nice : 

Making all in x11
make[5]: Entering directory `/usr/var/tmp/portage/app-emulation/vice-1.21/work/vice-1.21/src/arch/unix/x11&apos;
Makefile:377: *** multiple target patterns.  Stop.
make[5]: Leaving directory `/usr/var/tmp/portage/app-emulation/vice-1.21/work/vice-1.21/src/arch/unix/x11&apos;


having a closer look at it : 
src/arch/unix/x11/Makefile:377

libx11ui.a: $(libx11ui_a_OBJECTS) $(libx11ui_a_DEPENDENCIES)


and then : 

libx11ui_a_DEPENDENCIES =  vidmode.o dga1.o dga2.o xrandr.o openGL_sync.o rsync://rsync.europe.gentoo.org/gentoo-portage

in Makefile.am now : 
libx11ui_a_DEPENDENCIES = @FULLSCREEN_DRIVERS@ @SYNC@

hmm I think I know the cause...

in configure.in : 

SYNC=&quot;openGL_sync.o $SYNC&quot;;

hey, it takes the SYNC variable from environment !


SYNC is defined only here, so changing that line to : 
SYNC=&quot;openGL_sync.o&quot;;
allowed me to compile</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nyhm@gentoo.org</who>
            <bug_when>2007-04-26 20:10:35 0000</bug_when>
            <thetext>thanks...</thetext>
          </long_desc>
      
    </bug>

</bugzilla>