Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
sagemath-monolithic PPA on launchpad
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 33 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jan Groenewald  
View profile  
 More options Jul 13 2012, 4:20 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Fri, 13 Jul 2012 10:20:11 +0200
Local: Fri, Jul 13 2012 4:20 am
Subject: sagemath-monolithic PPA on launchpad

Hi

I took an hour to put up a new PPA which attempts
to trivially run make and so to build a sagemath-monolithic
from source on the Launchpad platform:

https://launchpad.net/~aims/+archive/sagemath/+packages

Builds failed:
https://launchpad.net/~aims/+archive/sagemath/+build/3651139
https://launchpad.net/~aims/+archive/sagemath/+build/3651140

One can get the source from the ppa:aims/sagemath with
apt-get source sagemath-monolithic. Do note there is an
existing bug if you run apt-add-repository more than once:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/10...

Now supposedly after adding enough override_dh_* to the
debian/rules file, there will be a working sagemath-monoliticm,
which gives us a buildfarm for all supported architectures and
all supported Ubuntu releases. It will also potentially aid the
debianization project.

If there is sufficient community interest, this can move to a separate
PPA and to UDD rather than traditional development. In the meantime
people can suggest I make changes, send me patches, or ask for
access to the existing PPA, until this becomes too much for me to manage.

Debian / Ubuntu developer resources:

[1] http://developer.ubuntu.com/packaging/html/traditional-packaging.html
[2] http://developer.ubuntu.com/packaging/html/udd-intro.html
[3]
http://developer.ubuntu.com/packaging/html/introduction-to-ubuntu-dev...
[4] http://debian-handbook.info/browse/stable/packaging-system.html
[5] http://www.debian.org/doc/manuals/maint-guide
[6] http://www.debian.org/doc/debian-policy
[7] http://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 13 2012, 4:38 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Fri, 13 Jul 2012 10:38:15 +0200
Local: Fri, Jul 13 2012 4:38 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
You need to install the "m4" package as build-time dependency.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 13 2012, 4:42 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Fri, 13 Jul 2012 10:42:12 +0200
Local: Fri, Jul 13 2012 4:42 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
Build-time dependencies should be:
* gcc
* perl
* m4
* make
* g++ (only Ubuntu 11.10 or later)
* gfortran (only Ubuntu 11.10 or later)
* dpkg-dev (only Ubuntu 11.10 or later)

Recommended build-time dependencies:
* texlive-full
* dvipng

Run-time dependencies:
* g++ (only Ubuntu 11.10 or later)
* gfortran (only Ubuntu 11.10 or later)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 13 2012, 5:32 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Fri, 13 Jul 2012 11:32:14 +0200
Local: Fri, Jul 13 2012 5:32 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 13 July 2012 10:42, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:

We're only testing 12.04 at the moment. I've adjusted the control file:

