Hi Johannes,

I suggest removing sagemath-optional, with this command
sudo apt-get purge sagemath-optional

Regards,
Jan


On 21 November 2012 18:32, Johannes <dajo.m...@web.de> wrote:

> Hi
>
> Am Mo 19 Nov 2012 04:47:19 CET schrieb Jan Groenewald:
>
> > dpkg-reconfigure sagemath-optional
> that does not work:
> /usr/sbin/dpkg-reconfigure: sagemath-optional ist kaputt oder nicht
> komplett installiert
> (package is defect or not completely installed)
> if I try
> dpkg-reconfigure --force sagemath-optional
> I get get exactly the same error as before.
>
> greatz Johannes
>
> > Until you do this your package manager will stay in a broken state.
> > When you run dpkg -l sagemath-optional, it should also say "ii"
> > next to it, once you are finished.
> >
> > Regards,
> > Jan
> >
> >
> >
> > On 18 November 2012 21:42, Johannes <dajo.m...@web.de
> > <mailto:dajo.m...@web.de>> wrote:
> >
> >     Hey,
> >     On 18.11.2012 20:23, Jan Groenewald wrote:
> >     > Dear Johannes,
> >     >
> >     > How did you install? From the PPA? Is this the sagemath-optional
> >     trying
> >     > to build?
> >
> >     I once installed Sage by `apt-get install sagemath-optional
> >     sagemath-upstream-binary`
> >
> >     >
> >     > Johannes, please list the installed PPA packages:
> >     > dpkg -l |grep sagemath
> >
> >     dpkg -l |grep sagemath
> >     iF  sagemath-optional           5.4
> >     ii  sagemath-upstream-binary    5.4ubuntu1
> >
> >
> >     > sudo apt-get update
> >     > sudo apt-get dist-upgrade
> >     > sudo sage -f
> >     /usr/lib/sagemath/spkg/optional/gap_packages-4.4.12.p1.spkg
> >
> >     Installing the package by `sage -f ..` as above seems to work fine.
> >
> >     greatz
> >     Johannes
> >
> >     > Regards,
> >     > Jan
> >     >
> >     >
> >     >
> >     > On 18 November 2012 21:04, Johannes <dajo.m...@web.de
> >     <mailto:dajo.m...@web.de>
> >     > <mailto:dajo.m...@web.de <mailto:dajo.m...@web.de>>> wrote:
> >     >
> >     >     Hi list,
> >     >     I tried to upgrade my sage installation, but it fails to build:
> >     >
> >     >     make[1]: Betrete Verzeichnis
> >     >     '/usr/lib/sagemath/local/lib/pkg/grape/nauty22'
> >     >     gcc -c -O4 -march=i686  -DBIGNAUTY -o naututilB.o naututil.c
> >     >     gcc -c -O4 -march=i686  -DBIGNAUTY -o nautyB.o nauty.c
> >     >     gcc -c -O4 -march=i686  -DBIGNAUTY -o nautilB.o nautil.c
> >     >     gcc -c -O4 -march=i686  -DBIGNAUTY -o nautinvB.o nautinv.c
> >     >     gcc -c -O4 -march=i686  -DBIGNAUTY -o naugraphB.o naugraph.c
> >     >     gcc -c -O4 -march=i686  rng.c
> >     >     gcc -o dreadnautB -O4 -march=i686 -DBIGNAUTY dreadnaut.c
> >     naututilB.o \
> >     >                 nautyB.o nautilB.o nautinvB.o naugraphB.o rng.o
> >     >     make[1]: Verlasse Verzeichnis
> >     >     '/usr/lib/sagemath/local/lib/pkg/grape/nauty22'
> >     >     ( cd src; make BINDIR="" )
> >     >     make[1]: Betrete Verzeichnis
> >     '/usr/lib/sagemath/local/lib/pkg/grape/src'
> >     >     gcc -O -o ../bin//drcanon4  drcanon4.c
> >     >     gcc -O -o ../bin//drtogap4  drtogap4.c
> >     >     gcc -O -o ../bin//gap4todr  gap4todr.c
> >     >     make[1]: Verlasse Verzeichnis
> >     >     '/usr/lib/sagemath/local/lib/pkg/grape/src'
> >     >     cat: ../..//sysinfo.gap: Datei oder Verzeichnis nicht gefunden
> >     >     ( test -d bin || mkdir bin; \
> >     >             test -d bin/ || mkdir bin/; cd bin/; \
> >     >             make -f ../../Makefile all2 CC="gcc" CFLAGS="-O2"; \
> >     >             cd ../../src/leon/src/../; ./configure; make; mkdir
> >     >     ../../bin/leon; \
> >     >             cp cent ../../bin/leon; cp cjrndper ../../bin/leon; \
> >     >             cp commut ../../bin/leon; cp compgrp ../../bin/leon; \
> >     >             cp desauto ../../bin/leon; cp fndelt ../../bin/leon; \
> >     >             cp generate ../../bin/leon; cp inter ../../bin/leon; \
> >     >             cp orbdes ../../bin/leon; cp orblist ../../bin/leon; \
> >     >             cp randobj ../../bin/leon; cp setstab ../../bin/leon; \
> >     >             cp wtdist ../../bin/leon; cp src/*.sh ../../bin/leon; \
> >     >             cp wtdist ../../bin; cp desauto ../../bin; \
> >     >             cp wtdist ../../bin/; cp desauto ../../bin/ \
> >     >             )
> >     >     make[1]: Betrete Verzeichnis
> >     '/usr/lib/sagemath/local/lib/pkg/guava/bin'
> >     >     make[1]: ../../Makefile: Datei oder Verzeichnis nicht gefunden
> >     >     make[1]: *** Keine Regel, um »../../Makefile« zu erstellen.
> >      Schluss.
> >     >     make[1]: Verlasse Verzeichnis
> >     >     '/usr/lib/sagemath/local/lib/pkg/guava/bin'
> >     >     /bin/sh: 4: cd: can't cd to ../../src/leon/src/../
> >     >     /bin/sh: 4: ./configure: not found
> >     >     make[1]: Betrete Verzeichnis
> >     '/usr/lib/sagemath/local/lib/pkg/guava/bin'
> >     >     make[1]: *** Keine Targets angegeben und keine
> >     »make«-Steuerdatei
> >     >     gefunden.  Schluss.
> >     >     make[1]: Verlasse Verzeichnis
> >     >     '/usr/lib/sagemath/local/lib/pkg/guava/bin'
> >     >     mkdir: kann Verzeichnis »../../bin/leon“ nicht anlegen:
> >     Datei oder
> >     >     Verzeichnis nicht gefunden
> >     >
> >     >     my setup:
> >     >     Ubuntu 12.04
> >     >     Linux neo 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:17:36
> >     UTC 2012
> >     >     i686 i686 i386 GNU/Linux
> >     >
> >     >     if you need any more information, just ask, and I'll tell you.
> >     >
> >     >     greatz and thnx,
> >     >     Johannes
> >     >
> >     >     --
> >     >     You received this message because you are subscribed to the
> >     Google
> >     >     Groups "sage-devel" group.
> >     >     To post to this group, send email to
> >     sage-devel@googlegroups.com <mailto:sage-devel@googlegroups.com>
> >     >     <mailto:sage-devel@googlegroups.com
> >     <mailto:sage-devel@googlegroups.com>>.
> >     >     To unsubscribe from this group, send email to
> >     >     sage-devel+unsubscr...@googlegroups.com
> >     <mailto:sage-devel%2bunsubscr...@googlegroups.com>
> >     >     <mailto:sage-devel%2bunsubscr...@googlegroups.com
> >     <mailto:sage-devel%252bunsubscr...@googlegroups.com>>.
> >     >     Visit this group at
> >     http://groups.google.com/group/sage-devel?hl=en.
> >     >
> >     >
> >     >
> >     >
> >     >
> >     > --
> >     >   .~.
> >     >   /V\     Jan Groenewald
> >     >  /( )\    www.aims.ac.za <http://www.aims.ac.za>
> >     <http://www.aims.ac.za>
> >     >  ^^-^^
> >     >
> >     > --
> >     > You received this message because you are subscribed to the Google
> >     > Groups "sage-devel" group.
> >     > To post to this group, send email to sage-devel@googlegroups.com
> >     <mailto:sage-devel@googlegroups.com>.
> >     > To unsubscribe from this group, send email to
> >     > sage-devel+unsubscr...@googlegroups.com
> >     <mailto:sage-devel%2bunsubscr...@googlegroups.com>.
> >     > Visit this group at
> http://groups.google.com/group/sage-devel?hl=en.
> >     >
> >     >
> >
> >     --
> >     You received this message because you are subscribed to the Google
> >     Groups "sage-devel" group.
> >     To post to this group, send email to sage-devel@googlegroups.com
> >     <mailto:sage-devel@googlegroups.com>.
> >     To unsubscribe from this group, send email to
> >     sage-devel+unsubscr...@googlegroups.com
> >     <mailto:sage-devel%2bunsubscr...@googlegroups.com>.
> >     Visit this group at http://groups.google.com/group/sage-devel?hl=en.
> >
> >
> >
> >
> >
> > --
> >   .~.
> >   /V\     Jan Groenewald
> >  /( )\    www.aims.ac.za <http://www.aims.ac.za>
> >  ^^-^^
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "sage-devel" group.
> > To post to this group, send email to sage-devel@googlegroups.com.
> > To unsubscribe from this group, send email to
> > sage-devel+unsubscr...@googlegroups.com.
> > Visit this group at http://groups.google.com/group/sage-devel?hl=en.
> >
> >
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To post to this group, send email to sage-devel@googlegroups.com.
> To unsubscribe from this group, send email to
> sage-devel+unsubscr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
>
>
>


-- 
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to