Your message dated Mon, 30 Nov 2015 18:06:29 +0100
with message-id <565c8215.7090...@rezozer.net>
and subject line gmp-ecm: Current version doesn't seem able to factor... 1 !
has caused the Debian Bug report #777073,
regarding Current version doesn't seem able to factor... 1 !
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
777073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777073
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libecm-dev
Version: 6.4.4-2

While working on sagemath-on-debian, I met the following issue : the sample code below, when compiled against sage's ECM tells me 1 is a factor of 1 ; and "No factor found" when compiled against debian's...

Snark on #debian-science



#include <ecm.h>

int
main(int argc, char *argv[])
{
  mpz_t n, f;
  int res;

  mpz_init(n);
  mpz_set_d(n, 1);
  mpz_init(f);
  res = ecm_factor (f, n, 100, NULL);
  if (res == 0)
    gmp_printf("No factor found\n");
  else
    gmp_printf("%Zd\n", f);
  return 0;
}

--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello All:

I guess that we can close this issue now
as the package is cleaner and as the issue
is rather a Sage issue.

Thanks,
Jerome
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWXIIJAAoJEIC/w4IMSybjmigH/23/GSGwEDjxD0KlQEKGjFwS
dPEFQUofdGJFKgefrOaUvuWN7yABxRnPODln52iaMhIh3y4QXF6FH51kdasKoyt/
iHMq2e2Uk0nVmHTQP64ZiOnUN8NEW+t0NQnILZzUubXQ1xDEpNMExG2+AhUMMf3x
wOxCKRcDyGifOaIULv2taT1iise/+EnVYb5LtG/WtdwSswCvXg1eeBFqwhdzQk5g
jnsQVGCFWwwCtNcH2gtP13jWYx8f794CuskAHTtOEBBjqJ8IlBNKVafBOfzTxrpu
1AYaRjGoqptNpZl75Ce+I6NhspNlF8il5lL7eB68impY8bOhfWXDzG4rv/ncvVU=
=vmDL
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to