Build-Depends: debhelper (>= 8.0.0), build-essential, m4, perl, tar,
gfortran, tk-dev, texlive-full, dvipng
(build-essential depends on gcc, g++, dpkg-dev, and dpkg-dev depends on
binutils, probaby tar and perhaps perl are not necessary as they might be
included on a minimal system, but it doesn't hurt to add them).

Depends: ${shlibs:Depends}, ${misc:Depends}, libssl0.9.8, build-essential,
gfortran, libgfortran3, openssh-client, imagemagick, ffmpeg, dvipng,
texlive, texlive-pictures, icedtea-7-plugin | icedtea-plugin
(this is the same as sagemath-upstream-binary)

Uploaded and building now at:
https://launchpad.net/~aims/+archive/sagemath/+packages

Note: I think launchpad will build for i386 for the 32bit packages, not for
i686 as
the buildbot / sage scripts currently does.

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile   Translate to Translated (View Original)
 More options Jul 13 2012, 6:42 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Fri, 13 Jul 2012 12:42:46 +0200
Local: Fri, Jul 13 2012 6:42 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 13 July 2012 11:32, Jan Groenewald <j...@aims.ac.za> wrote:

Failed to build:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 13 2012, 7:36 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Fri, 13 Jul 2012 13:36:36 +0200
Local: Fri, Jul 13 2012 7:36 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
On 2012-07-13 11:32, Jan Groenewald wrote:
> Note: I think launchpad will build for i386 for the 32bit packages, not
> for i686 as
> the buildbot / sage scripts currently does.

Why do you think the buildbot builds for i686?  The binaries *should*
work on any i386 system, if not that's a bug.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 13 2012, 7:40 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Fri, 13 Jul 2012 13:40:35 +0200
Local: Fri, Jul 13 2012 7:40 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
On 2012-07-13 11:32, Jan Groenewald wrote:

I guess Depends should only have libgfortran3, not all of gfortran.  But
that's a detail...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 13 2012, 7:42 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Fri, 13 Jul 2012 13:42:28 +0200
Local: Fri, Jul 13 2012 7:42 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
Can you build using "make -k" instead of "make"?  This will make the
build continue after errors (but it will still respect dependencies).

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 13 2012, 8:53 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Fri, 13 Jul 2012 14:53:00 +0200
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 13 July 2012 13:42, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:

> Can you build using "make -k" instead of "make"?  This will make the
> build continue after errors (but it will still respect dependencies).

No idea how.  Our rules file say to run:

0 jan@snapperkob:~/src/sagemath-monolithic/sagemath-monolithic-0.1ubuntu3$cat
debian/rules
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of
dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
        dh $@
0 jan@snapperkob:~/src/sagemath-monolithic/sagemath-monolithic-0.1ubuntu3$

Somehow those debhelper (dh) commands will call make somewhere.

Maybe Julien can help us out.

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Javier López Peña  
View profile  
 More options Jul 13 2012, 9:00 am
From: Javier López Peña <vengor...@gmail.com>
Date: Fri, 13 Jul 2012 06:00:36 -0700 (PDT)
Local: Fri, Jul 13 2012 9:00 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Maybe I am saying something stupid here, but cannot you just change the
first line to this?
 #!/usr/bin/make -f -k

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Javier López Peña  
View profile  
 More options Jul 13 2012, 9:06 am
From: Javier López Peña <vengor...@gmail.com>
Date: Fri, 13 Jul 2012 06:06:55 -0700 (PDT)
Local: Fri, Jul 13 2012 9:06 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

On Friday, July 13, 2012 2:00:36 PM UTC+1, Javier López Peña wrote:

> Maybe I am saying something stupid here, but cannot you just change the
> first line to this?
>  #!/usr/bin/make -f -k

Sorry, that should be
 #!/usr/bin/make -k -f

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile   Translate to Translated (View Original)
 More options Jul 13 2012, 10:42 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Fri, 13 Jul 2012 16:42:10 +0200
Local: Fri, Jul 13 2012 10:42 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 13 July 2012 15:06, Javier López Peña <vengor...@gmail.com> wrote:

> On Friday, July 13, 2012 2:00:36 PM UTC+1, Javier López Peña wrote:

>> Maybe I am saying something stupid here, but cannot you just change the
>> first line to this?
>>  #!/usr/bin/make -f -k

> Sorry, that should be
>  #!/usr/bin/make -k -f

It seems not:

 130 jan@snapperkob:~/src/sagemath-monolithic/sagemath-monolithic-0.1ubuntu3$deb uild
-k'Jan Groenewald (Www.aims.ac.za) <j...@aims.ac.za>'
-S -sa
 dpkg-buildpackage -rfakeroot -d -us -uc -S -sa
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
-D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor):
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g
-O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
-Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package sagemath-monolithic
dpkg-buildpackage: source version 0.1ubuntu4
dpkg-buildpackage: source changed by Jan Groenewald <j...@aims.ac.za>
 dpkg-source --before-build sagemath-monolithic-0.1ubuntu4
 fakeroot debian/rules clean
