Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-20 Thread Luke Hamburg
Patrick:
would you mind sharing how you're using the menuselect.makeopts exactly?  I
first had this problem with 1.8.7.0 and again with 1.8.8.0-rc1.  I've since
updated to 1.8.8.0-rc2 but for some reason I am still unable to get
menuselect to use the .makeopts that I put in my ~home dir.  Maybe I'm doing
it wrong. 

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Patrick Lists
Sent: Wednesday, October 19, 2011 12:51 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How to use menuselect.makeopts?

On 10/19/2011 03:08 PM, Jason Parker wrote:
 On 10/18/2011 09:52 PM, Luke Hamburg wrote:
 I think this might actually be a bug.
 https://issues.asterisk.org/jira/browse/ASTERISK-18137
 It is indeed a bug, but it's not the bug you referenced. This issue 
 only exists in 1.8.8.0-rc1. It has been fixed for 1.8.8.0-rc2 which 
 will be released this morning.

My problem is indeed fixed in 1.8.8.0-rc2. Thanks!

Regards,
Patrick



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-20 Thread Patrick Lists

On 10/21/2011 04:33 AM, Luke Hamburg wrote:

Patrick:
would you mind sharing how you're using the menuselect.makeopts exactly?  I
first had this problem with 1.8.7.0 and again with 1.8.8.0-rc1.  I've since
updated to 1.8.8.0-rc2 but for some reason I am still unable to get
menuselect to use the .makeopts that I put in my ~home dir.  Maybe I'm doing
it wrong.


Hi Luke,

I got the basics from the book but there also is some info on the wiki 
here: 
https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options


Here are the steps:

1) unpack fresh Asterisk 1.8.8.0-rc2 source in for example your home 
directory

$ cd $HOME
$ tar -xvzf asterisk-1.8.8.0-rc2.tar.gz
$ cd asterisk-1.8.8.0-rc2

2) run configure, optionally with the options you require so it can find 
all the dependencies. See configure --help for a list

$ configure ...

3) compile and run makeselect
$ make menuselect

4) select all the options you require and save (press F12) when done
if some options are not available then you need to install the required 
depenencies (most likely the ...-devel packages)


5) in the asterisk-1.8.8.0-rc2 source directory you now should have a
file called menuselect.makeopts. Copy this file to your $HOME but
make sure it's called .asterisk.makeopts (note the dot at the start)
$ cp -v menuselect.makeopts $HOME/.asterisk.makeopts

Now you should have everything in place so let's try it out:

1) remove the old asterisk source
$ rm -rf asterisk-1.8.8.0-rc2

2) unpack asterisk source so you have a clean environment
$ tar -xvzf asterisk-1.8.8.0-rc2.tar.gz
$ cd asterisk-1.8.8.0-rc2

3) run configure with the required options
$ configure ...

4) build the beast which should automagically pick up your menuselect 
options from $HOME/.asterisk.makeopts

$ make

5) profit! :)

This is from the top of my head so I hope I got it right.

Regards,
Patrick

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-19 Thread Patrick Lists

On 10/19/2011 04:52 AM, Luke Hamburg wrote:

I think this might actually be a bug.
https://issues.asterisk.org/jira/browse/ASTERISK-18137


Thank you very much for pointing that out Luke. Seems I bumped into the 
same bug.


Regards,
Patrick

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-19 Thread Jason Parker

On 10/18/2011 09:52 PM, Luke Hamburg wrote:

I think this might actually be a bug.
https://issues.asterisk.org/jira/browse/ASTERISK-18137
It is indeed a bug, but it's not the bug you referenced.  This issue 
only exists in 1.8.8.0-rc1.  It has been fixed for 1.8.8.0-rc2 which 
will be released this morning.


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-19 Thread Patrick Lists

On 10/19/2011 03:08 PM, Jason Parker wrote:

On 10/18/2011 09:52 PM, Luke Hamburg wrote:

I think this might actually be a bug.
https://issues.asterisk.org/jira/browse/ASTERISK-18137

It is indeed a bug, but it's not the bug you referenced. This issue only
exists in 1.8.8.0-rc1. It has been fixed for 1.8.8.0-rc2 which will be
released this morning.


Thanks Jason. I'll update when it is available.

Regards,
Patrick

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-19 Thread Patrick Lists

On 10/19/2011 03:08 PM, Jason Parker wrote:

On 10/18/2011 09:52 PM, Luke Hamburg wrote:

I think this might actually be a bug.
https://issues.asterisk.org/jira/browse/ASTERISK-18137

It is indeed a bug, but it's not the bug you referenced. This issue only
exists in 1.8.8.0-rc1. It has been fixed for 1.8.8.0-rc2 which will be
released this morning.


My problem is indeed fixed in 1.8.8.0-rc2. Thanks!

Regards,
Patrick

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-19 Thread Paul Belanger

On 11-10-19 12:50 PM, Patrick Lists wrote:

On 10/19/2011 03:08 PM, Jason Parker wrote:

On 10/18/2011 09:52 PM, Luke Hamburg wrote:

I think this might actually be a bug.
https://issues.asterisk.org/jira/browse/ASTERISK-18137

It is indeed a bug, but it's not the bug you referenced. This issue only
exists in 1.8.8.0-rc1. It has been fixed for 1.8.8.0-rc2 which will be
released this morning.


My problem is indeed fixed in 1.8.8.0-rc2. Thanks!

As an FYI, there is also an issue[1] with chan_h323 not building 
properly, and will be fixed.


[1] https://issues.asterisk.org/jira/browse/ASTERISK-18738
--
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com  http://asterisk.org

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] How to use menuselect.makeopts?

2011-10-18 Thread Patrick Lists

Hi,

After a make menuselect I now have menuselect.makeopts, 
menuselect.makedeps and menuselect-tree.


How do I get the buildsystem to use the settings in those files? Thus 
far they just seem to get overwritten if I do:


$ cd asterisk-1.8.8.0-rc1
$ cp -v /tmp/menuselect* .
$ ./configure
$ make

All requirements are met as building with make menuselect and selecting 
the options from menuselect.makeopts works fine. Anyone have any ideas?


Thanks!
Patrick

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to use menuselect.makeopts?

2011-10-18 Thread Luke Hamburg
I think this might actually be a bug.
https://issues.asterisk.org/jira/browse/ASTERISK-18137


-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Patrick Lists
Sent: Tuesday, October 18, 2011 9:23 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] How to use menuselect.makeopts?

Hi,

After a make menuselect I now have menuselect.makeopts, menuselect.makedeps
and menuselect-tree.

How do I get the buildsystem to use the settings in those files? Thus far
they just seem to get overwritten if I do:

$ cd asterisk-1.8.8.0-rc1
$ cp -v /tmp/menuselect* .
$ ./configure
$ make

All requirements are met as building with make menuselect and selecting the
options from menuselect.makeopts works fine. Anyone have any ideas?

Thanks!
Patrick

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users