Re: [Touch-packages] [Bug 1853525] [NEW] no python 2.7.17 in LTS version

2019-11-23 Thread Beyo
The test procedure should be as follows:

Get the EPFImporter tool
https://affiliate.itunes.apple.com/resources/documentation/epfimporter/
Set up your database
Get the simple minimal dump from here
https://drive.google.com/file/d/1s1VmE-7NGsUoiBjvBQ1iaalUjYSNPh9w/view?usp=sharing
try to import EPFImport.py full/*

These are only information I can provide to test at the moment, hope
this helps a little bit

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1853525

Title:
  no python 2.7.17 in LTS version

Status in python2.7 package in Ubuntu:
  New

Bug description:
  Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
  this version broke my scripts and get me segmentation fault each time I 
trying to do something.
  IN LTS version always LATEST python 2.7 should be supported which is 2.7.17. 
so why I have .15 and in RC1 version.

  Who is maintainer of this package that sleeps so long.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1853525/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1853525] [NEW] no python 2.7.17 in LTS version

2019-11-22 Thread Beyo
Hello,
If you understand my frustration, you should understand how
frustrating and uninformative "Segmentation fault error" is.
This is my issue. there is segmentation fault when trying to ingest
records to the database, that is why trace shows error in
ingestIncremental function.
The tool is written by Apple not by me and it will NOT BE REWRITTEN
for python3, That I can be sure. This is the only tool they provided
for the job and it worked perfectly.
So therefore something like minimal reproducer does not exist - you
should have the tool,mysqldb module with patch,database on your own
server, and source data - that package is available only to accepted
affiliates and I am not allowed to shared it.

The issue is simple - the code that once worked in python 2.7 no
longer works in python 2.7. Code is the same,no errors are logged in
EPFLog so the issue must be with interpreter that unfortunately I
upgraded - this is the lesson, never ever upgrade something that
works.

My python version is "Python 2.7.15+ (default, Oct  7 2019, 17:39:04)"
python2.7/bionic-updates,bionic-security,now 2.7.15-4ubuntu4~18.04.2
amd64 [installed]
  Interactive high-level object-oriented language (version 2.7)





On Fri, Nov 22, 2019 at 2:00 AM Dimitri John Ledkov
 wrote:
>
> I am sorry you have an issue with python on Ubuntu.
>
> By policy, Ubuntu does not blindly upgrade toolchains to point releases in
> an LTS release, but we go through extensive validation with rebuild and
> autopkgtests across all of our supported 6 architectures, which is usually
> in excess of upstream testing. See
> https://wiki.ubuntu.com/StableReleaseUpdates
>
> Note your bug report suggests that you are using out of date package. rc1
> is not the latest version of python2.7 in bionic. It has been updated to
> final release, and has had security updates since. Can you please verify
> you are using 2.7.15-4ubuntu4~18.04.2 ?
>
> What particular issue are you having? Can you provide a minimized
> reproducer? Traceback? Segfault / coredump? If we have those details about
> the issue you are experiencing we can work towards resolving it with
> regression testcase, patch and eventual release of an SRU.
>
> I understand you feel frustrated, but please take some time to explain in
> detail the issue you are experiencing.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1853525
>
> Title:
>   no python 2.7.17 in LTS version
>
> Status in python2.7 package in Ubuntu:
>   New
>
> Bug description:
>   Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
>   this version broke my scripts and get me segmentation fault each time I 
> trying to do something.
>   IN LTS version always LATEST python 2.7 should be supported which is 
> 2.7.17. so why I have .15 and in RC1 version.
>
>   Who is maintainer of this package that sleeps so long.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1853525/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1853525

Title:
  no python 2.7.17 in LTS version

Status in python2.7 package in Ubuntu:
  New

Bug description:
  Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
  this version broke my scripts and get me segmentation fault each time I 
trying to do something.
  IN LTS version always LATEST python 2.7 should be supported which is 2.7.17. 
so why I have .15 and in RC1 version.

  Who is maintainer of this package that sleeps so long.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1853525/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1853525] [NEW] no python 2.7.17 in LTS version

2019-11-21 Thread Dimitri John Ledkov
I am sorry you have an issue with python on Ubuntu.

By policy, Ubuntu does not blindly upgrade toolchains to point releases in
an LTS release, but we go through extensive validation with rebuild and
autopkgtests across all of our supported 6 architectures, which is usually
in excess of upstream testing. See
https://wiki.ubuntu.com/StableReleaseUpdates

Note your bug report suggests that you are using out of date package. rc1
is not the latest version of python2.7 in bionic. It has been updated to
final release, and has had security updates since. Can you please verify
you are using 2.7.15-4ubuntu4~18.04.2 ?

What particular issue are you having? Can you provide a minimized
reproducer? Traceback? Segfault / coredump? If we have those details about
the issue you are experiencing we can work towards resolving it with
regression testcase, patch and eventual release of an SRU.

I understand you feel frustrated, but please take some time to explain in
detail the issue you are experiencing.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1853525

Title:
  no python 2.7.17 in LTS version

Status in python2.7 package in Ubuntu:
  New

Bug description:
  Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
  this version broke my scripts and get me segmentation fault each time I 
trying to do something.
  IN LTS version always LATEST python 2.7 should be supported which is 2.7.17. 
so why I have .15 and in RC1 version.

  Who is maintainer of this package that sleeps so long.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1853525/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853525] [NEW] no python 2.7.17 in LTS version

2019-11-21 Thread Beyo
Public bug reported:

Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
this version broke my scripts and get me segmentation fault each time I trying 
to do something.
IN LTS version always LATEST python 2.7 should be supported which is 2.7.17. so 
why I have .15 and in RC1 version.

Who is maintainer of this package that sleeps so long.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: hdf5 (Ubuntu) => python2.7 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1853525

Title:
  no python 2.7.17 in LTS version

Status in python2.7 package in Ubuntu:
  New

Bug description:
  Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
  this version broke my scripts and get me segmentation fault each time I 
trying to do something.
  IN LTS version always LATEST python 2.7 should be supported which is 2.7.17. 
so why I have .15 and in RC1 version.

  Who is maintainer of this package that sleeps so long.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1853525/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853525] [NEW] no python 2.7.17 in LTS version

2019-11-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Python 2.7 in 18.04 that is LTS version is in 2.7.15 RC1 version
this version broke my scripts and get me segmentation fault each time I trying 
to do something.
IN LTS version always LATEST python 2.7 should be supported which is 2.7.17. so 
why I have .15 and in RC1 version.

Who is maintainer of this package that sleeps so long.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
no python 2.7.17 in LTS version
https://bugs.launchpad.net/bugs/1853525
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to python2.7 in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp