First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 94196
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andrew Gaydenko <a@gaydenko.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
alsa-lib-1.0.9.ebuild media-libs/alsa-lib-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:04 0000 1.55 KB Details
alsa-oss-1.0.9.ebuild media-libs/alsa-oss-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:05 0000 555 bytes Details
alsa-headers-1.0.9.ebuild media-sound/alsa-headers-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:05 0000 916 bytes Details
alsa-firmware-1.0.9.ebuild media-sound/alsa-firmware-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:06 0000 488 bytes Details
alsa-driver-1.0.9.ebuild media-sound/alsa-driver-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:07 0000 4.14 KB Details
alsa-tools-1.0.9.ebuild media-sound/alsa-tools-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:07 0000 2.23 KB Details
alsa-utils-1.0.9.ebuild media-sound/alsa-utils-1.0.9.ebuild text/plain Philip Kovacs 2005-05-27 11:08 0000 2.08 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 94196 depends on: Show dependency tree
Show dependency graph
Bug 94196 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-27 09:40 0000
alsa 1.0.9 is released

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Philip Kovacs 2005-05-27 11:04:12 0000 -------
Created an attachment (id=59960) [edit]
media-libs/alsa-lib-1.0.9.ebuild

Let's go!

------- Comment #2 From Philip Kovacs 2005-05-27 11:05:08 0000 -------
Created an attachment (id=59961) [edit]
media-libs/alsa-oss-1.0.9.ebuild

------- Comment #3 From Philip Kovacs 2005-05-27 11:05:45 0000 -------
Created an attachment (id=59962) [edit]
media-sound/alsa-headers-1.0.9.ebuild

------- Comment #4 From Philip Kovacs 2005-05-27 11:06:21 0000 -------
Created an attachment (id=59963) [edit]
media-sound/alsa-firmware-1.0.9.ebuild

------- Comment #5 From Philip Kovacs 2005-05-27 11:07:17 0000 -------
Created an attachment (id=59964) [edit]
media-sound/alsa-driver-1.0.9.ebuild

------- Comment #6 From Philip Kovacs 2005-05-27 11:07:54 0000 -------
Created an attachment (id=59965) [edit]
media-sound/alsa-tools-1.0.9.ebuild

------- Comment #7 From Philip Kovacs 2005-05-27 11:08:25 0000 -------
Created an attachment (id=59966) [edit]
media-sound/alsa-utils-1.0.9.ebuild

------- Comment #8 From Philip Kovacs 2005-05-27 11:09:24 0000 -------
Did I break the record for shortest time to post ebuilds after a release?

------- Comment #9 From Andrew Gaydenko 2005-05-27 11:13:21 0000 -------
Philip, indeed you are rapid :-), thanks!

Will wait for commiting of the ebuilds into the portage tree.

------- Comment #10 From Jan Brinkmann (RETIRED) 2005-05-27 11:54:47 0000 -------
*** Bug 93942 has been marked as a duplicate of this bug. ***

------- Comment #11 From Jan Brinkmann (RETIRED) 2005-05-27 11:58:38 0000 -------
there is no need to attach the old ebuilds, if you've made changes attach a
diff. in this case it's more or less just a bump. also take a look at the
following document:

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3

------- Comment #12 From Philip Kovacs 2005-05-27 12:44:02 0000 -------
there are some minor changes, e.g. one patch was fixed upstream and I commented
it out.  all are ~arch masked.  i haven't scrutinized the ebuilds the way a dev
would or should.  they do work.  at least one gives the same pre-existing QA
warnings as the original.

------- Comment #13 From Jan Brinkmann (RETIRED) 2005-05-27 13:40:53 0000 -------
fixed in cvs, versions bumped. thanks for reporting

------- Comment #14 From Canal Vorfeed 2005-05-28 15:27:35 0000 -------
Is it possible to make ALSA and wine compatible again ? The problem is with
this
definition in conf.h:

...
int snd_names_list(const char *interface, snd_devname_t **list);
...

Wine (and everything WIN32-derived: *COM, you know) uses interface as reserved
word (#defined as struct for C/C++ but used by some MS-derived tools as
separate
keyword). So in WINE this becomes:

...
int snd_names_list(const char *struct, snd_devname_t **list);
...

Obviously gcc do not like this at all! Can we replace interface with some other
word ? interface_name or something. Just in header, of course: ALSA itself does
not use COM...

------- Comment #15 From Jan Brinkmann (RETIRED) 2005-05-28 15:33:11 0000 -------
i don't use wine at all. which conf.h are you talking about? i'm on the sound
alias and get these mails, therefor removing myself from cc list. otherwise i
get these mails twice. please open a seperate bug about your issue. thanks 

------- Comment #16 From Diego Pettenò 2005-05-28 15:52:25 0000 -------
Please open a new bug for that but yes, that's a bug which needs to be fixed,  
interface is a keyword also for icc for example. 
__interface is a good name for such a thing, like a recent glibc change used 
in netinet/in.h. 
 
 

------- Comment #17 From Philip Kovacs 2005-05-28 16:00:56 0000 -------
I would seriously suggest that that issue be submitted upstream to the alsa
folks directly: http://www.alsa-project.org/  They have a bug tracker there.  
Creating a special patch that only gentoo folks would use makes little sense if
there's a more serious compatibility problem with alsa and wine.

------- Comment #18 From Canal Vorfeed 2005-05-28 17:22:14 0000 -------
I've created new bug (#94329) and submitted bug-report to ALSA project as well.
I still think gentoo-only fix should be applied till next version of ALSA will
be released...

First Last Prev Next    No search results available      Search page      Enter new bug