The installer problem was due to the regular chirp install conflicting with the chirp-daily install. To solve this, you must uninstall package chirp, before installing package from chirp-daily. This is because in the Debian way of managing packages, the 'official' archive package conflicts with the package from the 'unofficial' archive. Normally this is desirable way to work, but in this situation causes problems for those who do not understand the underlying cause.
Assuming you did this:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
Now do this:
sudo apt-get remove chirp sudo apt-get install chirp-daily
On 08/14/2015 10:25 PM, Charles Albert wrote:
I suspect that using the daily build will solve the problem, but the installation of the deb file for the daily build fails broken pipe errors from the command line, the software manager, and manually from the deb installer.
On Fri, Aug 14, 2015 at 8:07 PM, Gordon DeWitte <kf5jwl@arrl.net mailto:kf5jwl@arrl.net> wrote:
I just programmed my Baofeng UV-5RE+ using the latest daily build and it worked fine. 73, Gordon KF5JWL On Fri, Aug 14, 2015 at 9:36 PM, John LaMartina <JohnLa@usa.net <mailto:JohnLa@usa.net>> wrote: Charles, Try the Latest Daily Build. http://www.miklor.com/COM/UV_CHIRP.php On the CHIRP page it mentions that 0.4.1 Stable is no longer recommended. That release is well over a year old, and the Latest Daily Build is actually current as of today. This may be what you are experiencing. John____ - http://www.miklor.com____ ____ __ __ *From:*chirp_users-bounces@intrepid.danplanet.com <mailto:chirp_users-bounces@intrepid.danplanet.com> [mailto:chirp_users-bounces@intrepid.danplanet.com <mailto:chirp_users-bounces@intrepid.danplanet.com>] *On Behalf Of *Charles Albert *Sent:* Friday, August 14, 2015 8:54 PM *To:* Discussion of CHIRP *Subject:* Re: [chirp_users] Baofeng UV-5R____ __ __ Thanks to John and Paul for their help. I can't get the daily updates to work (I get errors from the ppa file) but I installed the latest stable version (0.4.1) and trimmed the cable.____ __ __ Now when I try to read from the radio, the LED flashes a few times I get an error that "Radio refused to send block 0x0000".____ __ __ I'm wondering if this is due to the failure of the daily update install. From the first error to the end of the output of the "apt-get install chirp-daily" command is:____ __ __ __ __ dpkg: error processing archive /var/cache/apt/archives/chirp-daily_20150814~trusty~1_amd64.deb (--unpack):____ trying to overwrite '/usr/share/chirp/locale/pl/LC_MESSAGES/CHIRP.mo', which is also in package chirp 0.4.1-1.0~kamal~trusty____ dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)____ Errors were encountered while processing:____ /var/cache/apt/archives/chirp-daily_20150814~trusty~1_amd64.deb____ E: Sub-process /usr/bin/dpkg returned an error code (1)____ __ __ __ __ Thanks!____ __ __ Take Care & 73____ Charles____ KC6UFM____
--