pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37522: Diffs to update lang/squeak to 3.9



The following reply was made to PR pkg/37522; it has been noted by GNATS.

From: Christoph Badura <bad%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/37522: Diffs to update lang/squeak to 3.9
Date: Mon, 14 Jan 2008 21:11:34 +0100

 Hi Brian,
 
 >  As I replied to Obata-san, the change from __sparc to __sun__ was  
 >  actually a Squeak change, not mine.  I only updated it to add  
 >  __NetBSD__ again.
 
 Ah.  I think that isn't necessary as Obata-san said.  I have adjusted
 patch-ag.
 
 >  > Also, why did you disable the OSS sound module?
 >  
 >  I don't believe my patches disabled the OSS sound module?
 
 I mean the following change in patch-ah:
 
 -   { &soundModule,   "sound",   "OSS"    },
 +   { &soundModule,   "sound",   "ALSA"   },
 
 I assumed that was yours.
 
 >  Unfortunately I don't actually think the audio capabilities are  
 >  working.  I tried filing in AudioNotes, a simple recording app, from 
 > <http://coweb.cc.gatech.edu/cs2340/5077 
 >   > (the "AudioNotes add-on" link at the bottom of the page) and I get  
 >  a walkback.
 
 Yeah, that doesn't work.  With "-vm audio=NetBSD" squeak complains about
 "bad file descriptor" on the tty.  And with "=vm audio=NAS" (and nasd runing
 in the background) I get:
 'squeak: Error detected by libpthread: Unlocking unlocked mutex."
 
 Unfortunately I do not have time to look into this soon.
 
 >    post-install:
 >  -   ${INSTALL_DATA} ${WRKDIR}/${SQUEAK_CHANGES}.gz ${DESTDIR}${PREFIX}/ 
 >  lib/squeak/
 >  -   ${INSTALL_DATA} ${WRKDIR}/${SQUEAK_IMAGE}.gz ${DESTDIR}${PREFIX}/lib/ 
 >  squeak/
 >  +   ${INSTALL_DATA} ${WRKDIR}/${SQUEAK_CHANGES} ${DESTDIR}${PREFIX}/lib/ 
 >  squeak/
 >  +   ${INSTALL_DATA} ${WRKDIR}/${SQUEAK_IMAGE} ${DESTDIR}${PREFIX}/lib/ 
 >  squeak/
 
 Oops. Sorry!  I have fixed that.
 
 --chris
 



Home | Main Index | Thread Index | Old Index