Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* Anyone running APRSD on Slackware?
@ 2004-03-24 17:10 IZ4EFN Alessio
  2004-03-24 17:37 ` Arno Verhoeven
  2004-03-24 20:50 ` Krüpl Zsolt
  0 siblings, 2 replies; 6+ messages in thread
From: IZ4EFN Alessio @ 2004-03-24 17:10 UTC (permalink / raw)
  To: linux-hams

I'm installing aprsd215b11 bye wa4dsy on a Slackware 9.1 server.

I get the following errors, both as PGM and DEAMON.

Seems like an internal compiler error, but i'm using 3.2.3 and he suggest to
compile from 3.2.

I'm also quite scared about the Slackware fact...here everyone seems to bo
running it on RH and SUSE...?!?!

Anyone already experienced this?

Thanks, Alessio.


root@Slack_ARIMO:/tmp/aprsd215# ./INSTALLPGM
Installing aprsd as a program
Making aprsd from source
g++   -Wall -pthread -mcpu=i386    -c servers.cpp
In file included from /usr/include/c++/3.2.3/backward/strstream:51,
                 from servers.cpp:61:
/usr/include/c++/3.2.3/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the C++
standard. Examples include substituting the <X> header for the <X.h> header
for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [servers.o] Error 1
Making aprspass from source
g++   -Wall -pthread -mcpu=i386    -c servers.cpp
In file included from /usr/include/c++/3.2.3/backward/strstream:51,
                 from servers.cpp:61:
/usr/include/c++/3.2.3/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the C++
standard. Examples include substituting the <X> header for the <X.h> header
for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [servers.o] Error 1
Copying /tmp/aprsd215/aprsd to /home/aprsd2
cp: cannot stat `aprsd': No such file or directory
Copying /tmp/aprsd215/aprspass to /home/aprsd2
cp: cannot stat `aprspass': No such file or directory
Copying /tmp/aprsd215/aprsddoc.html to /home/aprsd2
Install complete
User manual is aprsddoc.html.
Please cd to /home/aprsd2/ and edit INIT.TNC, aprsd.conf,
welcome.txt, and user.deny before running.
To start change dir to /home/aprsd2 and enter ./aprsd
To stop hit ctrl-C or q
To allow users other than root to run it you must change
the owner and/or mode of /home/aprsd2 and all the files in it.
Linux user/pass checking only works if run as root.
root@Slack_ARIMO:/tmp/aprsd215#


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone running APRSD on Slackware?
  2004-03-24 17:10 Anyone running APRSD on Slackware? IZ4EFN Alessio
@ 2004-03-24 17:37 ` Arno Verhoeven
  2004-03-24 19:35   ` Brett Mueller
  2004-03-24 20:50 ` Krüpl Zsolt
  1 sibling, 1 reply; 6+ messages in thread
From: Arno Verhoeven @ 2004-03-24 17:37 UTC (permalink / raw)
  To: IZ4EFN Alessio, linux-hams

IZ4EFN Alessio wrote:

>I'm installing aprsd215b11 bye wa4dsy on a Slackware 9.1 server.
>
>I get the following errors, both as PGM and DEAMON.
>
>Seems like an internal compiler error, but i'm using 3.2.3 and he suggest to
>compile from 3.2.
>
>I'm also quite scared about the Slackware fact...here everyone seems to bo
>running it on RH and SUSE...?!?!
>
>Anyone already experienced this?
>  
>

I have successfully built and packaged aprsd-2.2.5 for Slackware 9.1.
It is included on the 2nd CD-ROM in the directory /extra/ham/

-- 
73, PE1ICQ  Arno Verhoeven
--------------------------------
AX.25  pe1icq@pi8zaa.#nbo.nld.eu
smtp   pe1icq@pi8zaa.ampr.org
inet   pe1icq@amsat.org 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone running APRSD on Slackware?
  2004-03-24 17:37 ` Arno Verhoeven
