Re: F36 pvcs problem

2022-06-06 Thread Roger Wells


On 6/6/22 15:14, Florian Weimer wrote:

* Roger Wells:


we use pvcs here for CM and have for many years (~30).
Currently we are using it on RHEL 7 & Fedora.
On F35 (and earlier) no issues at all.
On F36 (installed end of last week) some programs are not recognized
and issue error message "not a dynamic executable" when examined with
"ldd":
any ideas?

Have you installed glibc.i686?


Genius, very good. That seems to be the cause. Plus a couple of others, 
eg libstdc++.i686.

Thank you very much



Thanks,
Florian

.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Hans de Goede
Hi,

On 6/6/22 21:14, Florian Weimer wrote:
> * Roger Wells:
> 
>> we use pvcs here for CM and have for many years (~30).
>> Currently we are using it on RHEL 7 & Fedora.
>> On F35 (and earlier) no issues at all.
>> On F36 (installed end of last week) some programs are not recognized
>> and issue error message "not a dynamic executable" when examined with
>> "ldd":
>> any ideas?
> 
> Have you installed glibc.i686?

Yes that was what I was about to suggest to. The:

/home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory

Error means that the loader/dynamic-linker for the executable is
missing, which likely is /lib/ld-linux.so.2 which is part of glibc.i686 .

Recent Fedora-s no longer have any 32 bit support as part of
the default install (for 64 bit binaries, the loader is
/lib64/ld-linux-x86-64.so.2 instead).

Regards,

Hans
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Stephen Smoogen
On Mon, 6 Jun 2022 at 15:50, Roger Wells  wrote:

>
> On 6/6/22 14:28, Stephen Smoogen wrote:
>
>
>
> On Mon, 6 Jun 2022 at 14:07, Roger Wells 
> wrote:
>
>> we use pvcs here for CM and have for many years (~30).
>> Currently we are using it on RHEL 7 & Fedora.
>> On F35 (and earlier) no issues at all.
>> On F36 (installed end of last week) some programs are not recognized and
>> issue error message "not a dynamic executable" when examined with "ldd":
>> any ideas?
>>
>>
> I would check to see if there is an security issue as it saying `bash:
> /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory`
> either means its not there, or something going on.
>
> thanks for responding,
>
> It's there, and when copied to a CentOS7 machine runs fine.
>
> 1. stat /home/roger/pvcs/vm/linux/bin/mlcproxy
> 2. ls -lZ /home/roger/pvcs/vm/linux/bin/mlcproxy
> 3. file /home/roger/pvcs/vm/linux/bin/mlcproxy
>
>
Could you answer the above. Without some more information about what is
seen on the disk, there isn't going to be much anyone can do to help.



