Bug#639185: ITP: open-axiom -- open scientific computation platform

2011-08-24 Thread Igor Pashev
Package: wnpp Severity: wishlist Owner: Igor Pashev pashev.i...@gmail.com * Package name: open-axiom Version : 1.4.1+svn~2299 Upstream Author : Gabriel Dos Reis g...@cs.tamu.edu * URL : http://www.open-axiom.org/ * License : Modified BSD Programming Lang

Bug#638291: dpkg: Hardlinks problem with conffiles

2011-08-18 Thread Igor Pashev
Package: dpkg Version: 1.16.0.3 Severity: normal By default all files in /etc are considered as config files and to be kept on package upgrade (or ask to user what to do with new config file). This works excelent for regular files, but can fail if there are two or more hardlinks to the same

Bug#632860: Add negative wildcards to debhelper scripts

2011-07-06 Thread Igor Pashev
Package: debhelper Version: 8.9.0 Severity: wishlist Suppose we want to install all files within dir/, but README. We could use this line in pkg.install: dir/!(README) /usr/libexec/dir/ [just like bash shopt -s extglob] -- System Information: Debian Release: wheezy/sid APT prefers testing

Bug#632860: Add negative wildcards to debhelper scripts

2011-07-06 Thread Igor Pashev
06.07.2011 21:04, Joey Hess пишет: Igor Pashev wrote: Suppose we want to install all files within dir/, but README. We could use this line in pkg.install: dir/!(README) /usr/libexec/dir/ [just like bash shopt -s extglob] debhelper already has a mechanism for this, the -X flag

[Fwd: Re: [Axiom-developer] Building Axiom on Slackware]

2009-04-11 Thread Igor Pashev
As I mentioned to Greg, I spent 2 days trying to use the libXpm shared libraries and failed. If you can figure it out please post a diff-Naur patch and I'll include it. Quite simple :-) diff --git a/Makefile.pamphlet b/Makefile.pamphlet index 5304ddf..672d982 100644 --- a/Makefile.pamphlet

Re: [Axiom-developer] Building Axiom on Slackware

2009-04-09 Thread Igor Pashev
After fixing egrep issue the build goes on and fails with: make[3]: Entering directory `/tmp/axiom-200903111016460400/obj/linux/graph' 1 making target directories for bookvol8 2 making /tmp/axiom-200903111016460400/mnt/linux/lib/viewman from /tmp/axiom-200903111016460400/books/bookvol8.pamphlet

[fricas-devel] Re: Building on Slackware

2009-04-09 Thread Igor Pashev
Ok, I have fricas installed. How can I test whether it works? These are my tries: (21:41:28) [pas...@life:~/SLACK/PKG-12.2.0/x86] # fricas (21:40:42) [pas...@life:~/SLACK/PKG-12.2.0/x86] # fricas -h fricas [-nosman]use plain command line interface (disables other options)

[Axiom-developer] Is the anybody here?

2009-04-08 Thread Igor Pashev
___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] Is the anybody here?

2009-04-08 Thread Igor Pashev
Alexey Beshenov: Sure! :-) I think you should post your bug report. Coming soon ;-) ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] Building Axiom on Slackware

2009-04-08 Thread Igor Pashev
Ok, also building FriCAS fails: . 30b running find-algebra-files (cd ./algebra; \ . ../scripts/find-algebra-files) \ algebra/tmp-extract-spad.mk ./../config/move-if-change \ algebra/tmp-extract-spad.mk algebra/extract-spad.mk cd algebra make make[2]:

[fricas-devel] Re: [Axiom-developer] Building Axiom on Slackware

2009-04-08 Thread Igor Pashev
Waldek Hebisch: A little checklist: 1) in /tmp/fricas-svn/src/algebra you should have 'extract-spad.mk' file. In this file close to the start you should see lines like: A1AGG.spad: $(srcdir)/aggcat.spad.pamphlet $(axiom_build_document) --output=$@ --tangle=category A1AGG

[fricas-devel] Re: Building on Slackware

2009-04-08 Thread Igor Pashev
Waldek Hebisch: Thanks for information. Do you have egrep at all? I had similar problems with grep, so I prefer grep -E and grep -P --- it works :-) # which egrep lrwxrwxrwx 1 root root 15 2008-06-29 20:37 /usr/bin/egrep - ../../bin/egrep* # ls -lh /bin/egrep lrwxrwxrwx 1 root root 4

[fricas-devel] Re: Building on Slackware

2009-04-08 Thread Igor Pashev
Igor Pashev: I had similar problems with grep, so I prefer grep -E and grep -P --- it works :-) By the way: (07:15:52) [pas...@life:~] # echo ab | grep -E '(a|b)b' ab (07:16:06) [pas...@life:~] # echo ab | egrep '(a|b)b' (07:16:20) [pas...@life

<    1   2