/usr/bin/make: invalid option -- ' '
/usr/bin/make: invalid option -- '-'
Usage: make [options] [target] ...
Options:
  -b, -m                      Ignored for compatibility.
  -B, --always-make           Unconditionally make all targets.
  -C DIRECTORY, --directory=DIRECTORY
                              Change to DIRECTORY before doing anything.
  -d                          Print lots of debugging information.
  --debug[=FLAGS]             Print various types of debugging information.
  -e, --environment-overrides
                              Environment variables override makefiles.
  -f FILE, --file=FILE, --makefile=FILE
                              Read FILE as a makefile.
  -h, --help                  Print this message and exit.
  -i, --ignore-errors         Ignore errors from commands.
  -I DIRECTORY, --include-dir=DIRECTORY
                              Search DIRECTORY for included makefiles.
  -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no
arg.
  -k, --keep-going            Keep going when some targets can't be made.
  -l [N], --load-average[=N], --max-load[=N]
                              Don't start multiple jobs unless load is
below N.
  -L, --check-symlink-times   Use the latest mtime between symlinks and
target.
  -n, --just-print, --dry-run, --recon
                              Don't actually run any commands; just print
them.
  -o FILE, --old-file=FILE, --assume-old=FILE
                              Consider FILE to be very old and don't remake
it.
  -p, --print-data-base       Print make's internal database.
  -q, --question              Run no commands; exit status says if up to
date.
  -r, --no-builtin-rules      Disable the built-in implicit rules.
  -R, --no-builtin-variables  Disable the built-in variable settings.
  -s, --silent, --quiet       Don't echo commands.
  -S, --no-keep-going, --stop
                              Turns off -k.
  -t, --touch                 Touch targets instead of remaking them.
  -v, --version               Print the version number of make and exit.
  -w, --print-directory       Print the current directory.
  --no-print-directory        Turn off -w, even if it was turned on
implicitly.
  -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
                              Consider FILE to be infinitely new.
  --warn-undefined-variables  Warn when an undefined variable is referenced.

This program built for x86_64-pc-linux-gnu
Report bugs to <bug-m...@gnu.org>
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit
status 2
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -d -us -uc -S -sa failed
29 jan@snapperkob:~/src/sagemath-monolithic/sagemath-monolithic-0.1ubuntu3$

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 13 2012, 10:43 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Fri, 13 Jul 2012 16:43:35 +0200
Local: Fri, Jul 13 2012 10:43 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
On 2012-07-13 15:06, Javier L pez Pe a wrote:

> Sorry, that should be
>  #!/usr/bin/make -k -f

No, you can't do that.  "#!" scripts support at most 1 command line option.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob McMahon  
View profile  
 More options Jul 13 2012, 11:18 am
From: Rob McMahon <RobMcMaho...@gmail.com>
Date: Fri, 13 Jul 2012 16:18:13 +0100
Local: Fri, Jul 13 2012 11:18 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
On 13/07/2012 15:43, Jeroen Demeyer wrote:
> On 2012-07-13 15:06, Javier L pez Pe a wrote:
>> Sorry, that should be
>>   #!/usr/bin/make -k -f
> No, you can't do that.  "#!" scripts support at most 1 command line option.

But you should be able to do

#!/usr/bin/make -kf

Rob

--
E-Mail: Rob.McMa...@warwick.ac.uk                PHONE:  +44 24 7652 3037
Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL, England


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 14 2012, 3:17 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 09:17:14 +0200
Local: Sat, Jul 14 2012 3:17 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 13 July 2012 17:18, Rob McMahon <RobMcMaho...@gmail.com> wrote:

> On 13/07/2012 15:43, Jeroen Demeyer wrote:

>> On 2012-07-13 15:06, Javier López Peña wrote:

>>> Sorry, that should be
>>>   #!/usr/bin/make -k -f

>> No, you can't do that.  "#!" scripts support at most 1 command line
>> option.

>>  But you should be able to do

> #!/usr/bin/make -kf

Uploaded and building
https://launchpad.net/~aims/+archive/sagemath/+packages

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 14 2012, 7:39 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 13:39:23 +0200
Local: Sat, Jul 14 2012 7:39 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 14 July 2012 09:17, Jan Groenewald <j...@aims.ac.za> wrote:

