* [gentoo-dev] ALSA 0.9.0rc1 packages committed @ 2002-04-27 8:25 Arcady Genkin 2002-04-27 8:47 ` Arcady Genkin 2002-04-27 9:34 ` Andreas Waschbuesch 0 siblings, 2 replies; 10+ messages in thread From: Arcady Genkin @ 2002-04-27 8:25 UTC (permalink / raw To: gentoo-dev I just updated alsa-drivers, alsa-lib, alsa-utils, alsa-oss, and alsa-tools packages to the latest version (0.9.0rc1). Could you people please test them, and we should unmask the 0.9 version of alsa, since, according to alsa's web site[1]: The 0.5.x series is considered deprecated and is no longer supported by ALSA developers. One gotcha when upgrading to the new version is that portage thinks that 0.9.0.1_beta10 is newer than 0.9.0_rc1. Note that the 0.9.0.1 version was a hack to work around portage's deficiency with handling alphabetic parts in versions (it should have been 0.9.0a_beta10, but that doesn't work with portage). Now that hack has backfired on us, and anyone who wants to upgrade would have to specify the new version for alsa-lib and alsa-utils. :-( Footnotes: [1] http://www.alsa-project.org/ -- Arcady Genkin ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 8:25 [gentoo-dev] ALSA 0.9.0rc1 packages committed Arcady Genkin @ 2002-04-27 8:47 ` Arcady Genkin 2002-04-27 9:11 ` Bart Verwilst 2002-04-27 9:14 ` Milos Negovanovic 2002-04-27 9:34 ` Andreas Waschbuesch 1 sibling, 2 replies; 10+ messages in thread From: Arcady Genkin @ 2002-04-27 8:47 UTC (permalink / raw To: agenkin-dated-1021104894.5c690e; +Cc: gentoo-dev Arcady Genkin <agenkin@thpoon.com> writes: > One gotcha when upgrading to the new version is that portage thinks > that 0.9.0.1_beta10 is newer than 0.9.0_rc1. Forgot to mention another gotcha. The sound moudules now don't have the "-card-" component. So, if you were autoloading a sound module from, say, /etc/modules.autoload, then you had something like "snd-card-emu10k1" in there. You have to change it for "snd-emu10k1" or else the module would not be found. HTH, -- Arcady Genkin ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 8:47 ` Arcady Genkin @ 2002-04-27 9:11 ` Bart Verwilst 2002-04-27 9:14 ` Milos Negovanovic 1 sibling, 0 replies; 10+ messages in thread From: Bart Verwilst @ 2002-04-27 9:11 UTC (permalink / raw To: gentoo-dev On Saturday 27 April 2002 10:47, Arcady Genkin wrote: || Arcady Genkin <agenkin@thpoon.com> writes: || > One gotcha when upgrading to the new version is that portage thinks || > that 0.9.0.1_beta10 is newer than 0.9.0_rc1. If you mask 0.9.0.1_beta*, then 0.9.0_rc1 will be seen as the newest available version.. Did the same for koffice.. koffice-1.2_pre* was seen newer as koffice-1.2_beta1.. Masked the pre's, and everybody sees the beta as the newest :o) See ya! -- Bart Verwilst Gentoo Linux Developer, Desktop Team Gent, Belgium ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 8:47 ` Arcady Genkin 2002-04-27 9:11 ` Bart Verwilst @ 2002-04-27 9:14 ` Milos Negovanovic 1 sibling, 0 replies; 10+ messages in thread From: Milos Negovanovic @ 2002-04-27 9:14 UTC (permalink / raw To: gentoo-dev Hi, just have tryed to emerge...everything compiles nice but modules are not installed??? make[1]: Leaving directory `/var/tmp/portage/alsa-driver-0.9.0_rc1/work/alsa-driver-0.9.0rc1/pci' ALSA modules were successfully compiled. ... >>> Install alsa-driver-0.9.0_rc1 into >/var/tmp/portage/alsa-driver-0.9.0_rc1/image/ category media-sound cp: cannot stat `/var/tmp/portage/alsa-driver-0.9.0_rc1/work/alsa-driver-0.9.0rc1/modul es/*.o': No such file or directory strip: >>> Completed installing into >/var/tmp/portage/alsa-driver-0.9.0_rc1/image/ >>> Merging media-sound/alsa-driver-0.9.0_rc1 to / --- /usr/ --- /usr/include/ >>> /usr/include/sound/ >>> /usr/include/sound/adriver.h >>> /usr/include/sound/compat_22.h >>> /usr/include/sound/config.h >>> /usr/include/sound/config1.h >>> /usr/include/sound/hal2.h >>> /usr/include/sound/isapnp.h >>> /usr/include/sound/sndversions.h >>> /usr/include/sound/version.h --- /usr/share/ --- /usr/share/doc/ >>> /usr/share/doc/alsa-driver-0.9.0_rc1/ >>> /usr/share/doc/alsa-driver-0.9.0_rc1/CARDS-STATUS.gz >>> /usr/share/doc/alsa-driver-0.9.0_rc1/COPYING.gz >>> /usr/share/doc/alsa-driver-0.9.0_rc1/FAQ.gz >>> /usr/share/doc/alsa-driver-0.9.0_rc1/INSTALL.gz >>> /usr/share/doc/alsa-driver-0.9.0_rc1/README.gz >>> /usr/share/doc/alsa-driver-0.9.0_rc1/WARNING.gz >>> /usr/share/doc/alsa-driver-0.9.0_rc1/TODO.gz --- /lib/ --- /lib/modules/ --- /lib/modules/2.4.17-r5/ --- /lib/modules/2.4.17-r5/misc/ --- /etc/ --- /etc/modules.d/ >>> /etc/modules.d/alsa --- /etc/init.d/ >>> /etc/init.d/alsasound >>> Regenerating /etc/ld.so.cache... >>> media-sound/alsa-driver-0.9.0_rc1 merged. * Regenerating GNU info directory index... * Processed 58 info files. * IMPORTANT: 1 config files in /etc need updating. * Type emerge --help config to learn how to update config files. Milos On Sat, 27 Apr 2002 04:47:47 -0400 Arcady Genkin <agenkin@thpoon.com> wrote: > Arcady Genkin <agenkin@thpoon.com> writes: > > > One gotcha when upgrading to the new version is that portage thinks > > that 0.9.0.1_beta10 is newer than 0.9.0_rc1. > > Forgot to mention another gotcha. The sound moudules now don't have > the "-card-" component. So, if you were autoloading a sound module > from, say, /etc/modules.autoload, then you had something like > "snd-card-emu10k1" in there. You have to change it for "snd-emu10k1" > or else the module would not be found. > > HTH, > -- > Arcady Genkin > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 8:25 [gentoo-dev] ALSA 0.9.0rc1 packages committed Arcady Genkin 2002-04-27 8:47 ` Arcady Genkin @ 2002-04-27 9:34 ` Andreas Waschbuesch 2002-04-27 9:47 ` Milos Negovanovic 1 sibling, 1 reply; 10+ messages in thread From: Andreas Waschbuesch @ 2002-04-27 9:34 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 electrogramma illius Arcady Genkin profluit verbis: > I just updated alsa-drivers, alsa-lib, alsa-utils, alsa-oss, and > alsa-tools packages to the latest version (0.9.0rc1). Could you > people please test them, and we should unmask the 0.9 version of alsa, > since, according to alsa's web site[1]: > > The 0.5.x series is considered deprecated and is no longer > supported by ALSA developers. > > One gotcha when upgrading to the new version is that portage thinks > that 0.9.0.1_beta10 is newer than 0.9.0_rc1. Note that the 0.9.0.1 > version was a hack to work around portage's deficiency with handling > alphabetic parts in versions (it should have been 0.9.0a_beta10, but > that doesn't work with portage). Now that hack has backfired on us, > and anyone who wants to upgrade would have to specify the new version > for alsa-lib and alsa-utils. :-( > > Footnotes: > [1] http://www.alsa-project.org/ alsa-lib AND -utils complain about wrong or missing alsa-driver during emerge, though everything is in place :-( Greets - Andrew - -- Andreas Waschbuesch, GAUniversity KG MA FNZ FK01 eMail: awaschb@gwdg.de Populus vult decipi. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8ynCu2s5UCjOaQbYRAqs7AKC+4ra+Lzv1ltlGmPecENodoJyo+QCgroEt kGr4VCi0etsyFFYyXRyO340= =5ei3 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 9:34 ` Andreas Waschbuesch @ 2002-04-27 9:47 ` Milos Negovanovic 2002-04-27 10:19 ` Andreas Waschbuesch 2002-04-27 10:28 ` Andreas Waschbuesch 0 siblings, 2 replies; 10+ messages in thread From: Milos Negovanovic @ 2002-04-27 9:47 UTC (permalink / raw To: gentoo-dev Hello, have u unmerged previous driver before emerging new one? I did and basicaly new modules are not installed during emerge of RC1, and no error comes up. My guess is that if u havent unmerged previos driver, old modules are still there and thats why u get that error while everything seems to be OK. Milos On Sat, 27 Apr 2002 11:34:28 +0200 Andreas Waschbuesch <awaschb@gwdg.de> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > electrogramma illius Arcady Genkin profluit verbis: > > I just updated alsa-drivers, alsa-lib, alsa-utils, alsa-oss, and > > alsa-tools packages to the latest version (0.9.0rc1). Could you > > people please test them, and we should unmask the 0.9 version of > > alsa, since, according to alsa's web site[1]: > > > > The 0.5.x series is considered deprecated and is no longer > > supported by ALSA developers. > > > > One gotcha when upgrading to the new version is that portage thinks > > that 0.9.0.1_beta10 is newer than 0.9.0_rc1. Note that the 0.9.0.1 > > version was a hack to work around portage's deficiency with handling > > alphabetic parts in versions (it should have been 0.9.0a_beta10, but > > that doesn't work with portage). Now that hack has backfired on us, > > and anyone who wants to upgrade would have to specify the new > > version for alsa-lib and alsa-utils. :-( > > > > Footnotes: > > [1] http://www.alsa-project.org/ > > alsa-lib AND -utils complain about wrong or missing alsa-driver during > emerge, though everything is in place :-( > > Greets - Andrew > > - -- > Andreas Waschbuesch, GAUniversity KG MA FNZ FK01 > eMail: awaschb@gwdg.de > > Populus vult decipi. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE8ynCu2s5UCjOaQbYRAqs7AKC+4ra+Lzv1ltlGmPecENodoJyo+QCgroEt > kGr4VCi0etsyFFYyXRyO340= > =5ei3 > -----END PGP SIGNATURE----- > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 9:47 ` Milos Negovanovic @ 2002-04-27 10:19 ` Andreas Waschbuesch 2002-04-27 10:28 ` Andreas Waschbuesch 1 sibling, 0 replies; 10+ messages in thread From: Andreas Waschbuesch @ 2002-04-27 10:19 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 electrogramma illius Milos Negovanovic profluit verbis: > Hello, > > have u unmerged previous driver before emerging new one? > > I did and basicaly new modules are not installed during emerge of RC1, > and no error comes up. My guess is that if u havent unmerged previos > driver, old modules are still there and thats why u get that error while > everything seems to be OK. > > Milos > Yep. Did that. (And took alsa out of the rc-env, cleaned modules.conf and modules.autoload.) Everything is "vanilla", bu t it seems I'm sufferung from the same probelm (no *.o files found) described above by U. Andrew - -- Andreas Waschbuesch, GAUniversity KG MA FNZ FK01 eMail: awaschb@gwdg.de There's a man deeply in debt, see, and he takes the money he has left and goes to Monte Carlo to try to recoup at the roulette tables. Won a little, lost a lot, and was down to his last franc. Prayed for help. A voice whispered in his ear: "Le rouge..." Man looked around; nobody there. What the hell -- he puts his last franc on the red, and it won. The voice immediately said, "Encore le rouge..." Played red again, and it won again. The voice said, "Impair..." Played odd, and it won. Voice said, "Quinze..." so he put all the money on 15, and it won. This went on for hours, the voice telling him what to bet, and the man putting all his money on what the voice said, and winning. Finally when the voice spoke, the man protested that he'd won millions of dollars and wanted to quit. The voice was inexorable: "Douze..." The man put the money on 12, and 11 came up -- he had lost everything -- the voice murmured "Merde!!" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8yns42s5UCjOaQbYRAmZIAJ97Ai0g79XnRCFKfXSs/0L+HqEI4gCglh6l MUznq70QWV7eXuQ0HwC/L9M= =PYmx -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 9:47 ` Milos Negovanovic 2002-04-27 10:19 ` Andreas Waschbuesch @ 2002-04-27 10:28 ` Andreas Waschbuesch 2002-04-27 11:26 ` Milos Negovanovic 1 sibling, 1 reply; 10+ messages in thread From: Andreas Waschbuesch @ 2002-04-27 10:28 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 electrogramma illius Milos Negovanovic profluit verbis: > Hello, > > have u unmerged previous driver before emerging new one? > > I did and basicaly new modules are not installed during emerge of RC1, > and no error comes up. My guess is that if u havent unmerged previos > driver, old modules are still there and thats why u get that error while > everything seems to be OK. > > Milos > The problem seems to me, that compiled modules get written into /var/tmp/portage/alsa-driver-0.9.0_rc1/work/alsa-driver-0.9.0_rc1/pci|isa instead of /var/tmp/portage/alsa-driver-0.9.0_rc1/work/alsa-driver-0.9.0_rc1/modules. So the ebuild-script got nothing to copy. Greets - Andrew - -- Andreas Waschbuesch, GAUniversity KG MA FNZ FK01 eMail: awaschb@gwdg.de Eat one live toad the first thing in the morning and nothing worse will happen to you the rest of the day. [Well, actually, to either of you... Ed.] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8yn1M2s5UCjOaQbYRAto+AKCNF6aclDNvKbcUQEDfzOLwQpmdlgCfbRKr 9HeduugZLoMgiw293QFf2lo= =1/jV -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] ALSA 0.9.0rc1 packages committed 2002-04-27 10:28 ` Andreas Waschbuesch @ 2002-04-27 11:26 ` Milos Negovanovic 2002-04-27 18:39 ` [gentoo-dev] alsa-driver-0.9.0_rc1-r1 committed Arcady Genkin 0 siblings, 1 reply; 10+ messages in thread From: Milos Negovanovic @ 2002-04-27 11:26 UTC (permalink / raw To: gentoo-dev yeah seams like it Modules are probably in other directories to , because i cant get it working with just substituting 'modules' line with 'pci' and 'isa' lines. Anyway i am not ebuild nor alsa expert so ... :) Milos On Sat, 27 Apr 2002 12:28:28 +0200 Andreas Waschbuesch <awaschb@gwdg.de> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > electrogramma illius Milos Negovanovic profluit verbis: > > Hello, > > > > have u unmerged previous driver before emerging new one? > > > > I did and basicaly new modules are not installed during emerge of > > RC1, > > and no error comes up. My guess is that if u havent unmerged previos > > driver, old modules are still there and thats why u get that error > > while everything seems to be OK. > > > > Milos > > > > The problem seems to me, that compiled modules get written into > /var/tmp/portage/alsa-driver-0.9.0_rc1/work/alsa-driver-0.9.0_rc1/pci > |isa > instead of > /var/tmp/portage/alsa-driver-0.9.0_rc1/work/alsa-driver-0.9.0_rc1/mod > ules. So the ebuild-script got nothing to copy. > > Greets - Andrew > > - -- > Andreas Waschbuesch, GAUniversity KG MA FNZ FK01 > eMail: awaschb@gwdg.de > > Eat one live toad the first thing in the morning and nothing worse > will happen to you the rest of the day. > > [Well, actually, to either of you... Ed.] > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE8yn1M2s5UCjOaQbYRAto+AKCNF6aclDNvKbcUQEDfzOLwQpmdlgCfbRKr > 9HeduugZLoMgiw293QFf2lo= > =1/jV > -----END PGP SIGNATURE----- > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev > ^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-dev] alsa-driver-0.9.0_rc1-r1 committed 2002-04-27 11:26 ` Milos Negovanovic @ 2002-04-27 18:39 ` Arcady Genkin 0 siblings, 0 replies; 10+ messages in thread From: Arcady Genkin @ 2002-04-27 18:39 UTC (permalink / raw To: gentoo-dev Hi all: Sorry about the breakage in the new alsa-driver. Frankly, I don't understand why it worked for me; but since it did, and I was under the impression that alsa 0.9.X were masked, I sent in the changes. Anyhow, I reworked some things in alsa-driver-0.9.0_rc1-r1 that is in CVS now. This should fix your problems, as far as I can see. Please also update the alsa-lib package, or else the dependency check will fail for it. I'll be looking closer into the other four alsa packages to make sure that there have been no drastic changes there, like there were in alsa-driver, but the current combination should be already workable. Thanks for the reports. -- Arcady Genkin ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-04-27 18:39 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-04-27 8:25 [gentoo-dev] ALSA 0.9.0rc1 packages committed Arcady Genkin 2002-04-27 8:47 ` Arcady Genkin 2002-04-27 9:11 ` Bart Verwilst 2002-04-27 9:14 ` Milos Negovanovic 2002-04-27 9:34 ` Andreas Waschbuesch 2002-04-27 9:47 ` Milos Negovanovic 2002-04-27 10:19 ` Andreas Waschbuesch 2002-04-27 10:28 ` Andreas Waschbuesch 2002-04-27 11:26 ` Milos Negovanovic 2002-04-27 18:39 ` [gentoo-dev] alsa-driver-0.9.0_rc1-r1 committed Arcady Genkin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox