All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
@ 2019-07-25 14:53 Allen, John
  2019-07-25 15:56 ` Li, Philip
  2019-07-29  7:21 ` Liu Yiding
  0 siblings, 2 replies; 7+ messages in thread
From: Allen, John @ 2019-07-25 14:53 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with ubuntu-18.04.
The patch changes the install dependencies for ubuntu to perl-modules-5.28 and
libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only contain version
5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it seems that
we will need a way to specify to install whichever version of the package is
available. Ideally, it would be nice to be able to specify something like
"perl-modules >= 5.26", but the current method of installing packages doesn't
seem to be equipped to handle that sort of thing.

Thanks,
John

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
  2019-07-25 14:53 [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04 Allen, John
@ 2019-07-25 15:56 ` Li, Philip
  2019-07-25 17:06   ` Allen, John
  2019-07-29  7:21 ` Liu Yiding
  1 sibling, 1 reply; 7+ messages in thread
From: Li, Philip @ 2019-07-25 15:56 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]

> Subject: [LKP] [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
> 
> 7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with ubuntu-
> 18.04.
Thanks John for the input, would you like to open an issue on github.com/intel/lkp-tests,
we will add it to plan to look for ways to resolve it.

> The patch changes the install dependencies for ubuntu to perl-modules-5.28 and
> libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only contain version
> 5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it seems that
> we will need a way to specify to install whichever version of the package is
> available. Ideally, it would be nice to be able to specify something like
> "perl-modules >= 5.26", but the current method of installing packages doesn't
> seem to be equipped to handle that sort of thing.
> 
> Thanks,
> John
> _______________________________________________
> LKP mailing list
> LKP(a)lists.01.org
> https://lists.01.org/mailman/listinfo/lkp

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
  2019-07-25 15:56 ` Li, Philip
@ 2019-07-25 17:06   ` Allen, John
  2019-07-26  0:26     ` Li, Philip
  0 siblings, 1 reply; 7+ messages in thread
From: Allen, John @ 2019-07-25 17:06 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1205 bytes --]

On Thu, Jul 25, 2019 at 03:56:17PM +0000, Li, Philip wrote:
> > Subject: [LKP] [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
> > 
> > 7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with ubuntu-
> > 18.04.
> Thanks John for the input, would you like to open an issue on github.com/intel/lkp-tests,
> we will add it to plan to look for ways to resolve it.

Thanks, issue opened here:

https://github.com/fengguang/lkp-tests/issues/11

> 
> > The patch changes the install dependencies for ubuntu to perl-modules-5.28 and
> > libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only contain version
> > 5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it seems that
> > we will need a way to specify to install whichever version of the package is
> > available. Ideally, it would be nice to be able to specify something like
> > "perl-modules >= 5.26", but the current method of installing packages doesn't
> > seem to be equipped to handle that sort of thing.
> > 
> > Thanks,
> > John
> > _______________________________________________
> > LKP mailing list
> > LKP(a)lists.01.org
> > https://lists.01.org/mailman/listinfo/lkp

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
  2019-07-25 17:06   ` Allen, John
@ 2019-07-26  0:26     ` Li, Philip
  2019-07-26 12:16       ` Allen, John
  0 siblings, 1 reply; 7+ messages in thread
From: Li, Philip @ 2019-07-26  0:26 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1645 bytes --]



> -----Original Message-----
> From: Allen, John [mailto:John.Allen(a)amd.com]
> Sent: Friday, July 26, 2019 1:07 AM
> To: Li, Philip <philip.li@intel.com>
> Cc: lkp(a)lists.01.org
> Subject: Re: [LKP] [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
> 
> On Thu, Jul 25, 2019 at 03:56:17PM +0000, Li, Philip wrote:
> > > Subject: [LKP] [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
> > >
> > > 7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with ubuntu-
> > > 18.04.
> > Thanks John for the input, would you like to open an issue on
> github.com/intel/lkp-tests,
> > we will add it to plan to look for ways to resolve it.
> 
> Thanks, issue opened here:
> 
> https://github.com/fengguang/lkp-tests/issues/11
thanks, the official repo is https://github.com/intel/lkp-tests, can you help move the
issue to it?

> 
> >
> > > The patch changes the install dependencies for ubuntu to perl-modules-5.28
> and
> > > libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only contain
> version
> > > 5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it seems that
> > > we will need a way to specify to install whichever version of the package is
> > > available. Ideally, it would be nice to be able to specify something like
> > > "perl-modules >= 5.26", but the current method of installing packages doesn't
> > > seem to be equipped to handle that sort of thing.
> > >
> > > Thanks,
> > > John
> > > _______________________________________________
> > > LKP mailing list
> > > LKP(a)lists.01.org
> > > https://lists.01.org/mailman/listinfo/lkp

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
  2019-07-26  0:26     ` Li, Philip
@ 2019-07-26 12:16       ` Allen, John
  0 siblings, 0 replies; 7+ messages in thread
From: Allen, John @ 2019-07-26 12:16 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1914 bytes --]

On Fri, Jul 26, 2019 at 12:26:18AM +0000, Li, Philip wrote:
> 
> 
> > -----Original Message-----
> > From: Allen, John [mailto:John.Allen(a)amd.com]
> > Sent: Friday, July 26, 2019 1:07 AM
> > To: Li, Philip <philip.li@intel.com>
> > Cc: lkp(a)lists.01.org
> > Subject: Re: [LKP] [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
> > 
> > On Thu, Jul 25, 2019 at 03:56:17PM +0000, Li, Philip wrote:
> > > > Subject: [LKP] [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
> > > >
> > > > 7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with ubuntu-
> > > > 18.04.
> > > Thanks John for the input, would you like to open an issue on
> > github.com/intel/lkp-tests,
> > > we will add it to plan to look for ways to resolve it.
> > 
> > Thanks, issue opened here:
> > 
> > https://github.com/fengguang/lkp-tests/issues/11
> thanks, the official repo is https://github.com/intel/lkp-tests, can you help move the
> issue to it?
>
Ah, thanks for making me aware of the official repo. New issue is open here:
https://github.com/intel/lkp-tests/issues/42 
> > 
> > >
> > > > The patch changes the install dependencies for ubuntu to perl-modules-5.28
> > and
> > > > libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only contain
> > version
> > > > 5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it seems that
> > > > we will need a way to specify to install whichever version of the package is
> > > > available. Ideally, it would be nice to be able to specify something like
> > > > "perl-modules >= 5.26", but the current method of installing packages doesn't
> > > > seem to be equipped to handle that sort of thing.
> > > >
> > > > Thanks,
> > > > John
> > > > _______________________________________________
> > > > LKP mailing list
> > > > LKP(a)lists.01.org
> > > > https://lists.01.org/mailman/listinfo/lkp

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
  2019-07-25 14:53 [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04 Allen, John
  2019-07-25 15:56 ` Li, Philip
@ 2019-07-29  7:21 ` Liu Yiding
  2019-07-29  8:35   ` Liu Yiding
  1 sibling, 1 reply; 7+ messages in thread
From: Liu Yiding @ 2019-07-29  7:21 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

Hi, John. please update lkp-tests. commit 
8de082ad179f96187c37471db537068691fed355 has decreased perl to stable 
5.24 version.


On 7/25/19 10:53 PM, Allen, John wrote:
> 7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with ubuntu-18.04.
> The patch changes the install dependencies for ubuntu to perl-modules-5.28 and
> libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only contain version
> 5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it seems that
> we will need a way to specify to install whichever version of the package is
> available. Ideally, it would be nice to be able to specify something like
> "perl-modules >= 5.26", but the current method of installing packages doesn't
> seem to be equipped to handle that sort of thing.
>
> Thanks,
> John
> _______________________________________________
> LKP mailing list
> LKP(a)lists.01.org
> https://lists.01.org/mailman/listinfo/lkp
>
>
-- 
Best regards.
Liu Yiding




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04
  2019-07-29  7:21 ` Liu Yiding
@ 2019-07-29  8:35   ` Liu Yiding
  0 siblings, 0 replies; 7+ messages in thread
From: Liu Yiding @ 2019-07-29  8:35 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 2115 bytes --]