@ 2004-03-24 19:35   ` Brett Mueller
  2004-03-24 20:01     ` IZ4EFN Alessio
  2004-03-24 22:02     ` Aleksandar Ilic
  0 siblings, 2 replies; 6+ messages in thread
From: Brett Mueller @ 2004-03-24 19:35 UTC (permalink / raw)
  To: linux-hams

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As a follow up to PE1ICQ's reply, there's no need to feel scared or lonely.
 There's a number of us Slack users lurking out here...  :-)

73 & good luck!
Brett, WA7V

Arno Verhoeven wrote:
> I have successfully built and packaged aprsd-2.2.5 for Slackware 9.1.
> It is included on the 2nd CD-ROM in the directory /extra/ham/

> IZ4EFN Alessio wrote:
<snip>
>> I'm also quite scared about the Slackware fact...here everyone seems
>> to bo running it on RH and SUSE...?!?!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org

iD8DBQFAYeLq7K5JOxeDDkoRApEcAKCKuDvhAYgPzXIYUxZMUHayZIvBsACfdYRx
/6QXNWGLfZlHMT34S25w4iw=
=dnWY
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone running APRSD on Slackware?
  2004-03-24 19:35   ` Brett Mueller
@ 2004-03-24 20:01     ` IZ4EFN Alessio
  2004-03-24 22:02     ` Aleksandar Ilic
  1 sibling, 0 replies; 6+ messages in thread
From: IZ4EFN Alessio @ 2004-03-24 20:01 UTC (permalink / raw)
  To: linux-hams

> As a follow up to PE1ICQ's reply, there's no need to feel scared or
lonely.
>  There's a number of us Slack users lurking out here...  :-)
>
> 73 & good luck!
> Brett, WA7V

Everything working now guys, thanks!

Slakware wins again... :)

73 IZ4EFN.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone running APRSD on Slackware?
  2004-03-24 17:10 Anyone running APRSD on Slackware? IZ4EFN Alessio
  2004-03-24 17:37 ` Arno Verhoeven
@ 2004-03-24 20:50 ` Krüpl Zsolt
  1 sibling, 0 replies; 6+ messages in thread
From: Krüpl Zsolt @ 2004-03-24 20:50 UTC (permalink / raw)
  To: IZ4EFN Alessio; +Cc: linux-hams


> Seems like an internal compiler error, but i'm using 3.2.3 and he suggest to
> compile from 3.2.

> g++   -Wall -pthread -mcpu=i386    -c servers.cpp
> In file included from /usr/include/c++/3.2.3/backward/strstream:51,
>                  from servers.cpp:61:
> /usr/include/c++/3.2.3/backward/backward_warning.h:32:2: warning: #warning
> This file includes at least one deprecated or antiquated header. Please
> consider using one of the 32 headers found in section 17.4.1.2 of the C++
> standard. Examples include substituting the <X> header for the <X.h> header
> for C++ includes, or <sstream> instead of the deprecated header
> <strstream.h>. To disable this warning use -Wno-deprecated.
> g++: Internal error: Terminated (program cc1plus)

The new (3.x.x or 3.2.x ??) C++ compiler give this error, if we use

   #include <iostream.h> or similar C++ headers.
     (also #include <stdio.h> is good, because it isn't C++ header)

The correct: #include <iostream> , but this can only with the new 3.x.x
compiler to compile. For the older (2.9.x ??) compiler have to give the
full headerfilename.

I corrected this error in other C programsource, and I can that so
compile.

73! hg2ecz, Zsolt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone running APRSD on Slackware?
  2004-03-24 19:35   ` Brett Mueller
  2004-03-24 20:01     ` IZ4EFN Alessio
@ 2004-03-24 22:02     ` Aleksandar Ilic
  1 sibling, 0 replies; 6+ messages in thread
From: Aleksandar Ilic @ 2004-03-24 22:02 UTC (permalink / raw)
  To: linux-hams

On Wednesday 24 March 2004 20:35, Brett Mueller wrote:
> As a follow up to PE1ICQ's reply, there's no need to feel scared or lonely.
>  There's a number of us Slack users lurking out here...  :-)

Count me, too !
-- 
  73 de YU1IS  -=-  ICQ# 62419462


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-24 22:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 17:10 Anyone running APRSD on Slackware? IZ4EFN Alessio
2004-03-24 17:37 ` Arno Verhoeven
2004-03-24 19:35   ` Brett Mueller
2004-03-24 20:01     ` IZ4EFN Alessio
2004-03-24 22:02     ` Aleksandar Ilic
2004-03-24 20:50 ` Krüpl Zsolt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox