pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP on CentOS


From: Alan Mead
Subject: Re: PSPP on CentOS
Date: Thu, 25 Feb 2016 15:14:37 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 2/25/2016 2:50 PM, John Darrington wrote:
> Can you then try leaving configure.ac unchanged.  That is to say, 
> in the script, delete the lines 
> diff --git a/configure.ac b/configure.ac
> .
> through to
> .
>    PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-2.0 >= 2.2], [],
>

Ok, I did that.  Now it makes it pretty far before also dying (see
below).  psppire is built but psppire segfaults when I try to run it
(see below). I tried psppire after a 'make install' but that didn't make
any difference.

-Alan

/bin/sh /home/amead/projects/pspp/pspp-0.8.5/build-aux/missing makeinfo 
--docbook -I . \
                ./doc/pspp.texi -o - \
                | /bin/sed -e 's/Time-&-Date/Time-\&-Date/g' \
                -e 's/“/\“/g' \
                -e 's/”/\”/g' \
                -e 's/‘/\‘/g' \
                -e 's/’/\’/g' \
                -e 's/—/\—/g' \
                -e 's/–/\′/g' \
                -e 's/é/\é/g' \
                -e 's/©/\©/g' \
                -e 's/−/\−/g' \
                -e 's/…/\…/g' \
                -e 's/•/\ߦ/g' \
                -e 's/././g' \
                -e 's%\(<figure [^>]*\)>%\1/>%g' \
         | gawk '/<para>.*<table.*>.*<\/para>/{x=sub("</para>","");
print; s=1;next}/<\/table>/{print; if (s==1) print "</para>"; s=0; next}1' \
        > doc/pspp.xml,tmp
/usr/bin/xmllint --output /dev/null doc/pspp.xml,tmp
cat doc/help-pages-list | while read node ; do \
         /usr/bin/xmllint --xpath "$node" doc/pspp.xml,tmp > /dev/null; \
         if test $? -ne 0 ; then  echo "$node does not appear in
doc/pspp.xml" ; exit 1; fi ; \
         done
Unknown option --xpath
//address@hidden'AGGREGATE'] does not appear in doc/pspp.xml
make[2]: *** [doc/pspp.xml] Error 1
make[2]: Leaving directory `/home/amead/projects/pspp/pspp-0.8.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/amead/projects/pspp/pspp-0.8.5'
make: *** [all] Error 2

I've never used psppire... when I navigate to /src/ui/gui and execute
the program, it segfaults:

address@hidden gui]$ ./psppire

** (lt-psppire:9708): CRITICAL **: Couldn't open user interface  file
/usr/local/share/pspp/data-editor.ui: Failed to open file
'/usr/local/share/pspp/data-editor.ui': No such file or directory

** (lt-psppire:9708): CRITICAL **: Object `uimanager1' could not be found


(lt-psppire:9708): Gtk-CRITICAL **: IA__gtk_ui_manager_get_widget:
assertion `GTK_IS_UI_MANAGER (self)' failed
Segmentation fault (core dumped)

-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

http://www.alanmead.org

I've... seen things you people wouldn't believe...
functions on fire in a copy of Orion.
I watched C-Sharp glitter in the dark near a programmable gate.
All those moments will be lost in time, like Ruby... on... Rails... Time for Pi.

          --"The Register" user Alister, applying the famous 
            "Blade Runner" speech to software development




reply via email to

[Prev in Thread] Current Thread [Next in Thread]