Sorry, please ignore the previous one, i mistook the problem.

The root cause is that ubuntu-18.04 only support libperl5.26  and 
perl-modules-5.26.


 >>  Is ubuntu 18.04 not a supported distro? If it is supported, it 
seems that

we will need a way to specify to install whichever version of the 
package is available.


Yes, LKP supports ubuntu18.04.  lkp install will read 
distro/depends/unixbench to install

needed deps, packages which recorded in distro/depends/unixbench are 
based on Debian9.


To solve this similar problem, you could add mapping deps to 
/distro/adaptation/ubuntu.

e.g. for this case:

------

diff --git a/distro/adaptation/ubuntu b/distro/adaptation/ubuntu
index c7489ead..ee26e4f5 100644
--- a/distro/adaptation/ubuntu
+++ b/distro/adaptation/ubuntu
@@ -14,3 +14,5 @@ libbz2-1.0:libbz2-dev
  iblz4-1:liblz4-dev
  zlib1g:zlib1g-dev
  libgflags2v5:libgflags-dev
+perl-modules-5.24:perl-modules-5.26
+libperl5.24:libperl5.26

------


On 7/29/19 3:21 PM, Liu Yiding wrote:
> Hi, John. please update lkp-tests. commit 
> 8de082ad179f96187c37471db537068691fed355 has decreased perl to stable 
> 5.24 version.
>
>
> On 7/25/19 10:53 PM, Allen, John wrote:
>> 7cd78129d06e3c8fd47eaab4ff seems to have introduced an issue with 
>> ubuntu-18.04.
>> The patch changes the install dependencies for ubuntu to 
>> perl-modules-5.28 and
>> libperl5.28 from 5.26. However, ubuntu-18.04 repos seem to only 
>> contain version
>> 5.26. Is ubuntu 18.04 not a supported distro? If it is supported, it 
>> seems that
>> we will need a way to specify to install whichever version of the 
>> package is
>> available. Ideally, it would be nice to be able to specify something 
>> like
>> "perl-modules >= 5.26", but the current method of installing packages 
>> doesn't
>> seem to be equipped to handle that sort of thing.
>>
>> Thanks,
>> John
>> _______________________________________________
>> LKP mailing list
>> LKP(a)lists.01.org
>> https://lists.01.org/mailman/listinfo/lkp
>>
>>
-- 
Best regards.
Liu Yiding




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-29  8:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25 14:53 [BUG] unixbench: libperl5.28 does not exist on ubuntu-18.04 Allen, John
2019-07-25 15:56 ` Li, Philip
2019-07-25 17:06   ` Allen, John
2019-07-26  0:26     ` Li, Philip
2019-07-26 12:16       ` Allen, John
2019-07-29  7:21 ` Liu Yiding
2019-07-29  8:35   ` Liu Yiding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.