From: David Ranch <linux-hams@trinnet.net>
To: "Bernard, f6bvp" <f6bvp@free.fr>
Cc: ralf@linux-mips.org, linux-hams <linux-hams@vger.kernel.org>,
ax25@x-berg.in-berlin.de
Subject: Re: Compiling FBB
Date: Thu, 20 Oct 2011 21:02:44 -0700 [thread overview]
Message-ID: <4EA0EEE4.7050502@trinnet.net> (raw)
In-Reply-To: <4E993C82.2090601@free.fr>
Hello Bernard, Ralf, Thomas,
I've been meaning to ask this question for a while now: Do you know why
the official version of the ax25 apps/libs/tools hasn't been updated in
ages? I've been slowly hacking up the legacy "released" versions to
work around bugs I've found in my personal uses and I'm sure there are
other issues I haven't hit.. yet:
nrattach.c - non-incrementing nr interfaces (netrom)
http://marc.info/?l=linux-hams&m=125646640011531&w=2
axipd/kiss.c - control byte non-zero when used for axudp tunnels
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606338
It seems that many of these issues are resolved in the official CVS but
maybe other issues as you pointed out in that Google URL aren't. It
would be nice if we could at least get the current CVS pushed out as
say a new official version of 0.0.13 and be aligned across all three
packages. Even better, have this 0.0.13 version integrate the fixes in
the Google repo too?
--David
Bernard, f6bvp wrote:
> Hello Miroslav,
>
> I now understand the libax25 issue.
> Debian and alike libax25 packages are installing AX.25 libraries into
> /usr/lib/ whereas by default xfbb link process is expecting libax25.*
> in /usr/local/lib directory.
>
> You will certainly know how to edit Makefile in order to tell it where
> to find the libraries.
>
> I must say that for many reasons I do prefere to get all hamradio
> applications and libraries in /usr/local subdirectories.
> This is more convenient for backups and file search.
>
> Last remark : there have been some updates and bug removals in the
> "unofficial" libax25, tools and apps that I gave you as compared to
> the "old one" you are using (libax25 > 0.0.11-6.1).
>
> This is the result of an intensive work performed by Lee VE7FET with
> FPAC development team. The site I gave you the address has Debian /
> Ubuntu compatible packages. You should consider using them. This will
> not break anything in your application but rather remove some failure
> causes.
>
>
> 73 de Bernard, f6bvp
>
>
>
> Le 15/10/2011 00:10, Miroslav Skoric a écrit :
>> On 10/11/2011 10:18 AM, f6bvp wrote:
>>> *Hello Miroslav,
>>>
>>> It looks like you did not install AX.25 libraries (libax25) before
>>> installing FBB.
>>> Look at the following link :
>>>
>>> http://code.google.com/p/linuxax25/
>>>
>>> 73 de Bernard, f6bvp
>>>
>>
>> Hi Bernard,
>>
>> I already had libax25 (as well as ax25-apps and ax25-tools) before
>> trying to compile FBB. Btw, in respect to repositories of Ubuntu and
>> Debian communities, I installed the version they both provided: libax25
>> 0.0.11-6.1)
>>
>> However, I checked the link above, but not sure what their versions
>> might help me in regard to the FBB compiling issue. In fact, I would
>> like to keep the existing ax25 stuff, provided they bring basic
>> functionality (for example, I managed to activate a few Linux nodes in
>> Ubuntu and Debian, and now I am in the process of configuring them to
>> interact with Win/BPQ32 nodes in the mixed Lin/Win dual-boot
>> environment.)
>>
>> What else could I eventually try to install/reinstall?
>>
>> Misko, YT7MPB
> --
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-10-21 4:02 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-11 8:18 Compiling FBB f6bvp
2011-10-14 22:10 ` Miroslav Skoric
2011-10-14 22:20 ` Dave Platt
2011-10-15 7:55 ` Bernard, f6bvp
2011-10-15 10:00 ` Marc Coevoet
2011-10-17 11:25 ` Bernard, f6bvp
2011-10-18 20:07 ` RS232-USB conversion (was: Compiling FBB) Miroslav Skoric
2011-10-18 20:21 ` Gordon JC Pearce
2011-10-18 21:16 ` RS232-USB conversion Dave Platt
2011-10-18 21:00 ` Bruno Tréguier
2011-10-21 4:02 ` David Ranch [this message]
2011-10-21 10:15 ` Compiling FBB Bernard, f6bvp
2011-10-21 17:11 ` Lee Woldanski
2011-10-21 12:04 ` Thomas Osterried
2011-11-08 20:05 ` Patrick Ouellette
2011-11-08 20:12 ` Thomas Osterried
2011-11-08 21:22 ` Ralf Baechle DL5RB
2011-11-08 21:39 ` Bill Vodall
2011-11-08 22:09 ` Patrick Ouellette
2011-11-09 1:22 ` David Ranch
2011-11-09 7:09 ` Marc Coevoet
2011-11-09 9:31 ` Thomas Osterried
2011-11-09 9:36 ` Marco Di Martino (IW2OHX)
-- strict thread matches above, loose matches on Subject: below --
2011-11-09 9:14 Tomi Manninen
2011-10-02 15:41 Miroslav Skoric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EA0EEE4.7050502@trinnet.net \
--to=linux-hams@trinnet.net \
--cc=ax25@x-berg.in-berlin.de \
--cc=f6bvp@free.fr \
--cc=linux-hams@vger.kernel.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox