Re: xmms broken by either libc_r or sound

2000-06-15 Thread Brandon D. Valentine

On Wed, 14 Jun 2000, Dan Nelson wrote:

In the last episode (Jun 14), Otter said:
 On Wed, 14 Jun 2000, Chris Piazza wrote:
  Yes backout recent changes to sys/dev/sound/pcm/channel.c. (a few
  days)
 
 How does one backout changes? I thought once it was committed, and
 the make world process is complete, it was just that: committed.

You make another commit, undoing what your first commit did.  That way
there is a record of what you did, and hopefully why it was backed out. 
For more info:

info -n "(cvs)Merging two revisions"

I honestly don't think his question was from a committers standpoint.  I
think he wanted to know how to back them out locally for his own system.
To do that he needs to read the handbook entries for staying current
with FreeBSD, specifically the stuff on anoncvs.  Then to back them out
he needs to use cvs to retrieve an older revision of the affected files
via anoncvs and make a new world.

Brandon D. Valentine
-- 
"You should believe in death, taxes, Larry Ellison's loathing of Bill
Gates and Intel's inability to ship a working chipset."
 - Dr Spinola, The Register, 05/13/2000




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: xmms broken by either libc_r or sound

2000-06-15 Thread Jacques A . Vidrine

On Thu, Jun 15, 2000 at 10:10:49AM -0400, Brandon D. Valentine wrote:
 I honestly don't think his question was from a committers standpoint.  I
 think he wanted to know how to back them out locally for his own system.
 To do that he needs to read the handbook entries for staying current
 with FreeBSD, specifically the stuff on anoncvs.  Then to back them out
 he needs to use cvs to retrieve an older revision of the affected files
 via anoncvs and make a new world.

Or use cvsweb, which is probably easier for the casual user.  

  http://www.freebsd.org/cgi/cvsweb.cgi/path/to/affected/file

or just start at 
 
  http://www.freebsd.org/cgi/cvsweb.cgi

and navigate your way down.

Good luck,
-- 
Jacques Vidrine / [EMAIL PROTECTED] / [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: xmms broken by either libc_r or sound

2000-06-15 Thread Brandon D. Valentine

On Thu, 15 Jun 2000, Jacques A . Vidrine wrote:

Or use cvsweb, which is probably easier for the casual user.  

Definitely easier for the casual user who's tracking -STABLE.  However,
I feel that to succeed tracking -CURRENT it pays to invest a minimal
amount of time learning at least the basics of cvs. =)

Brandon D. Valentine
-- 
"You should believe in death, taxes, Larry Ellison's loathing of Bill
Gates and Intel's inability to ship a working chipset."
 - Dr Spinola, The Register, 05/13/2000



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



xmms broken by either libc_r or sound

2000-06-14 Thread Alfred Perlstein

xmms is a really good test for libc_r and the sound system.

xmms no longer plays back mp3s, other mp3 players are working
fine.

Any ideas?

-Alfred


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: xmms broken by either libc_r or sound

2000-06-14 Thread Otter



On Wed, 14 Jun 2000, Chris Piazza wrote:

 On Wed, Jun 14, 2000 at 05:41:39PM -0700, Alfred Perlstein wrote:
  xmms is a really good test for libc_r and the sound system.
  
  xmms no longer plays back mp3s, other mp3 players are working
  fine.
  
  Any ideas?
 
 Yes backout recent changes to sys/dev/sound/pcm/channel.c. (a few days)
 

How does one backout changes? I thought once it was committed, and the
make world process is complete, it was just that: committed.
-Otter

 There was a large-ish thread about this on -committers too...
 
 -Chris
 -- 
 [EMAIL PROTECTED]  | yawn.
 [EMAIL PROTECTED]| Abbotsford, BC, Canada
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: xmms broken by either libc_r or sound

2000-06-14 Thread Thomas Stromberg

For now I'm just using mpg123 (gqmpeg works too of course, as a front-end,
but I hate it's list manager).. mpg123 seems to work fine on all of my
-current machines. 



thomas r. stromberg [EMAIL PROTECTED]
senior systems administratorhttp://www.afterthought.org/
research triangle commerce, inc.1.919.657.1317  

'FreeBSD - the power to serve'  'Perl - the power to hack'


On Wed, 14 Jun 2000, Alfred Perlstein wrote:

 xmms is a really good test for libc_r and the sound system.
 
 xmms no longer plays back mp3s, other mp3 players are working
 fine.
 
 Any ideas?
 
 -Alfred
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: xmms broken by either libc_r or sound

2000-06-14 Thread The Hermit Hacker


oh good, I thought it was somehow something I did on my last upgrade and
was just about to hit the list archives to make sure I hadn't missed
something :)


On Wed, 14 Jun 2000, Alfred Perlstein wrote:

 xmms is a really good test for libc_r and the sound system.
 
 xmms no longer plays back mp3s, other mp3 players are working
 fine.
 
 Any ideas?
 
 -Alfred
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 

Marc G. Fournier   ICQ#7615664   IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: [EMAIL PROTECTED]   secondary: scrappy@{freebsd|postgresql}.org 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: xmms broken by either libc_r or sound

2000-06-14 Thread Dan Nelson

In the last episode (Jun 14), Otter said:
 On Wed, 14 Jun 2000, Chris Piazza wrote:
  Yes backout recent changes to sys/dev/sound/pcm/channel.c. (a few days)
 
 How does one backout changes? I thought once it was committed, and
 the make world process is complete, it was just that: committed.

You make another commit, undoing what your first commit did.  That way
there is a record of what you did, and hopefully why it was backed out. 
For more info:

info -n "(cvs)Merging two revisions"

-- 
Dan Nelson
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message