amd64 failed to build:

 * Source Package: sagemath-monolithic
 * Version: 0.1ubuntu5
 * Architecture: amd64
 * Archive: aims-sagemath PPA
 * Component: main
 * State: Failed to build
 * Duration: 4 hours 30 minutes
 * Build Log:
https://launchpad.net/~aims/+archive/sagemath/+build/3655849/+files/b...<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3655849/+files...>
 * Builder: https://launchpad.net/builders/lawrencium
 * Source: not available

If you want further information about this situation, feel free to
contact a member of the Launchpad Buildd Administrators team.

--
amd64 build of sagemath-monolithic 0.1ubuntu5 in ubuntu precise RELEASE
https://launchpad.net/~aims/+archive/sagemath/+build/3655849<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3655849>

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 14 2012, 7:47 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 13:47:26 +0200
Local: Sat, Jul 14 2012 7:47 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 14 July 2012 13:39, Jan Groenewald <j...@aims.ac.za> wrote:

i386 also failed on sympy.

  * Source Package: sagemath-monolithic
 * Version: 0.1ubuntu5
 * Architecture: i386
 * Archive: aims-sagemath PPA
 * Component: main
 * State: Failed to build
 * Duration: 4 hours 40 minutes
 * Build Log:
https://launchpad.net/~aims/+archive/sagemath/+build/3655850/+files/b...<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3655850/+files...>
 * Builder: https://launchpad.net/builders/seaborgium
 * Source: not available

If you want further information about this situation, feel free to
contact a member of the Launchpad Buildd Administrators team.

--
i386 build of sagemath-monolithic 0.1ubuntu5 in ubuntu precise RELEASE
https://launchpad.net/~aims/+archive/sagemath/+build/3655850<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3655850>

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Puydt  
View profile  
 More options Jul 14 2012, 10:34 am
From: Julien Puydt <julien.pu...@laposte.net>
Date: Sat, 14 Jul 2012 16:34:15 +0200
Local: Sat, Jul 14 2012 10:34 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
Le 13/07/2012 13:36, Jeroen Demeyer a crit :

> On 2012-07-13 11:32, Jan Groenewald wrote:
>> Note: I think launchpad will build for i386 for the 32bit packages, not
>> for i686 as
>> the buildbot / sage scripts currently does.
> Why do you think the buildbot builds for i686?  The binaries *should*
> work on any i386 system, if not that's a bug.

The buildbots should build for all supported architectures ; so it's
possible that there are i386 and i686 versions ; I don't know.

Debian has both i386 and amd64 for example :
http://www.debian.org/ports/

Snark on #sagemath


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Puydt  
View profile  
 More options Jul 14 2012, 10:37 am
From: Julien Puydt <julien.pu...@laposte.net>
Date: Sat, 14 Jul 2012 16:37:57 +0200
Local: Sat, Jul 14 2012 10:37 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
Le 13/07/2012 14:53, Jan Groenewald a crit :

> On 13 July 2012 13:42, Jeroen Demeyer <jdeme...@cage.ugent.be
> <mailto:jdeme...@cage.ugent.be>> wrote:
>     Can you build using "make -k" instead of "make"?  This will make the
>     build continue after errors (but it will still respect dependencies).
> Somehow those debhelper (dh) commands will call make somewhere.

> Maybe Julien can help us out.

Well, if you have a look at "man 7 debhelper", you'll see
dh_auto_build is how it's done ; so you just have to add this rule to
your debian/rules :

override_dh_auto_build:
        make -k

But notice that "make -k" will still fail in the end, so I don't know
what you hope to gain with that!

Snark on #sagemath


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 14 2012, 10:43 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 16:43:07 +0200
Local: Sat, Jul 14 2012 10:43 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 13 July 2012 13:36, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:

> On 2012-07-13 11:32, Jan Groenewald wrote:
> > Note: I think launchpad will build for i386 for the 32bit packages, not
> > for i686 as
> > the buildbot / sage scripts currently does.
> Why do you think the buildbot builds for i686?  The binaries *should*
> work on any i386 system, if not that's a bug.