> Also not sure if you are meaning the code is 30 years old, but if it is, I
> would wonder if it was an a.out binary which I think was dropped from the
> kernel recently.
> https://www.phoronix.com/scan.php?page=news_item=Linux-Remove-a.out
>
> pvcs was actually first released 37 years ago.  This release, 8.6.3 is
> just a year or so old.  It works fine on F35
>
>
>
>>
>> which mlcproxy
>> ~/pvcs/vm/linux/bin/mlcproxy
>> [roger@rwells-x280 linux]$ mlcproxy
>> bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory
>> [roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
>> not a dynamic executable
>> ___
>> devel mailing list -- devel@lists.fedoraproject.org
>> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>> Fedora Code of Conduct:
>> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives:
>> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>> Do not reply to spam on the list, report it:
>> https://pagure.io/fedora-infrastructure
>>
>
>
> --
> Stephen Smoogen, Red Hat Automotive
> Let us be kind to one another, for most of us are fighting a hard battle.
> -- Ian MacClaren
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Roger Wells


On 6/6/22 15:13, Sérgio Basto wrote:

Hi,

what is pvcs ?
an ancient commercial source code configuration management tool, first 
released 37 years ago



On Mon, 2022-06-06 at 14:05 -0400, Roger Wells wrote:

we use pvcs here for CM and have for many years (~30).
Currently we are using it on RHEL 7 & Fedora.
On F35 (and earlier) no issues at all.
On F36 (installed end of last week) some programs are not recognized
and
issue error message "not a dynamic executable" when examined with
"ldd":
any ideas?


which mlcproxy
~/pvcs/vm/linux/bin/mlcproxy
[roger@rwells-x280 linux]$ mlcproxy
bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or
directory
[roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
not a dynamic executable
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it:
https://pagure.io/fedora-infrastructure

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Roger Wells


On 6/6/22 14:28, Stephen Smoogen wrote:



On Mon, 6 Jun 2022 at 14:07, Roger Wells  
wrote:


we use pvcs here for CM and have for many years (~30).
Currently we are using it on RHEL 7 & Fedora.
On F35 (and earlier) no issues at all.
On F36 (installed end of last week) some programs are not
recognized and
issue error message "not a dynamic executable" when examined with
"ldd":
any ideas?


I would check to see if there is an security issue as it saying `bash: 
/home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory` 
either means its not there, or something going on.



thanks for responding,

It's there, and when copied to a CentOS7 machine runs fine.


1. stat /home/roger/pvcs/vm/linux/bin/mlcproxy
2. ls -lZ /home/roger/pvcs/vm/linux/bin/mlcproxy
3. file /home/roger/pvcs/vm/linux/bin/mlcproxy

Also not sure if you are meaning the code is 30 years old, but if it 
is, I would wonder if it was an a.out binary which I think was dropped 
from the kernel recently.
https://www.phoronix.com/scan.php?page=news_item=Linux-Remove-a.out 



pvcs was actually first released 37 years ago.  This release, 8.6.3 is 
just a year or so old.  It works fine on F35




which mlcproxy
~/pvcs/vm/linux/bin/mlcproxy
[roger@rwells-x280 linux]$ mlcproxy
bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or
directory
[roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
not a dynamic executable
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it:
https://pagure.io/fedora-infrastructure



--
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard 
battle. -- Ian MacClaren


___
devel mailing list --devel@lists.fedoraproject.org
To unsubscribe send an email todevel-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Stephen Smoogen
On Mon, 6 Jun 2022 at 15:14, Sérgio Basto  wrote:

> Hi,
>
> what is pvcs ?
>
>
https://en.wikipedia.org/wiki/PVCS


>
>
> On Mon, 2022-06-06 at 14:05 -0400, Roger Wells wrote:
> > we use pvcs here for CM and have for many years (~30).
> > Currently we are using it on RHEL 7 & Fedora.
> > On F35 (and earlier) no issues at all.
> > On F36 (installed end of last week) some programs are not recognized
> > and
> > issue error message "not a dynamic executable" when examined with
> > "ldd":
> > any ideas?
> >
> >
> > which mlcproxy
> > ~/pvcs/vm/linux/bin/mlcproxy
> > [roger@rwells-x280 linux]$ mlcproxy
> > bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or
> > directory
> > [roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
> > not a dynamic executable
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines:
> > https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> >
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> > Do not reply to spam on the list, report it:
> > https://pagure.io/fedora-infrastructure
>
> --
> Sérgio M. B.
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Florian Weimer
* Roger Wells:

> we use pvcs here for CM and have for many years (~30).
> Currently we are using it on RHEL 7 & Fedora.
> On F35 (and earlier) no issues at all.
> On F36 (installed end of last week) some programs are not recognized
> and issue error message "not a dynamic executable" when examined with
> "ldd":
> any ideas?

Have you installed glibc.i686?

Thanks,
Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Sérgio Basto
Hi, 

what is pvcs ? 



On Mon, 2022-06-06 at 14:05 -0400, Roger Wells wrote:
> we use pvcs here for CM and have for many years (~30).
> Currently we are using it on RHEL 7 & Fedora.
> On F35 (and earlier) no issues at all.
> On F36 (installed end of last week) some programs are not recognized
> and 
> issue error message "not a dynamic executable" when examined with
> "ldd":
> any ideas?
> 
> 
> which mlcproxy
> ~/pvcs/vm/linux/bin/mlcproxy
> [roger@rwells-x280 linux]$ mlcproxy
> bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or
> directory
> [roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
> not a dynamic executable
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure

-- 
Sérgio M. B.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F36 pvcs problem

2022-06-06 Thread Stephen Smoogen
On Mon, 6 Jun 2022 at 14:07, Roger Wells  wrote:

> we use pvcs here for CM and have for many years (~30).
> Currently we are using it on RHEL 7 & Fedora.
> On F35 (and earlier) no issues at all.
> On F36 (installed end of last week) some programs are not recognized and
> issue error message "not a dynamic executable" when examined with "ldd":
> any ideas?
>
>
I would check to see if there is an security issue as it saying `bash:
/home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory`
either means its not there, or something going on.

1. stat /home/roger/pvcs/vm/linux/bin/mlcproxy
2. ls -lZ /home/roger/pvcs/vm/linux/bin/mlcproxy
3. file /home/roger/pvcs/vm/linux/bin/mlcproxy

Also not sure if you are meaning the code is 30 years old, but if it is, I
would wonder if it was an a.out binary which I think was dropped from the
kernel recently.
https://www.phoronix.com/scan.php?page=news_item=Linux-Remove-a.out



>
> which mlcproxy
> ~/pvcs/vm/linux/bin/mlcproxy
> [roger@rwells-x280 linux]$ mlcproxy
> bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory
> [roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
> not a dynamic executable
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


F36 pvcs problem

2022-06-06 Thread Roger Wells

we use pvcs here for CM and have for many years (~30).
Currently we are using it on RHEL 7 & Fedora.
On F35 (and earlier) no issues at all.
On F36 (installed end of last week) some programs are not recognized and 
issue error message "not a dynamic executable" when examined with "ldd":

any ideas?


which mlcproxy
~/pvcs/vm/linux/bin/mlcproxy
[roger@rwells-x280 linux]$ mlcproxy
bash: /home/roger/pvcs/vm/linux/bin/mlcproxy: No such file or directory
[roger@rwells-x280 linux]$ ldd /home/roger/pvcs/vm/linux/bin/mlcproxy
not a dynamic executable
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure