Displaying 20 results from an estimated 92 matches for "makeopts".
2010 Apr 12
1
Change in menuselect handling of sound files (in 1.6.1.X)
Hi,
Between 1.6.1.9 and 1.6.1.18, handling of menuselect has changed in such a
way that I cannot script non-english sound files downloading anymore.
The following used to work (unattended) with 1.6.1.9 (for instance):
cd /usr/src/asterisk-${ASTERISK_VERSION}
./configure
make menuselect.makeopts
echo "MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM CORE-SOUNDS-FR-GSM" >
menuselect.makeopts.defaults
make USER_MAKEOPTS=menuselect.makeopts.defaults menuselect.makeopts
make
make install
Now, with 1.6.1.18, CORE-SOUNDS-FR-GSM is not downloaded anymore.
I quickly compared both Makefile...
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello,
On a Debian Buster instance, I compiled Asterisk 17.3.0 from source.
I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using
classical File module (in modules;conf and voicemail.conf):
cd asterisk-17.3.0
...
make menuselect.makeopts
menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done
menuselect/menuselect --enable app_voicemail_odbc menuselect.makeopts; done
...
I've got this:
CLI> core show application VoiceMailMain
Your application(s) is (are) not registered
Command 'core show applicati...
2017 Feb 12
2
compiling asterisk-14.3.0-rc2
...meone help? I have centos 6.8 trying to install asterisk 14.3.0-rc2
on it with options as stated below -
./configure --with-crypto --with-ssl --with-srtp=/usr/local/lib
--with-jansson=/ --with-pjproject-bundled
when I tried to run "make menuselect". i get the error below.
Makefile:109: makeopts: No such file or directory
****
**** The configure script must be executed before running 'make'.
**** Please run "./configure".
****
make: *** [makeopts] Error 1
kindly guide on this.
Regards
-------------- next part --------------
An HTML attachment was scrubbed....
2017 May 05
4
CM for menuselect choices
I'd like to be able to save the choices made in menuselect in a way
that they can be tracked in a CM system and applied to a later release
of Asterisk using an automated tool like Ansible. What's the best
way to do that?
2007 Aug 08
1
Method for scripting options specified in make menuconfig
I've been digging around and I haven't found a way to do this, but I have a
feeling I'll feel like an idiot because it's something I'm over looking.
Normally if I need to specify an additional option (such as different
language sound files) or I'm building an Asterisk server with a lean
configuration and need to remove some modules I do so with 'make
menuconfig'.
2009 Jun 18
2
Asterisk on AVR32
...same args as make plus --host it can't
even configure [2]
I don't know much about cross-compiling, or even regular compiling for
that matter. Does any one have any idea on how to do this?
Thanks in advance,
Best regards,
Paulo Santos
[1]
menuselect/menuselect --check-deps menuselect.makeopts
/bin/bash: menuselect/menuselect: cannot execute binary file
make[1]: *** [menuselect.makeopts] Error 126
make[1]: Leaving directory
`/home/psantos/br/buildroot-avr32-v2.3.0/build_avr32/asterisk-1.6.0-beta6'
make: ***
[/home/psantos/br/buildroot-avr32-v2.3.0/build_avr32/asterisk-1.6.0-beta6/a...
2016 May 05
2
cannot find -lasteriskssl
...ing to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
>> file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
>> without any problem. It fails since 13.8.0.
>>
>> $ ./bootstrap.sh
>> $ ./configure
>> $ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
>> $ make
>> ..
>> failure (see message below)
>>
>> Any hint is appreciated. Thanks in advance.
>
> Does this problem still occur in 13.9.0-rc2?
No. Build of 13.9.0-rc2 seems to work.
When will 13.9.0 be released?
C...
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
...possible to select ODBC_STORAGE without entering to 'menuselect'?
I'm currently building a package for my distro with a little script, and
would like to set this option without entering manually to 'menuselect'
I know that I could make the script to change the 'menuselect.makeopts'
var from:
MENUSELECT_OPTS_app_voicemail=
to:
MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE
...but,
- is there another suggested way?
- If I take that approach, what else should I change?
Notes:
I have successfully installed and configured unixODBC with the proper
connector to my DB syste...
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
...a - ./caps_h323.o
make[1]: Leaving directory
`/tmp/asterisk-test/slackbuilds/asterisk-SlackBuild/asterisk-1.4.39/channels/h323'
----
Nevertheless, the menuselect application doesn't let me select chan_h323.
Its important to note that if I manually edit menuselect.makedeps and
menuselect.makeopts in order to manually set chan_h323 support, it does
build chan_h323.o without problems (and install it, after make install),
but, trying to do it via command line does not work:
From Asterisk source dir:
# make menuselect.makeopts
# menuselect/menuselect --enable chan_h323 menuselect.makeopts...
2011 May 13
1
1.8.4 Core Dump after installing from source
...preload the
'res_odbc.so' module, then the error dissapears, *but* still crashes
with core dump
Could someone point me out as where to start looking, or point me out to
some documenation?
Aditional Info:
I enabled ODBC voicemail storage through the command line with:
make menuselect.makeopts
menuselect/menuselect --disable-category MENUSELECT_OPTS_app_voicemail
menuselect.makeopts
menuselect/menuselect --enable ODBC_STORAGE menuselect.makeopts
Could it be that ODBC_STORAGE is causing problems with FILE_STORAGE,
even if I explicitly disabled FILE_STORAGE?
I also used 'strip'...
2010 Sep 22
2
Can't cross compile asterisk 1.6.2.13 on arm using ltib
...endor:os: arm : unknown : none :
configure: Cross Compilation = YES
*
But when I try to execute make menuselect I have the message :
*CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory
`/home/m/ltib/rpm/BUILD/asterisk-1.6.2.13/menuselect'
configure: error: in `/home/m/ltib/rpm/BUILD/asterisk-1.6.2.13/menuselect':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more deta...
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
...nstall_prereq fails to install the packages (not sure
how important they actually are....): speexdsp-devel, gmime-devel,
uriparser-devel, iksemel-devel, uw-imap-devel, hoard
Then, I am running the following commands to build Asterisk:
./configure --with-crypto --with-srtp --with-ssl
make menuselect.makeopts
menuselect/menuselect --enable DONT_OPTIMIZE --enable BETTER_BACKTRACES
--enable MALLOC_DEBUG --disable BUILD_NATIVE --enable app_macro
menuselect.makeopt
make OPT=-fPIC
make install
make samples
After this, when I start Asterisk, I get the following error with pjsip
modules:
ERROR[6253]: loader.c...
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
...hen trying to compile asterisk-1.4 on redhat-9.0
any suggestions ?
make[2]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
make[1]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
[CC] astman.c -> astman.o
[CC] md5.c -> md5.o
[LD] astman.o md5.o -> astman
[CC] smsq.c -> smsq.o
[CC] strcompat.c -> strcompat.o
[LD] smsq.o strcompat.o -> smsq
[CC] stereorize.c -> stereorize.o
[CC] frame.c -> fr...
2008 Apr 13
1
compilation of asterisk 1.4.19 with ilbc already on system
...ilbc.so -> libilbc.so.0.0.0
/usr/lib/libilbc.so.0 -> libilbc.so.0.0.0
/usr/lib/libilbc.so.0.0.0
However, if I do a "make" in asterisk-1.4.19, it will
not detect that libilbc.a is already on the system. If
I manually remove "codec_ilbc" from MENUSELECT_CODECS
in menuselect.makeopts then codecs/codec_ilbc.c will
compile to codec_ilbc.o because it finds the header
files (/usr/include/ilbc/iLBC_{en,de}code.h) but it
will fail to compile to codec_ilbc.so because it will
try to make the ilbc subdir which I haven't downloaded
the ilbc source code to.
How can I tell the make sy...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote:
>
> On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
>
> > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
> >> I haven't tested with objdir != srcdir.
> >
> > Ok, that was broken. Attached is a smaller diff that should work in
> > all
> > cases.
>
> This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...C test jcheck"; next; }
if (/^-nobuild$/) { $NOBUILD = 1; next; }
print "Unknown option: $_ : ignoring!\n";
}
@@ -807,12 +810,12 @@
if (!$NODEJAGNU) {
if($VERBOSE) {
print "DEJAGNU FEATURE/REGRESSION TEST STAGE:\n";
- print "(time -p $MAKECMD $MAKEOPTS check) > $dejagnu_output 2>&1\n";
+ print "(time -p $MAKECMD $MAKEOPTS $DEJACHECK) > $dejagnu_output 2>&1\n";
}
#Run the feature and regression tests, results are put into testrun.sum
#Full log in testrun.log
- system "(time -p $MAKECMD $MAKEOP...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
> On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
>> I haven't tested with objdir != srcdir.
>
> Ok, that was broken. Attached is a smaller diff that should work in
> all
> cases.
This sounds really cool Julien! Two questions: 1) does it preserve
the checking that the existing tcl stuff does, which
2016 May 05
2
cannot find -lasteriskssl
HI!
I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
without any problem. It fails since 13.8.0.
$ ./bootstrap.sh
$ ./configure
$ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
$ make
..
failure (see message below)
Any hint is appreciated. Thanks in advance.
Ciao, Michael.
----------------------------- snip -----------------------------
[LN] libasteriskssl.so.1 -> libasteriskssl.so
[LD] abstract_jb.o acl.o adsi.o ala...
2015 Apr 13
9
I'm not able to install asterisk in AWS cloud
Hi folks,
I'm not able to install asterisk whenever I hit make command I get below
error:
make[1]: *** No rule to make target `../main/modules.link', needed by
`asterisk'. Stop.
make: *** [main] Error 2
Regards
Akhilesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Jan 15
3
Various extensions ring once and go to voicemail - Thomas Peters
...her who have helped):
I DON'T HAVE the res_timing_timerfd.so file. Can I build it? Recompiling Asterisk is unrealistic in my position but I wonder if I can build the one module. Here's what I do have:
apbx:~ $ locate *res_timing_timerfd*
/usr/src/asterisk-1.8.23.1/res/.res_timing_timerfd.makeopts
/usr/src/asterisk-1.8.23.1/res/.res_timing_timerfd.moduleinfo
/usr/src/asterisk-1.8.23.1/res/res_timing_timerfd.c
/usr/src/asterisk-1.8.7.0/res/.res_timing_timerfd.makeopts
/usr/src/asterisk-1.8.7.0/res/.res_timing_timerfd.moduleinfo
/usr/src/asterisk-1.8.7.0/res/res_timing_timerfd.c
Why I have 1....