AROS ABIv0 20190416 Development

deadwood · 21627

AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #270 on: July 03, 2022, 03:31:02 AM
At the moment I have not found any AROS App that uses "ToolBar", when it happens I can confirm that it works fine

On your ISO there is also "TextEditor.mcc v1545" which is old, there is the new version TextEditor.mcc v1556, seems to work well

http://archives.aros-exec.org/index.php?function=showfile&file=library/mui/mcc_texteditor-15.56.lha


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #271 on: July 03, 2022, 03:45:04 AM
When it comes to custom MUI classes, I believe Mazze was updating them from time to time. Since he is not that active anymore, they become stale. I eventually intend to update them (unless someone else steps in), but that is quite low on my priority list (definitely not this year).



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #272 on: July 03, 2022, 04:13:05 AM
Thank you, if there are other updates I will point them out to you, what is important is that they are working.


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #273 on: July 03, 2022, 07:45:26 AM
The MUI classes updated on Aminet and Archives, BetterString, Texeditor, Nlist and the last fixed by Deadwood Thebar work well
« Last Edit: July 03, 2022, 07:49:23 AM by salvo »



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #274 on: July 03, 2022, 12:13:26 PM
No Thebar v26.22 present on Archives Aros is not good, it must be deleted, (RNOTune Play button does not work well)  i have already reported and discussed with deadwood, read HERE


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #275 on: July 03, 2022, 12:33:33 PM
thebar fixed of Deadwood



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #276 on: July 03, 2022, 12:41:58 PM
Salvo read the whole attached link, Deadwood also made the report to the developer, the latest version of Thebar v26.2 has a bug.


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #277 on: July 03, 2022, 12:59:03 PM
I know



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #278 on: July 17, 2022, 02:44:57 AM
deadwood look carefully at "All" of the attached video, there are some anomalies on the Shell that might suggest "nonexistent" CLI errors

In the Video I run "GCC -v" from BoingIcomBar and from the Shell Icon from the System folder, both methods result in a "GCC not found" error

If instead I run this Command from the Wanderer/Shell Menu, everything works normally.

From this I understood that in order for the "GCC -v" command to work, it is necessary to set the Shell in "CLI" mode, in fact if I add in the Shell icon Tooltype the CLI mode everything works, but it still does not work on BoingIconBar.

Conclusions

In the Wanderer Icon Tooltypes a Tab should be inserted to set the icon as CLI (this is present in OS 3.9)

Also on BoingIconBar would need to add the CLI/Windows option and also add the Exit from Shell option.

Tutoriial Video CLI/Shell
https://drive.google.com/file/d/1adeeaqvFnp1Qi8e5SgrurrivqBt1bl_s/view?usp=sharing
« Last Edit: July 17, 2022, 02:52:50 AM by AMIGASYSTEM »



amigamia

  • Administrator
  • Member
  • *****
    • Posts: 134
    • Karma: +49/-0
    • AROS World
Reply #279 on: July 25, 2022, 12:27:42 PM
@Deadwood:

Hi deadwood, trying to follow your instructions from INSTALL.md but it stops at the error you see below.

Code: [Select]
make: *** Waiting for unfinished jobs....
fd2pragma.c: In function ‘FuncVBCCPUPCode’:
fd2pragma.c:7964:18: warning: ‘%ld’ directive writing between 2 and 19 bytes into a region of size 13 [-Wformat-overflow=]
 7964 |     arh->ar_name[sprintf(arh->ar_name, "#1/%ld", k)] = ' ';
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fd2pragma.c:7964:18: note: directive argument in the range [16, 9223372036854775807]
In file included from /usr/include/stdio.h:894,
                 from fd2pragma.c:381:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 6 and 23 bytes into a destination of size 16
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
fd2pragma.c: In function ‘FuncVBCCMorphCode’:
fd2pragma.c:8675:18: warning: ‘%ld’ directive writing between 2 and 19 bytes into a region of size 13 [-Wformat-overflow=]
 8675 |     arh->ar_name[sprintf(arh->ar_name, "#1/%ld", k)] = ' ';
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fd2pragma.c:8675:18: note: directive argument in the range [16, 9223372036854775807]
In file included from /usr/include/stdio.h:894,
                 from fd2pragma.c:381:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 6 and 23 bytes into a destination of size 16
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~

This is the option I am selecting:
1. Select toolchain-alt-abiv0-i386

I have Pop!_OS 22.04 LTS x86_64 w/ gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #280 on: July 25, 2022, 01:33:26 PM
I will need to update my sources for ABIv11 and recompile it as well. I use the ABIv0 for compiling locally for testing.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #281 on: July 26, 2022, 04:10:52 AM
@amigamia

You will most likely have to wait until I migrate to 22.04-base distro so I can solve those issues.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #282 on: August 14, 2022, 02:17:19 PM
@deadwood

In your latest reference ISO "20190416" the old problem on disk information is back, see screenshot.

In THIS my thread (last post), you can see the same error on real PC, both on HD in FAT32 and NTFS


EDIT:

The problem was always caused by the muimaster.library, i solved it by using the muimaster.library included in the archive "scalos-builds-20220710"
« Last Edit: August 14, 2022, 06:31:47 PM by AMIGASYSTEM »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #283 on: August 15, 2022, 04:38:47 AM
To fix the disk information window issue, grab this ISO and take System/Wanderer/Tools/DiskInfo

https://build.axrt.org/download/builds/AROS-ABIv0/pc-i386-20220815-092400.tar.gz



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #284 on: August 15, 2022, 04:58:01 AM
To fix the disk information window issue, grab this ISO and take System/Wanderer/Tools/DiskInfo

Perfect it works perfectly !

Question also for scalos should i use the muimaster.library included in this new iso, instead of the one included in the archive "scalos-builds-20220710"