Re: Gnuplot install error

Aric Newton <[email protected]>
Newsgroups gmane.os.apple.fink.beginners
Message-ID <[email protected]>
I tried a few different versions of emacs.  Each attempt failed, although the reason depended upon the version I attempted to install.  I’ll provide a description below, but I would like to know if this should be a separate post on the mailing list?

When attempting to install emacsen via fink, seven options are given as emacsen is a virtual package.  These options are below:

The requested package "emacsen" is a virtual package, provided by several packages

(1)	emacs24-24.5-4
(2)	emacs24-nox-24.5-4
(3)	emacs25-25.3-2
(4)	emacs25-nox-25.3-2
(5)	emacs26-26.3-3
(6)	emacs26-app-26.3-1
(7)	emacs26-nox-26.3-3

The default choice is [7] emacs26-nox-26.3-3.  That fink install fails with the output below:

Reading buildlock packages...
/opt/sw/bin/dpkg-lockwait -i /opt/sw/fink/dists/stable/main/binary-darwin-x86_64/x11/xinitrc_1.5-103_darwin-x86_64.deb
(Reading database ... 130859 files and directories currently installed.)
Preparing to replace xinitrc 1.5-103 (using .../xinitrc_1.5-103_darwin-x86_64.deb) ...
Unpacking replacement xinitrc ...
Setting up xinitrc (1.5-103) ...
The directory /opt/X11/lib/X11/xinit is missing.
update-sys-xinitrc can not continue without this file.
/opt/sw/bin/dpkg: error processing xinitrc (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 xinitrc
### execution of /opt/sw/bin/dpkg-lockwait failed, exit code 1
Failed: can't install package xinitrc-1.5-103

The above failure mode is also the same as when selecting option (2) of the seven (i.e. can’t install package xinitrc-1.5-103).  I also attempted to install emacs via option (3) emacs25-25.3-2.  This also failed, but with a different final gasp.  

1 warning generated.
mv -f .deps/cols.Tpo .deps/cols.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2  -fno-strict-aliasing  -L/opt/sw/lib -o columns cols.o ../autoopts/libopts.la -L/opt/sw/lib -lguile-2.0 -lgc  -lm -lintl -ldl -L/opt/sw/lib
libtool: link: gcc -g -O2 -fno-strict-aliasing -o .libs/columns cols.o  -L/opt/sw/lib ../autoopts/.libs/libopts.dylib /opt/sw/lib/libguile-2.0.dylib /opt/sw/lib/libgc.dylib -lm /opt/sw/lib/libintl.dylib -ldl
top_builddir=.. \
	/opt/sw/src/fink.build/autogen-5.18.14-1/autogen-5.18.14/build/agen5/autogen -L../../autoopts/tpl -L../autoopts/tpl -MFstamp-agtexi -Tagtexi-cmd.tpl -DLEVEL=section --timeout=`expr 2236 '*' 3` ../../columns/opts.def
AutoGen aborting on signal 11 (Segmentation fault: 11) in state OPTIONS
make[2]: *** [stamp-agtexi] Abort trap: 6
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /tmp/fink.3wWlh failed, exit code 2
### execution of /tmp/fink.2bCZa failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-autogen-5.18.14-1
(Reading database ... 130647 files and directories currently installed.)
Removing fink-buildlock-autogen-5.18.14-1 ...
Failed: phase compiling: autogen-5.18.14-1 failed

Please let me know if I need to create a new message thread to address this.  It seems that maybe the Gnuplot installation is failing because the emacs installations are failing?  Your insights are appreciated.

Thank you,

Aric



> On Jun 21, 2021, at 10:52 PM, Alexander Hansen <[email protected]> wrote:
> 
> 
> 
>> On Jun 21, 2021, at 18:31, Aric Newton <[email protected]> wrote:
>> 
>> Hello Fink Maintainers,
>> 
>> I have attempted to install gnuplot-5.0.7-5 via fink (fink install gnuplot).  The build fails with the output provided below:  
>> 
>> 
>> Making install-info in qtterminal
>> make[2]: Nothing to be done for `install-info'.
>> make[2]: Nothing to be done for `install-info-am'.
>> Making install-info in docs
>> if test "no" != no; then \
>> 	   test ".." = ".." || cp ./gnuplot.doc . ; \
>> 	   no -batch -q --no-site-file -l doc2texi.el -f d2t-doc-to-texi ; \
>> 	   test ".." = ".." || rm -f ./gnuplot.doc ; \
>> 	else \
>> 	   echo "No emacs found - cannot create texinfo file" ; \
>> 	fi
>> No emacs found - cannot create texinfo file
>> makeinfo -I. gnuplot.texi --no-split --output=gnuplot.info
>> could not open gnuplot.texi: No such file or directory
>> make[1]: *** [gnuplot.info] Error 1
>> make: *** [install-info-recursive] Error 1
>> ### execution of /tmp/fink.vZXH7 failed, exit code 2
>> ### execution of /tmp/fink.8Bdwm failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /opt/sw/bin/dpkg-lockwait -r fink-buildlock-gnuplot-5.0.7-5
>> (Reading database ... 129728 files and directories currently installed.)
>> Removing fink-buildlock-gnuplot-5.0.7-5 ...
>> Failed: phase installing: gnuplot-5.0.7-5 failed
>> 
>> I have run fink selfupdate (No packages to install) and fink update-all (No packages to install).  A second attempt to install produced the same output.  The package "emacsen-common” is present in my fink installation.  An attempt to install “emacsen” [virtual package] asks me to pick a version to install (I chose emacs26), but that installation also failed, albeit with a different message.  I provide the last details regarding emacs as supporting information only-  it was my limited attempt to address the “No emacs found” error that appears to have crashed the installation.
>> 
>> Is there any additional information that I need to provide to help diagnose the problem?
>> 
>> Thank you for reading.
>> 
>> Aric
>> 
> 
> (I used to maintain gnuplot, and at that time there was an emacs executable in the system—this test predates may involvement, though.)
> 
> Maybe try a different emacs version?
> 
> —akh
>

_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.