delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-ASG-Debug-ID: | 1460587221-0aa8524fb01931910001-9re8WH |
X-Barracuda-Envelope-From: | gheskett AT shentel DOT net |
From: | "Gene Heskett (gheskett AT shentel DOT net) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
X-Barracuda-Effective-Source-IP: | n64s149.fttx.shentel.net[204.111.64.149] |
X-Barracuda-Apparent-Source-IP: | 204.111.64.149 |
X-Barracuda-RBL-IP: | 204.111.64.149 |
To: | geda-user AT delorie DOT com |
Subject: | Re: [geda-user] Tyring to build this on wheezy, fails |
Date: | Wed, 13 Apr 2016 18:40:21 -0400 |
X-ASG-Orig-Subj: | Re: [geda-user] Tyring to build this on wheezy, fails |
User-Agent: | KMail/1.9.10 (enterprise35 0.20100827.1168748) |
References: | <201604131058 DOT 31788 DOT gheskett AT shentel DOT net> <570E6CF6 DOT 4030305 AT iee DOT org> |
In-Reply-To: | <570E6CF6.4030305@iee.org> |
X-KMail-QuotePrefix: | > |
MIME-Version: | 1.0 |
Message-Id: | <201604131840.21114.gheskett@shentel.net> |
X-Barracuda-Connect: | smtp2.edbg.cloud.shentel.net[204.111.2.25] |
X-Barracuda-Start-Time: | 1460587221 |
X-Barracuda-URL: | https://barracuda1.shentel.net:443/cgi-mod/mark.cgi |
X-Barracuda-Scan-Msg-Size: | 4517 |
X-Virus-Scanned: | by bsmtpd at cloud.shentel.net |
X-Barracuda-BRTS-Status: | 1 |
X-Barracuda-BRTS-Evidence: | geneslinuxbox.net |
X-Barracuda-Spam-Score: | 0.50 |
X-Barracuda-Spam-Status: | No, SCORE=0.50 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=6.0 tests=WEIRD_PORT |
X-Barracuda-Spam-Report: | Code version 3.2, rules version 3.2.3.28714 |
Rule breakdown below | |
pts rule name description | |
---- ---------------------- -------------------------------------------------- | |
0.50 WEIRD_PORT URI: Uses non-standard port number for HTTP | |
Reply-To: | geda-user AT delorie DOT com |
On Wednesday 13 April 2016 11:59:50 M. J. Everitt (m DOT j DOT everitt AT iee DOT org) [via geda-user AT delorie DOT com] wrote: > On 13/04/16 15:58, Gene Heskett (gheskett AT shentel DOT net) [via > > geda-user AT delorie DOT com] wrote: > > Greetings; > > > > The archive I unpacked contains no instructional readme's as to how > > to build this package. That makes it a bit difficult for a rusty > > old maker to proceed. > > > > the lib tree .configured, built and sudo installed with minimal > > fuss. so I stepped into geda-gaf and found an autogen.sh script, and > > ran that. > > > > Apparently a big mistake: > > > > autogen.sh: running /usr/bin/aclocal ... > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted > > definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info > > '(automake)Extending aclocal' > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see > > http://www.gnu.org/software/automake/manual/automake.html#Extending- > >aclocal autogen.sh: running /usr/bin/autoheader ... > > autogen.sh: running /usr/bin/automake ... > > autogen.sh: running /usr/bin/autoconf ... > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted > > definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info > > '(automake)Extending aclocal' > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see > > http://www.gnu.org/software/automake/manual/automake.html#Extending- > >aclocal libtoolize: putting auxiliary files in `.'. > > libtoolize: copying file `./ltmain.sh' > > libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. > > libtoolize: copying file `m4/libtool.m4' > > libtoolize: copying file `m4/ltoptions.m4' > > libtoolize: copying file `m4/ltsugar.m4' > > libtoolize: copying file `m4/ltversion.m4' > > libtoolize: copying file `m4/lt~obsolete.m4' > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted > > definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info > > '(automake)Extending aclocal' > > /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see > > http://www.gnu.org/software/automake/manual/automake.html#Extending- > >aclocal automake: compiling `storage/copy_attached.c' in subdir > > requires `AM_PROG_CC_C_O' in `configure.ac' > > tests/Makefile.am:28: while processing program > > `storage/copy_attached' autoreconf: automake failed with exit > > status: 1 > > > > So how do I proceed on wheezy, 32 bit install but running a 64 bit > > kernel: > > 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt25-1~bpo70+1 > > (2016-04-02) x86_64 GNU/Linux > > > > Is there a patch? Or do I need to blow this 120 day old download > > tree away and get a new one, url please in that event. > > > > Thanks. > > > > Cheers, Gene Heskett > > Gene .. don't forget to 'make clean' and/or 'make distclean' before > running autogen. I had forgotten that detail in my dotage, thanks. > You should be ok building 1.8.* but 1.9 needs > Guile-2. That was already installed, along with its devs files. > Other than that, I think the dependencies are fairly > straightforward. I build all my packages from source through the > Gentoo disto, but some of the dependency woes are already worked out!! > > MJE Now, I have checked, even installed some auto* tools that sounded like more m4 files, but the failure is not affected: /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal' /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal automake: compiling `storage/copy_attached.c' in subdir requires `AM_PROG_CC_C_O' in `configure.ac' tests/Makefile.am:28: while processing program `storage/copy_attached' autoreconf: automake failed with exit status: 1 This looks like something is missing in the libgtkglext, but everything but the one dbg that turns up in a synaptic search is already installed at version 1.2. I looked at info for aclocal as above, but that wasn't at all illuminating to me. Next? Thanks. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene>
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |