* Trusted QSL 1.13 on lenny [not found] <1330417559.42501.YahooMailClassic@web171313.mail.ir2.yahoo.com> @ 2012-02-28 9:24 ` Vittorio Vallero 2012-03-01 5:55 ` David Ranch 0 siblings, 1 reply; 4+ messages in thread From: Vittorio Vallero @ 2012-02-28 9:24 UTC (permalink / raw) To: linux-hams@vger.kernel.org Hi, I am trying to compile the latest trusted qsl 1.13 with no success. First I compiled tqsllib 2.2 without problems, then here is what happens when compiling trusted qsl 1.13: vittorio@ik1rac:~/src/TrustedQSL-1.13$ make /usr/bin/perl ./touchver.pl ./tqslbuild.h.in BUILD unofficial /bin/cp ./tqslbuild.h.in tqslbuild.h /usr/bin/touch ./tqslbuild.h.in /usr/bin/perl ./touchver.pl ./tqslcertbuild.h.in BUILD unofficial /bin/cp ./tqslcertbuild.h.in tqslcertbuild.h /usr/bin/touch ./tqslcertbuild.h.in test -e help || ln -s ./help help test -e icons || ln -s ./icons icons make all-am make[1]: Entering directory `/home/vittorio/src/TrustedQSL-1.13' g++ -DHAVE_CONFIG_H -I. -Wall `"/usr/bin/wx-config" --cxxflags` -I/usr/local/include -I/usr/include -I/usr/include -g -O2 -MT tqsl.o -MD -MP -MF .deps/tqsl.Tpo -c -o tqsl.o tqsl.cpp tqsl.cpp:1220: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions. make[1]: *** [tqsl.o] Error 1 make[1]: Leaving directory `/home/vittorio/src/TrustedQSL-1.13' make: *** [all] Error 2 Have anybody had the same problem ? Thanks, 73 -- IK1RAC - WH2W Vittorio Vallero I-QRP N°106 Marconista 305 Italy Telegraphy Club N° 214 WAB Bookholder 12649 -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trusted QSL 1.13 on lenny 2012-02-28 9:24 ` Trusted QSL 1.13 on lenny Vittorio Vallero @ 2012-03-01 5:55 ` David Ranch 2012-03-01 6:58 ` Dave Platt 0 siblings, 1 reply; 4+ messages in thread From: David Ranch @ 2012-03-01 5:55 UTC (permalink / raw) To: Vittorio Vallero; +Cc: linux-hams@vger.kernel.org Hello Vittorio, I had different errors with 1.13 on Centos5 (scan towards the bottom of the following URL). I had to go back to 1.11 to get things working. I sent emails off to the various authors listed in the 1.13 archive and 100% of their addresses bounced and nothing was ever returned from the ARRL. Bummer! http://www.trinityos.com/HAM/CentosDigitalModes/hampacketizing-centos.html#22.lotw --David Vittorio Vallero wrote: > Hi, > I am trying to compile the latest trusted qsl 1.13 with no success. > First I compiled tqsllib 2.2 without problems, then here is what happens when compiling trusted qsl 1.13: > > vittorio@ik1rac:~/src/TrustedQSL-1.13$ make > /usr/bin/perl ./touchver.pl ./tqslbuild.h.in BUILD unofficial > /bin/cp ./tqslbuild.h.in tqslbuild.h > /usr/bin/touch ./tqslbuild.h.in > /usr/bin/perl ./touchver.pl ./tqslcertbuild.h.in BUILD unofficial > /bin/cp ./tqslcertbuild.h.in tqslcertbuild.h > /usr/bin/touch ./tqslcertbuild.h.in > test -e help || ln -s ./help help > test -e icons || ln -s ./icons icons > make all-am > make[1]: Entering directory `/home/vittorio/src/TrustedQSL-1.13' > g++ -DHAVE_CONFIG_H -I. -Wall `"/usr/bin/wx-config" --cxxflags` -I/usr/local/include -I/usr/include -I/usr/include -g -O2 -MT tqsl.o -MD -MP -MF > .deps/tqsl.Tpo -c -o tqsl.o tqsl.cpp > tqsl.cpp:1220: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions. > make[1]: *** [tqsl.o] Error 1 > make[1]: Leaving directory `/home/vittorio/src/TrustedQSL-1.13' > make: *** [all] Error 2 > > Have anybody had the same problem ? > > Thanks, 73 > > -- > IK1RAC - WH2W Vittorio Vallero > I-QRP N°106 > Marconista 305 > Italy Telegraphy Club N° 214 > WAB Bookholder 12649 > -- > 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trusted QSL 1.13 on lenny 2012-03-01 5:55 ` David Ranch @ 2012-03-01 6:58 ` Dave Platt 2012-03-02 7:15 ` Vittorio Vallero 0 siblings, 1 reply; 4+ messages in thread From: Dave Platt @ 2012-03-01 6:58 UTC (permalink / raw) To: David Ranch; +Cc: Vittorio Vallero, linux-hams@vger.kernel.org >> g++ -DHAVE_CONFIG_H -I. -Wall `"/usr/bin/wx-config" --cxxflags` -I/usr/local/include -I/usr/include -I/usr/include -g -O2 -MT tqsl.o -MD -MP -MF >> .deps/tqsl.Tpo -c -o tqsl.o tqsl.cpp >> tqsl.cpp:1220: internal compiler error: Segmentation fault A segmentation fault when compiling, sometimes occurs as the result of an out-of-memory condition, which itself can occur as the result of some sort of recursion gone wild... #include file recursion, or preprocessor macro expansion perhaps. It might be worth running the compilation command by hand, with the -E (I think) option to just do the preprocessing phase (rather than -c to compile) and see if that phase works... and if not, how far along it gets and whether there is evidence of infinitely-nested recursive include files or macros. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trusted QSL 1.13 on lenny 2012-03-01 6:58 ` Dave Platt @ 2012-03-02 7:15 ` Vittorio Vallero 0 siblings, 0 replies; 4+ messages in thread From: Vittorio Vallero @ 2012-03-02 7:15 UTC (permalink / raw) To: linux-hams@vger.kernel.org; +Cc: David Ranch, Dave Platt Hi Dave, you really gave me the hint! The problem was, yet a trivial one, in the hardware configuration, as I was running an old motheboard at the very edge of clock settings. After your e-mail I just reverted to a fully stable clock setup and ... voilà everyting compiled just fine! BTW If you could be interested in the resulting debian package feel free to ask. Many many thanks and 73s. -- Vittorio, IK1RAC/WH2W Il giorno mer, 29/02/2012 alle 22.58 -0800, Dave Platt ha scritto: > > > >> g++ -DHAVE_CONFIG_H -I. -Wall `"/usr/bin/wx-config" --cxxflags` -I/usr/local/include -I/usr/include -I/usr/include -g -O2 -MT tqsl.o -MD -MP -MF > >> .deps/tqsl.Tpo -c -o tqsl.o tqsl.cpp > >> tqsl.cpp:1220: internal compiler error: Segmentation fault > > A segmentation fault when compiling, sometimes occurs as the result of > an out-of-memory condition, which itself can occur as the result of some > sort of recursion gone wild... #include file recursion, or preprocessor > macro expansion perhaps. > > It might be worth running the compilation command by hand, > with the -E (I think) option to just do the preprocessing phase > (rather than -c to compile) and see if that phase works... and > if not, how far along it gets and whether there is evidence of > infinitely-nested recursive include files or macros. > -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-02 7:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1330417559.42501.YahooMailClassic@web171313.mail.ir2.yahoo.com>
2012-02-28 9:24 ` Trusted QSL 1.13 on lenny Vittorio Vallero
2012-03-01 5:55 ` David Ranch
2012-03-01 6:58 ` Dave Platt
2012-03-02 7:15 ` Vittorio Vallero
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.