<?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>12405</bug_id>
          
          <creation_ts>2002-12-18 11:58 0000</creation_ts>
          <short_desc>alsa-patch-bay-0.3.ebuild (New Package)</short_desc>
          <delta_ts>2002-12-27 11:36:40 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>Ebuilds</component>
          <version>1.4_rc1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jkraut1@nyc.rr.com</reporter>
          <assigned_to>agenkin@gentoo.org</assigned_to>
          <cc>jkraut1@nyc.rr.com</cc>

      

      
          <long_desc isprivate="0">
            <who>jkraut1@nyc.rr.com</who>
            <bug_when>2002-12-18 11:58:28 0000</bug_when>
            <thetext>From the web page: &quot;ALSA Patch Bay is a graphical patch bay for the ALSA
sequencer API.&quot;
Alsa-Patch-Bay is a gui interface for controlling midi connections between
synths sequencers etc. under alsa.  Works like aconnect except its graphical. 
It is simple and effective.  

I suggest media-sound</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jkraut1@nyc.rr.com</who>
            <bug_when>2002-12-18 11:59:39 0000</bug_when>
            <thetext>Created an attachment (id=6591)
alsa-patch-bay-0.3.ebuild
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>agenkin@gentoo.org</who>
            <bug_when>2002-12-20 23:35:43 0000</bug_when>
            <thetext>Okay, committed to CVS with &quot;-x86&quot; keyword.  The reason is that the thing does