Because the binaries have i686 in the filenames:
http://sagemath.mirror.ac.za/linux/32bit/index.html

Perhaps only the filename is misleading.

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeroen Demeyer  
View profile  
 More options Jul 14 2012, 10:44 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Sat, 14 Jul 2012 16:44:58 +0200
Local: Sat, Jul 14 2012 10:44 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
On 2012-07-14 16:43, Jan Groenewald wrote:
> Perhaps only the filename is misleading.

Could be.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 14 2012, 10:45 am
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 16:45:38 +0200
Local: Sat, Jul 14 2012 10:45 am
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 14 July 2012 16:37, Julien Puydt <julien.pu...@laposte.net> wrote:

Thanks, I will update and upoload that and have a closer look at the man
page.

> But notice that "make -k" will still fail in the end, so I don't know what
> you hope to gain with that!

Jeroen suggested this after the first compile failed on matplotlib.

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile  
 More options Jul 14 2012, 3:22 pm
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 21:22:27 +0200
Local: Sat, Jul 14 2012 3:22 pm
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 14 July 2012 16:45, Jan Groenewald <j...@aims.ac.za> wrote:

It failed on sympy again.

 * Source Package: sagemath-monolithic
 * Version: 0.1ubuntu6
 * Architecture: i386
 * Archive: aims-sagemath PPA
 * Component: main
 * State: Failed to build
 * Duration: 4 hours
 * Build Log:
https://launchpad.net/~aims/+archive/sagemath/+build/3656703/+files/b...<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3656703/+files...>
 * Builder: https://launchpad.net/builders/hassium
 * Source: not available

If you want further information about this situation, feel free to
contact a member of the Launchpad Buildd Administrators team.

--
i386 build of sagemath-monolithic 0.1ubuntu6 in ubuntu precise RELEASE
https://launchpad.net/~aims/+archive/sagemath/+build/3656703<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3656703>

 * Source Package: sagemath-monolithic
 * Version: 0.1ubuntu6
 * Architecture: amd64
 * Archive: aims-sagemath PPA
 * Component: main
 * State: Failed to build
 * Duration: 3 hours 10 minutes
 * Build Log:
https://launchpad.net/~aims/+archive/sagemath/+build/3656702/+files/b...<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3656702/+files...>
 * Builder: https://launchpad.net/builders/lychee
 * Source: not available

If you want further information about this situation, feel free to
contact a member of the Launchpad Buildd Administrators team.

--
amd64 build of sagemath-monolithic 0.1ubuntu6 in ubuntu precise RELEASE
https://launchpad.net/~aims/+archive/sagemath/+build/3656702<https://launchpad.net/%7Eaims/+archive/sagemath/+build/3656702>

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Puydt  
View profile  
 More options Jul 14 2012, 3:26 pm
From: Julien Puydt <julien.pu...@laposte.net>
Date: Sat, 14 Jul 2012 21:26:36 +0200
Local: Sat, Jul 14 2012 3:26 pm
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad
Le 14/07/2012 21:22, Jan Groenewald a crit :
 > (many things)

I downloaded a buildlog and had a look, but there was nothing
interesting to see :-/

Snark on #sagemath


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Groenewald  
View profile   Translate to Translated (View Original)
 More options Jul 14 2012, 3:47 pm
From: Jan Groenewald <j...@aims.ac.za>
Date: Sat, 14 Jul 2012 21:47:51 +0200
Local: Sat, Jul 14 2012 3:47 pm
Subject: Re: [sage-devel] sagemath-monolithic PPA on launchpad

Hi

On 14 July 2012 21:26, Julien Puydt <julien.pu...@laposte.net> wrote:

> Le 14/07/2012 21:22, Jan Groenewald a écrit :
> > (many things)

> I downloaded a buildlog and had a look, but there was nothing interesting
> to see :-/

I can do two things when time allows.
1. debuild -b locally, and
2. learn to use pbuilder and I've heard there is a launchpad-like pbuilder
mode.

Regards,
Jan

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 33   Newer >
« Back to Discussions « Newer topic     Older topic »