[Touch-packages] [Bug 2027930] Re: Open hotspot, open WIFI, exit the network Settings page and enter again, WIFI switch will be closed automatically.

2023-07-17 Thread Dominic Hargreaves
** Package changed: perl (Ubuntu) => ubuntu

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

Title:
  Open hotspot, open WIFI, exit the network Settings page and enter
  again, WIFI switch will be closed automatically.

Status in Ubuntu:
  New

Bug description:
  1.Environment

  Module manufacturer: Fibocom
  Model of module: L860 R+
  FW Packkage=18601.5001.00.01.16.54
  Enumeration Port:MBIM+2AT
  OS:22.04.2 LTS 
  Kernel: 6.1.27-060127
  Test SIM Card: Unicom
  PLMN:  46001
  Module IMEI: 359869740059493
  Sympthon: Open hotspot, open WIFI, exit the network Settings page and enter 
again, WIFI switch will be closed automatically.
  FR=100%
  How to recovery: NA

  2. Test Steps

  1). Use Unicom card to dial successfully.
  2). On the WIFI Settings page, open the hotspot and turn on the WIFI switch.
  3). Exit the Settings and go to the Settings page again.

  3. Expected Result

  The WIFI switch is on

  4. Actual Result

  The WIFI switch is off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2027930/+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 1774717] Re: Saying goodbye to search.cpan.org

2018-06-02 Thread Dominic Hargreaves
Here is a relevant thread on debian-perl: https://lists.debian.org
/debian-perl/2018/05/msg00046.html

In short: yes, but there is no urgency. I don't think a bug on perl in
ubuntu is needed to track this.

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

Title:
  Saying goodbye to search.cpan.org

Status in perl package in Ubuntu:
  New

Bug description:
  search.cpan.org is being retired and will transparently redirect to
  the new https://metacpan.org/ replacement site.  Are there any plans
  to update the URLs like FreeBSD did?
  https://svnweb.freebsd.org/ports?view=revision=470993

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1774717/+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 1683179] Re: Variables set inside files executed with do not visible to script

2017-04-16 Thread Dominic Hargreaves
Hello, I'm one of the perl maintainers in Debian. In Debian we're still
finalising the release notes for this issue for our next release; I
suspect noone thought about communicating this change for Ubuntu :( A
couple of observations that might be helpful to you and others:

1) you can revert this change (if you need to) by commenting out the
relevant line in /etc/perl/sitecustomize.pl

2) I recommend that you in any case check for 'do' returning false, so
that you at least don't get a silent failure.

3) This change is being made in the upcoming 5.26.0 release but for
release timing reasons we have made it early.

** Summary changed:

- Variables set inside files executed with do not visible to script
+ silent failure in 'do' due to '.' being removed from @INC

** Summary changed:

- silent failure in 'do' due to '.' being removed from @INC
+ 'do' no longer loading files from '.' due to '.' being removed from @INC

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

Title:
  'do' no longer loading files from '.' due to '.' being removed from
  @INC

Status in perl package in Ubuntu:
  New

Bug description:
  I just downloaded and compiled stock Perl 5.24.1 without any Ubuntu
  packages.

  Then I put this in a file called foo.pl:

  --cut
  do 'froodle.conf';
  print $froodle, "\n";
  --cut

  and this in froodle.conf:

  --cut
  $froodle = 'freedle';
  --cut

  Then I ran "perl foo.pl" with the stock Perl I had just compiled, and
  saw this:

  --cut
  $ perl foo.pl
  freedle
  $ 
  --cut

  However, when I run "perl foo.pl" with the version of Perl included in
  Zesty, I see this:

  --cut
  $ perl foo.pl

  $
  --cut

  This is a serious, significant difference in behavior between stock
  Perl and Ubuntu's Perl, and a regression from Yakkety.

  Using "do EXPR" to get variable settings from configuration files is
  even documented in the Perl documentation
  (https://perldoc.perl.org/functions/do.html). You can't just break
  this. :-/

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: perl 5.24.1-2ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Sun Apr 16 16:11:29 2017
  InstallationDate: Installed on 2016-01-16 (456 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: perl
  UpgradeStatus: Upgraded to zesty on 2017-04-14 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1683179/+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