Opened 10 years ago
Closed 10 years ago
#453 closed bug (fixed)
make bindist sharedist fails for x86_64-Linux
Reported by: | gorzel | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-6 and higher |
Component: | dontKnow | Version: | 3-1-5 |
Keywords: | Cc: |
Description (last modified by )
Die Singularsourcen von nightlybuild lassen sich mit Ubuntu kompilierien, aber es laesst sich keine shared Version erzeugen.
/tmp/SING/Singular-3-1-5$ make bindist sharedist (d2t cones.doc==>cones.tex(coneViaPoints) **** Error: while running example coneViaPoints from cones.doc:55. Call: '/tmp/SING/Singular-3-1-5/x86_64-Linux/Singular-3-1-5 -teqr12345678 --no-rc ./examples/coneViaPoints.sing > ./examples/coneViaPoints.res' make[2]: *** [cones.tex] Error 1 make[2]: Leaving directory `/data/tmp/SING/Singular-3-1-5/doc' make[2]: Entering directory `/data/tmp/SING/Singular-3-1-5/emacs' perl cmpl.pl -Singular /tmp/SING/Singular-3-1-5/x86_64-Linux/Singular-3-1-5 -cmpl cmd > cmd-cmpl.el make[2]: *** No rule to make target `/tmp/SING/Singular-3-1-5/doc/singular.hlp', needed by `hlp-cmpl.el'. Stop. make[2]: Leaving directory `/data/tmp/SING/Singular-3-1-5/emacs' make[1]: *** [install-sharedist] Error 2 make[1]: Leaving directory `/data/tmp/SING/Singular-3-1-5' make: *** [sharedist] Error 2
Siehe auch, dass seit ein paar Tagen in der Datei
Singular-3-1-5-x86_64-Linux-static.tar.gz 28-Sep-2012 06:45 407K
die compilierte Binaerdatei "Singular" fehlt. Die Datei ist mit 407K zu klein.
Andererseits ist die Datei mit den Quellcodes
Singular-3-1-5.tar.gz 28-Sep-2012 05:50 24M
auessert gross. Ist dies Absicht ?
Change History (6)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Owner: | changed from somebody to ren |
---|
comment:3 Changed 10 years ago by
Owner: | ren deleted |
---|
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
Owner: | set to somebody |
---|
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The build host was missing some static libraries - fixed.
For building sharedist: the README says:"only possible, if all optional packages are included". You are missing (at least): --enable-gfanlib --enable-python --with-MP And the last one is not available on x86_64-Linux.
Size of Singuoar-3-1-5: 24 MB is not so unusal: 3-1-4-4 was 25 MB
I thought it was some problem regarding the gfanlib interface, but it seems that is not the only thing going awry. If you upload the /examples/coneViaPoints.res file, I gladly look into it what is going wrong.