[asterisk-dev] Bug in SVN-trunk Makefile?
Jason Parker
jparker at digium.com
Sat Jan 13 01:59:58 MST 2007
Instead of Product Version, look for the SVN Revision textbox (I tried to double-check, but I'm having issues with my connection right now, and can't get to the bug tracker. I'm pretty sure that's the name of the field though).
----- Brian Capouch <brianc at palaver.net> wrote:
> I haven't been on the bugtracker for a while. Couldn't find a way to
>
> post a buglet for SVN-trunk. I selected "Core Asterisk" but the only
>
> choices under "Product Version" were formal release versions. Clue?
>
> There appears to be a bug in the toplevel Makefile, caused by a
> breakout
> of the /var/lib/asterisk/sound directory into subdirectories for
> various
> languages (e.g. en/fr/es, etc.).
>
> Sorry right now I can't post a full diff; I have had to hack up the
> Makefile a bit for other reasons to get it to compile under openWRT
> kamikaze, and I'm not smart enough yet to properly generate only the
> change I want to point up here.
>
> This patch hardwires ~/en, so I'm sure the proper fix won't look like
>
> this anyway.
>
> Thx.
>
> B.
>
> ** Snippet of diff begins here **
>
>
> @@ -549,11 +546,11 @@
> mkdir -p
> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/INBOX
> :>
> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/unavail.gsm
> for x in vm-theperson digits/1 digits/2 digits/3 digits/4
> vm-isunavail; do \
> - cat $(DESTDIR)$(ASTDATADIR)/sounds/$$x.gsm >>
> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/unavail.gsm ; \
> + cat $(DESTDIR)$(ASTDATADIR)/sounds/en/$$x.gsm >>
> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/unavail.gsm ; \
> done
> :> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/busy.gsm
> for x in vm-theperson digits/1 digits/2 digits/3 digits/4
> vm-isonphone; do \
> - cat $(DESTDIR)$(ASTDATADIR)/sounds/$$x.gsm >>
> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/busy.gsm ; \
> + cat $(DESTDIR)$(ASTDATADIR)/sounds/en/$$x.gsm >>
> $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/busy.gsm ; \
> done
>
>
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
--
Jason Parker
Digium
More information about the asterisk-dev
mailing list