not compile for me (output below).  Can you test whether the ebuild works for
you?  Which gcc do you have installed?

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtkmm-2.0
-I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0 -g
-D_REENTRANT -fexceptions -I../../src -DPKGDATADIR=\&quot;/usr/share/alsa-patch-bay\&quot;
-mcpu=i686 -O2 -pipe -c apb-gtkmm.cpp
-Wp,-MD,.deps/libapbgtkmm_la-apb-gtkmm.TPlo  -fPIC -DPIC
/usr/include/sigc++-1.2/sigc++/object_slot.h: In function `class
SigC::Slot0&lt;void&gt; SigC::slot&lt;void, SigC::Object, APB::GTKmm::UI&gt;(SigC::Object &amp;,
void (APB::GTKmm::UI::*)())&apos;:
apb-gtkmm.cpp:426:   instantiated from here
/usr/include/sigc++-1.2/sigc++/object_slot.h:62: conversion from `SigC::Object&apos;
to non-scalar type `APB::GTKmm::UI&apos; requested
/usr/include/sigc++-1.2/sigc++/object_slot.h:62: cannot initialize
`APB::GTKmm::UI &amp;&apos; from `SigC::Object&apos;
make[3]: *** [libapbgtkmm_la-apb-gtkmm.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/alsa-patch-bay-0.3/work/alsa-patch-bay-0.3/src/gui&apos;
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/alsa-patch-bay-0.3/work/alsa-patch-bay-0.3/src&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-patch-bay-0.3/work/alsa-patch-bay-0.3&apos;
make: *** [all] Error 2

!!! ERROR: media-sound/alsa-patch-bay-0.3 failed.
!!! Function src_compile, Line 7, Exitcode 2
!!! (no error message)
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>agenkin@gentoo.org</who>
            <bug_when>2002-12-20 23:38:19 0000</bug_when>
            <thetext>p.s.  You forgot to package the docs.  It was as simple as adding 
  dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
to src_install().  Just a tip for your future submissions.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jkraut1@nyc.rr.com</who>
            <bug_when>2002-12-21 00:24:49 0000</bug_when>
            <thetext>Here&apos;s what I&apos;m using (I just re-emerged to be extra sure):
gcc-3.2.1
gtkmm-2.0.2
gtk+-2.0.9
alsa-driver/alsa-lib-0.9.0_rc6

I know was also able to compile with gcc-3.2, and, if I remember correctly,
2.95.3, so I&apos;m puzzled. Sorry, thought this one would be simple!  

As for the docs, thanks for the tip!

-Jon</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>agenkin@gentoo.org</who>
            <bug_when>2002-12-27 01:27:14 0000</bug_when>
            <thetext>Jonathan, could you please confirm that you can compile the ebuild that is in
the portage tree?  If you can, I&apos;m going to change KEYWORDS to &quot;~x86&quot;.
Thanks!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jkraut1@nyc.rr.com</who>
            <bug_when>2002-12-27 10:09:20 0000</bug_when>
            <thetext>Yes, I rsynced and compiled it with no problems.
Thanks!
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>agenkin@gentoo.org</who>
            <bug_when>2002-12-27 11:36:40 0000</bug_when>
            <thetext>Okay, I changed the keyword from -x86 to ~x86.  I&apos;m not going to unmask it to
stable until I am able to actually compile it. ;^)</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>6591</attachid>
            <date>2002-12-18 11:59 0000</date>
            <desc>alsa-patch-bay-0.3.ebuild</desc>
            <filename>alsa-patch-bay-0.3.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAyIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4NIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
DSMgJEhlYWRlcjogJA0NREVTQ1JJUFRJT049IkFMU0EgUGF0Y2ggQmF5IGlzIGEgZ3JhcGhpY2Fs
IHBhdGNoIGJheSBmb3IgdGhlIEFMU0Egc2VxdWVuY2VyIEFQSS4NIg1IT01FUEFHRT0iaHR0cDov
L3BrbC5uZXQvfm5vZGUvYWxzYS1wYXRjaC1iYXkuaHRtbCINU1JDX1VSST0iaHR0cDovL3BrbC5u
ZXQvfm5vZGUvc29mdHdhcmUvJHtQfS50YXIuZ3oiDUxJQ0VOU0U9IkdQTC0yIg1TTE9UPSIwIg0N
S0VZV09SRFM9In54ODYiDQ0jIEFsc2EtcGF0Y2gtYmF5IGNhbiB1c2UgZWl0aGVyIGd0a21tIG9m
IGZsdGsuICBIb3dldmVyLCBpdCBmYWlscyB0byBidWlsZA0jIGFnYWluc3QgR2VudG9vJ3MgZmx0
aywgSSBiZWxpZXZlIGJlY2F1c2UgR2VudG9vJ3MgZmx0ayBpcyBidWlsdCBhcyBzdGF0aWMuDSMg
U28gd2UgdXNlIGd0a21tIG9ubHkuIEJ1dCBJJ3ZlIGluY2x1ZGVkIHVzZSB2YXJpYWJsZXMgaW4g
Y2FzZSBmbHRrIGNoYW5nZXMuDSMgSW4gdGhhdCBjYXNlLCB3ZSBjYW4gYWRkIGlmLXRoZW4gc3Rh
dGVtZW50cyB0byB0aGUgLi9jb25maWd1cmUgc2VjdGlvbg1JVVNFPSJmbHRrIGd0a21tIg0NREVQ
RU5EPSI+PXgxMS1saWJzL2d0a21tLTIuMC4yDSAgICAgICAgPj1tZWRpYS1zb3VuZC9hbHNhLWRy
aXZlci0wLjkuMF9yYzENICAgICAgICA+PW1lZGlhLWxpYnMvYWxzYS1saWItMC45LjBfcmMxDSAg
ICAgICAgPj1tZWRpYS1zb3VuZC9hbHNhLXV0aWxzLTAuOS4wX3JjMSINDVM9JHtXT1JLRElSfS8k
e1B9DQ1zcmNfY29tcGlsZSgpIHsNICAgICAgICAuL2NvbmZpZ3VyZSBcDSAgICAgICAgICAgICAg
ICAtLWhvc3Q9JHtDSE9TVH0gXA0gICAgICAgICAgICAgICAgLS1wcmVmaXg9L3VzciBcDSAgICAg
ICAgICAgICAgICAtLWluZm9kaXI9L3Vzci9zaGFyZS9pbmZvIFwNICAgICAgICAgICAgICAgIC0t
bWFuZGlyPS91c3Ivc2hhcmUvbWFuIFwNICAgICAgICAgICAgICAgIC0tZGlzYWJsZS1mbHRrIHx8
IGRpZSAiLi9jb25maWd1cmUgZmFpbGVkIg0gICAgICAgIGVtYWtlIHx8IGRpZQ19DQ1zcmNfaW5z
dGFsbCgpIHsNICAgICAgICBtYWtlIERFU1RESVI9JHtEfSBpbnN0YWxsIHx8IGRpZQ19IA==
</data>        

          </attachment>
    </bug>

</bugzilla>