From: Niksa B. <nik...@lu...> - 2007-05-11 19:17:39
Attachments:
zaptel.mk.patch
astlinux.config
|
I downloaded the latest 1.4 branch and tried to build it. This time I took note of all problems I found and resolved, as follows: 1. Zaptel wouldn't build. I played with zaptel.mk until it worked. For some reason, it wouldn't build using "make -C", I had to cd to zaptel build dir and then it worked. I also had to build menuselect manually. While I was at it, I figured that menuselect should be presented before build, as there is no reason to build modules you won't need, so I included that, too. Patch file is attached. 2. func_curl wouldn't build, I just skipped it in menuselect. 3. app_conference wouldn't build, but, as Kristian pointed out, it is candidate for removal anyway. 4. flex wouldn't download, it took several retries, probably some problem with the server. 5. openssh wouldn't download, .mk file looks for file openssh-4.5p1.tar.gz, but it doesn't exist on server, rather openssh-4.6p1.tar.gz (perhaps a typo?). Changed the version in .mk file and it worked. 6. zoneinfo wouldn't download, similar as previous, files tzcode2007c.tar.gz and tzdata2007c.tar.gz didn't exist, but rather tzcode2007f.tar.gz and tzdata2007f.tar.gz. That is about it. Also, two minor things: 1. package "netsnmp" was recompiled each time I ran "make", I didn't investigate why. 2. whenever some package couldn't be found on corresponding server, it was downloaded from astlinux site, but each time it was corrupted and couldn't be unpacked. Hope this helps someone. -- Niksa Baldun |
From: Darrick H. <dha...@dj...> - 2007-05-11 22:24:34
|
Niksa Baldun wrote: > I downloaded the latest 1.4 branch and tried to build it. This time I > took note of all problems I found and resolved, as follows: > > 1. Zaptel wouldn't build. I played with zaptel.mk until it worked. For > some reason, it wouldn't build using "make -C", I had to cd to zaptel > build dir and then it worked. I also had to build menuselect manually. > While I was at it, I figured that menuselect should be presented > before build, as there is no reason to build modules you won't need, > so I included that, too. Patch file is attached. This seems odd. As Kristian mentioned before, there are several things that may need to be changed with Zaptel and other associated asterisk packages to get them to work with 1.4. As we make changes, they are being committed to SVN. Your best bet is to subscribe to the svn commit list to see when something changes. > 2. func_curl wouldn't build, I just skipped it in menuselect. I don't personally use it. > > 3. app_conference wouldn't build, but, as Kristian pointed out, it is > candidate for removal anyway. Will likely be removed. > > 4. flex wouldn't download, it took several retries, probably some > problem with the server. Will check for updates > > 5. openssh wouldn't download, .mk file looks for file > openssh-4.5p1.tar.gz, but it doesn't exist on server, rather > openssh-4.6p1.tar.gz (perhaps a typo?). Changed the version in .mk > file and it worked. This is not a typo. That version of openssh is still available on the server (I checked). Openssh-4.6p1 is the latest release. We need to bump the version, but sometimes this requires changing a patch. We'll add it to the list. > > 6. zoneinfo wouldn't download, similar as previous, files > tzcode2007c.tar.gz and tzdata2007c.tar.gz didn't exist, but rather > tzcode2007f.tar.gz and tzdata2007f.tar.gz. Updated (in trunk, 0.4 and asterisk-beta) > > That is about it. Also, two minor things: > 1. package "netsnmp" was recompiled each time I ran "make", I didn't > investigate why. haven't seen this. I have seen this with apcupsd, but not netsnmp > 2. whenever some package couldn't be found on corresponding server, it > was downloaded from astlinux site, but each time it was corrupted and > couldn't be unpacked. This is intended. If for some reason the parent site moved files, the fail over is to grab them from an astlinux site. They should not be corrupt however. If there is a specific file that is corrupt, notify Kristian and he'll look into it. With some of the other issues, I'm going to say that your internet connection is less than ideal and perhaps the source of some of the problems you are having. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
From: <gl...@gm...> - 2007-05-12 15:46:44
|
The link to snadbox in the branch asterisk-beta is broken also. On 5/11/07, Darrick Hartman <dha...@dj...> wrote: > Niksa Baldun wrote: > > I downloaded the latest 1.4 branch and tried to build it. This time I > > took note of all problems I found and resolved, as follows: > > > > 1. Zaptel wouldn't build. I played with zaptel.mk until it worked. For > > some reason, it wouldn't build using "make -C", I had to cd to zaptel > > build dir and then it worked. I also had to build menuselect manually. > > While I was at it, I figured that menuselect should be presented > > before build, as there is no reason to build modules you won't need, > > so I included that, too. Patch file is attached. > This seems odd. As Kristian mentioned before, there are several things > that may need to be changed with Zaptel and other associated asterisk > packages to get them to work with 1.4. As we make changes, they are > being committed to SVN. Your best bet is to subscribe to the svn commit > list to see when something changes. > > > 2. func_curl wouldn't build, I just skipped it in menuselect. > I don't personally use it. > > > > 3. app_conference wouldn't build, but, as Kristian pointed out, it is > > candidate for removal anyway. > Will likely be removed. > > > > 4. flex wouldn't download, it took several retries, probably some > > problem with the server. > Will check for updates > > > > 5. openssh wouldn't download, .mk file looks for file > > openssh-4.5p1.tar.gz, but it doesn't exist on server, rather > > openssh-4.6p1.tar.gz (perhaps a typo?). Changed the version in .mk > > file and it worked. > This is not a typo. That version of openssh is still available on the > server (I checked). Openssh-4.6p1 is the latest release. We need to > bump the version, but sometimes this requires changing a patch. We'll > add it to the list. > > > > 6. zoneinfo wouldn't download, similar as previous, files > > tzcode2007c.tar.gz and tzdata2007c.tar.gz didn't exist, but rather > > tzcode2007f.tar.gz and tzdata2007f.tar.gz. > Updated (in trunk, 0.4 and asterisk-beta) > > > > > That is about it. Also, two minor things: > > 1. package "netsnmp" was recompiled each time I ran "make", I didn't > > investigate why. > haven't seen this. I have seen this with apcupsd, but not netsnmp > > 2. whenever some package couldn't be found on corresponding server, it > > was downloaded from astlinux site, but each time it was corrupted and > > couldn't be unpacked. > This is intended. If for some reason the parent site moved files, the > fail over is to grab them from an astlinux site. They should not be > corrupt however. If there is a specific file that is corrupt, notify > Kristian and he'll look into it. With some of the other issues, I'm > going to say that your internet connection is less than ideal and > perhaps the source of some of the problems you are having. > > Darrick > > -- > Darrick Hartman > DJH Solutions, LLC > http://www.djhsolutions.com > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to paypa= l...@kr.... > --=20 Guilherme Loch G=F3es MSN:gl...@gm... (48) 99115299 |
From: <gl...@gm...> - 2007-05-12 15:47:03
|
Typo: Sandbox, member of the portage package. On 5/12/07, Guilherme G=F3es <gl...@gm...> wrote: > The link to snadbox in the branch asterisk-beta is broken also. > > On 5/11/07, Darrick Hartman <dha...@dj...> wrote: > > Niksa Baldun wrote: > > > I downloaded the latest 1.4 branch and tried to build it. This time I > > > took note of all problems I found and resolved, as follows: > > > > > > 1. Zaptel wouldn't build. I played with zaptel.mk until it worked. Fo= r > > > some reason, it wouldn't build using "make -C", I had to cd to zaptel > > > build dir and then it worked. I also had to build menuselect manually= . > > > While I was at it, I figured that menuselect should be presented > > > before build, as there is no reason to build modules you won't need, > > > so I included that, too. Patch file is attached. > > This seems odd. As Kristian mentioned before, there are several things > > that may need to be changed with Zaptel and other associated asterisk > > packages to get them to work with 1.4. As we make changes, they are > > being committed to SVN. Your best bet is to subscribe to the svn commi= t > > list to see when something changes. > > > > > 2. func_curl wouldn't build, I just skipped it in menuselect. > > I don't personally use it. > > > > > > 3. app_conference wouldn't build, but, as Kristian pointed out, it is > > > candidate for removal anyway. > > Will likely be removed. > > > > > > 4. flex wouldn't download, it took several retries, probably some > > > problem with the server. > > Will check for updates > > > > > > 5. openssh wouldn't download, .mk file looks for file > > > openssh-4.5p1.tar.gz, but it doesn't exist on server, rather > > > openssh-4.6p1.tar.gz (perhaps a typo?). Changed the version in .mk > > > file and it worked. > > This is not a typo. That version of openssh is still available on the > > server (I checked). Openssh-4.6p1 is the latest release. We need to > > bump the version, but sometimes this requires changing a patch. We'll > > add it to the list. > > > > > > 6. zoneinfo wouldn't download, similar as previous, files > > > tzcode2007c.tar.gz and tzdata2007c.tar.gz didn't exist, but rather > > > tzcode2007f.tar.gz and tzdata2007f.tar.gz. > > Updated (in trunk, 0.4 and asterisk-beta) > > > > > > > > That is about it. Also, two minor things: > > > 1. package "netsnmp" was recompiled each time I ran "make", I didn't > > > investigate why. > > haven't seen this. I have seen this with apcupsd, but not netsnmp > > > 2. whenever some package couldn't be found on corresponding server, i= t > > > was downloaded from astlinux site, but each time it was corrupted and > > > couldn't be unpacked. > > This is intended. If for some reason the parent site moved files, the > > fail over is to grab them from an astlinux site. They should not be > > corrupt however. If there is a specific file that is corrupt, notify > > Kristian and he'll look into it. With some of the other issues, I'm > > going to say that your internet connection is less than ideal and > > perhaps the source of some of the problems you are having. > > > > Darrick > > > > -- > > Darrick Hartman > > DJH Solutions, LLC > > http://www.djhsolutions.com > > > > > > -----------------------------------------------------------------------= -- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Astlinux-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > > > Donations to support AstLinux are graciously accepted via PayPal to pay= pa...@kr.... > > > > > -- > Guilherme Loch G=F3es > > MSN:gl...@gm... > (48) 99115299 > --=20 Guilherme Loch G=F3es MSN:gl...@gm... (48) 99115299 |
From: Darrick H. <dha...@dj...> - 2007-05-12 17:03:20
|
Guilherme Góes wrote: > Typo: Sandbox, member of the portage package. > > On 5/12/07, Guilherme Góes <gl...@gm...> wrote: > >> The link to snadbox in the branch asterisk-beta is broken also. >> >> The portage package is not used and probably should be removed unless someone can think of a really good reason to keep it. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |