[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2019-03-12 Thread Bug Watch Updater
** Changed in: gprolog (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2019-02-03 Thread Bug Watch Updater
** Changed in: gprolog (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2019-02-03 Thread Adrian Bunk
** Also affects: gprolog (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861027
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-11-07 Thread Huan Zhang
I can confirm this bug still exists on Ubuntu 18.04 as of today.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-07-05 Thread Ian Lewis
thanks - I can confirm gprolog 1.4.4 compiles from source ok on Ubuntu
18.04, and runs without this bug.  I wasn't expecting the 1.4.5 bugfix
to appear here but thought it would make sense to package 1.4.4 rather
than 1.4.5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-07-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch against previous version of gprolog (latest
stable)." seems to be a patch.  If it isn't, please remove the "patch"
flag from the attachment, remove the "patch" tag, and if you are a
member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-07-04 Thread Cedric Ware
Hello,

Thanks for your comment, Ian, and for reminding me again of this bug.

If it can help, I'm attaching a patch that lets the stable gprolog-1.4.4
compile with gcc 6.

OTOH, I'm not sure that this is actually the right place to report bugs,
because I suspect Ubuntu uses the Debian package more or less as-is.
Correct me if I'm wrong.  As it happens, the bug has been reported in
Debian (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861027), and
has prevented gprolog to be included in recent stable releases, I guess.

I submitted a follow-up to that bug, wait and see.

Best regards,
Cedric Ware.


** Bug watch added: Debian Bug tracker #861027
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861027

** Patch added: "Patch against previous version of gprolog (latest stable)."
   
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+attachment/5159686/+files/gprolog-1.4.4-gcc6.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-07-04 Thread Ian Lewis
Here's the simplest failing test example I could come up with, which is
close to 'hello world' for prolog :

$ prolog
GNU Prolog 1.4.5 (64 bits)
Compiled Feb  5 2017, 10:30:08 with gcc
By Daniel Diaz
Copyright (C) 1999-2016 Daniel Diaz
| ?- [user].
compiling user for byte code...
p :- q(a).
q(a).

user compiled, 2 lines read - 294 bytes written, 13418 ms

yes
| ?- p.
uncaught exception: error(existence_error(procedure,q/0),p/0)
| ?- 

On the query "?- p." gprolog should return with "yes", not the
exception.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-07-03 Thread Ian Lewis
Just to emphasize, this bug means that the Prolog programming language
is realistically unavailable in all Ubuntu versions since 16.04.  The
1.4.5-4.1 build of gprolog has this fundamental crippling bug as
reported by the OP - even the most basic Prolog programs will not run -
and unfortunately the 1.4.4 make from source also throws up a number of
compile errors so it is a specialist job to get that code installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711346] Re: gprolog toplevel fails on basic example (fixed upstream?)

2018-02-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gprolog (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711346

Title:
  gprolog toplevel fails on basic example (fixed upstream?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gprolog/+bug/1711346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs