Author Topic: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load  (Read 12849 times)

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« on: October 26, 2017, 03:27:41 am »
Opening the Arca Noae  Package Manager gives the following error:

Line 12 of init in yummie.vrm:
+++  Call SockLoadFunc;

Yum worked fine until I tried to figure out and fix this error, now its dead also.
Need someone smarter than me to help me fix this.

Thanks klipp

Silvan Scherrer

  • Full Member
  • ***
  • Posts: 200
  • Karma: +1/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #1 on: October 26, 2017, 04:50:47 pm »
Opening the Arca Noae  Package Manager gives the following error:

Line 12 of init in yummie.vrm:
+++  Call SockLoadFunc;

Yum worked fine until I tried to figure out and fix this error, now its dead also.
Need someone smarter than me to help me fix this.

Thanks klipp

I'm pretty sure it might help if you show the yum error to figure out why yum might be dead.
kind regards
Silvan
CTO bww bitwise works GmbH

Please help us with donations, so we can further work on OS/2 based projects. Our Shop is at https://www.bitwiseworks.com/shop/index.php

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #2 on: October 26, 2017, 09:38:13 pm »
Hi diver, I did the normal recovery steps for yum and it once again works fine now, not a problem with yum,  but same problem with AN Package Manager (yummie?) remains.
Re-installing AN Package Manager gives same failure.
any other ideas?

Thanks klipp

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #3 on: October 27, 2017, 02:05:26 am »
Try starting anpm with the /deb parameter, anpm,.exe /deb and look in %LOGFILES% for the log and perhaps post it.

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #4 on: October 27, 2017, 03:00:36 am »
Hi Dave, Nothing to post in the log file. This error occurs immeadiatly when I do anpm.exe. There is nothing posted in the log for todays date´Do you know where I can find the yumie.VRM file? I did a file search and there is no such file.

klipp

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #5 on: October 27, 2017, 04:08:55 am »
I think that yumie.VRM is the source code that is compiled to become anpm.exe.
All I can guess at about your error is a DLL conflict with one of the helper DLLs.

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #6 on: October 27, 2017, 04:49:02 am »
I think you are probably right Dave, probably a missing or botched up DLL. I just spent the day figuring out why libvpx didn't work, I needed it for compiling VBox source, turns out yum installed it but never included putting pkgconfnig/vpx.pc in/usr/lib! Maybe something similar with anpm.exe. If I don't get it figured out tonight I'll see if I can get a hold of Alex Taylor tomorrow. Thanks for the help.

klipp

Pete

  • Hero Member
  • *****
  • Posts: 1281
  • Karma: +9/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #7 on: October 27, 2017, 05:13:50 am »
Hi

You could try opening \sys\apps\anpm and \sys\bin folders then drag'n'drop anpm.exe onto pmdll.exe and see if there is a dll problem.


Regards

Pete

Silvan Scherrer

  • Full Member
  • ***
  • Posts: 200
  • Karma: +1/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #8 on: October 27, 2017, 01:57:34 pm »
Opening the Arca Noae  Package Manager gives the following error:

Line 12 of init in yummie.vrm:
+++  Call SockLoadFunc;

Yum worked fine until I tried to figure out and fix this error, now its dead also.
Need someone smarter than me to help me fix this.

Thanks klipp

do you have a rxsock.dll in tcpip/dll dir? As SockLoadFunc wants to load this dll.

regards
Silvan
kind regards
Silvan
CTO bww bitwise works GmbH

Please help us with donations, so we can further work on OS/2 based projects. Our Shop is at https://www.bitwiseworks.com/shop/index.php

Silvan Scherrer

  • Full Member
  • ***
  • Posts: 200
  • Karma: +1/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #9 on: October 27, 2017, 03:46:26 pm »
I think you are probably right Dave, probably a missing or botched up DLL. I just spent the day figuring out why libvpx didn't work, I needed it for compiling VBox source, turns out yum installed it but never included putting pkgconfnig/vpx.pc in/usr/lib! Maybe something similar with anpm.exe. If I don't get it figured out tonight I'll see if I can get a hold of Alex Taylor tomorrow. Thanks for the help.

klipp
as a note libvpx-devel installs the vpx.pc
kind regards
Silvan
CTO bww bitwise works GmbH

Please help us with donations, so we can further work on OS/2 based projects. Our Shop is at https://www.bitwiseworks.com/shop/index.php

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #10 on: October 27, 2017, 11:07:37 pm »
Hey Pete, I tried what you suggested and the results are O.K.  Also ran PMDLL and also got the same results as in ArcaOS  installed in a different partition on this same machine where anpm runs correctly.

Hi Silvan, I guess its probably obvious what happened when I used yum to install libvpx with anpm not working --- yum install libvpx instead of yum install libvpx* -- my screwup!  And yes I have rxsoc.dll in tcpip/dll

I can't help thinking that I've installed some other software that is blocking anpm from running?¿?

Thanks for the help  klipp

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #11 on: October 28, 2017, 01:49:35 am »
Try using Warpin to uninstall and then reinstall it, or even just reinstall. It's at S:\CID\SERVER\ARCAPKG\anpm.wpi on your install DVD.

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #12 on: October 28, 2017, 05:46:14 am »
Hi Dave, I'd tried this earlier with no good results, so I just tried it again to be sure and it still fails the same way. I use this particular machine  pretty much solely for compiling source code which seems to work without problems. And yum works well also, so I guess i'll just live with not having anpm and wait for the release of arcanoae 5.0.2.

Thanks again for the help given to me by you Sillvan anf Pete

klipp.

Andreas Schnellbacher

  • Hero Member
  • *****
  • Posts: 827
  • Karma: +14/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #13 on: October 28, 2017, 10:39:52 am »
Have you tried with deletion/renaming of \OS2\ANPM.INI?

R.M. Klippstein

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +3/-0
    • View Profile
Re: New install ArcaOS 5.0.1 Arca Noae Package Manager wont load
« Reply #14 on: October 28, 2017, 04:44:19 pm »
Hi Andreas,  no I hadn't thought of that, but I just tried it now and it didn't fix the problem.
Thanks for the response.   
 klipp