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 |