AROS ABIv0 20180423 Development

deadwood · 11022

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #45 on: May 15, 2022, 12:39:10 PM
In ISO "D2", but also in "AROS-20180415-pc-i386-contrib.tar.bz2" an old version 2.1 of FileX is included, among other things it is also Shareware, on Aminet for OS3, MOS and OS4 there are the most updated versions that "are not Shareware"

http://aminet.net/search?query=filex

Noted down for future work: https://github.com/deadw00d/AROS/issues/69



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #46 on: May 15, 2022, 02:01:52 PM
@AMIGASYSTEM

Please check this build:

https://build.axrt.org/download/builds/AROS-ABIv11/amiga-m68k-20220515-201246.tar.gz

It should have Locale Prefs "leaking" problem solved. The problem was located in Locate Prefs itself.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3741
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #47 on: May 15, 2022, 03:20:13 PM
Tested "amiga-m68k-20220515-201246.tar.gz" and Locale Prefs works fine, no problems encountered, even on my AROS One 68k your fix of Locale Prefs worked fine.

Your fixed version of Locale Prefs will also work fine on AROS x86, but I think the problmema on OWB will remain, both problems I had solved by replacing the muimaster.library !
« Last Edit: May 15, 2022, 03:23:27 PM by AMIGASYSTEM »



cavemann

  • Junior Member
  • **
    • Posts: 78
    • Karma: +86/-0
Reply #48 on: May 15, 2022, 04:54:39 PM
@ deadwood,

At first I tried to install D2 to a USB stick, but it turned out bad (the graphics was unusable). Basically all I could see was icon text, (on the workbench and windows) I could not even see a pointer.

So instead, I installed D2 to my hard drive, and luckily the graphics was okay. But D2 had some other problems too.

In Wanderer prefs, I clicked on Appearance-Drawer-Advamced and the button "Use MultiLine Labels" did not work. and some of the string input gadgets had problems too. And also the Background tab, didn't seem to work either.

Btw, the icons in many directories, seem to be out of alphabetical order, I've never noticed that before. And it kind of slows down human searches.


Anyway here's my setup. I generally use 4 machines for porting and testing
My Vesa machine, still has gcc 4.2.4 on it, I rarely use this anymore
gfx: Radeon 9000
ram: 512 mb
cpu: celeron, 1.2

Intel, this is my workhorse, now with gcc 6 (thanks)
gfx: IntelGMA 945
ram: 2gb
cpu: pentium4 3200, 1.8

Nvidia, to test opengl stuff, has gcc 4.6.4
gfx: geforce 9500
ram: 1.0 gb
cpu: AMD sempron, 2.2

And to test out stuff on Icaros hosted, via an old Slackware distro.
gfx: Radeon X300
ram: 2048 mb
cpu: core2 6600, 2.4

Also, I seem to be getting conflicting declarations, with isnan in math.h. Is that normal?

And in share/man/man3. There is 42mb in 3638 files, which really, really, slows down the installation.

many thanks



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3741
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #49 on: May 15, 2022, 05:11:51 PM

In Wanderer prefs, I clicked on Appearance-Drawer-Advamced and the button "Use MultiLine Labels" did not work. and some of the string input gadgets had problems too. And also the Background tab, didn't seem to work either.

The "Use MultiLine Labels" problem, as with the OWB Tabs, and the one related to Locale Prefs seem to be caused by the "muimaster.library" included in "D2", if you use a "muimaster.library" from the previous Distros everything is solved !


cavemann

  • Junior Member
  • **
    • Posts: 78
    • Karma: +86/-0
Reply #50 on: May 15, 2022, 05:21:30 PM
@ AmiSystem

Thanks again, you're a great help  :)



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #51 on: May 15, 2022, 11:26:30 PM
Tested "amiga-m68k-20220515-201246.tar.gz" and Locale Prefs works fine, no problems encountered, even on my AROS One 68k your fix of Locale Prefs worked fine.

Your fixed version of Locale Prefs will also work fine on AROS x86, but I think the problmema on OWB will remain, both problems I had solved by replacing the muimaster.library !

The fix for "leaking" in ABIv0 will come in next ISO. It will indeed be made in muimaster.library.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #52 on: May 15, 2022, 11:33:14 PM
Also, I seem to be getting conflicting declarations, with isnan in math.h. Is that normal?

Can you share simple source code that does that or compiler warning/error?

And in share/man/man3. There is 42mb in 3638 files, which really, really, slows down the installation.

Noted. Will look into solving that.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3741
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #53 on: May 16, 2022, 05:24:12 AM
@deadwood

Sorry, a dumbfounded question, but how does SmartTrash work? I could never figure out where the deleted files go, I would expect the files to be moved to the Trashcan folder !


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #54 on: May 16, 2022, 05:39:58 AM
Sorry, no idea about SmartTrash.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #55 on: May 16, 2022, 05:42:33 AM
Hello, new ISO for testing:

https://axrt.org/development/AROS-20180423-D3-pc-i386-boot-iso-GCC630.zip

Fixed:
- Pointer Prefs
- Locale Prefs
- Help
- muimaster.library -> please check if Odyssey is also fixed

Not fixed:
- FryingPan
- >3000 files when installing SYS:Development

Here is change log:

Code: [Select]
AROS ABIv0 20180423 changes:

  Functionalities:
    Math library functions refreshed based on FreeBSD codes (Kalamatee)
    Added device-specific settings for AD1981HD and AD1884 codecs (Neil)
    vusbhci.device (DizzyOfCRN)
    Migrated to use GCC 6.3.0 from GCC 4.6.4 (deadwood)
    Added ACTION_FH_FROM_LOCK, case ACTION_COPY_DIR_FH to cdrom-handler (deadwood)

  64-bit support:
    Misc fixes (Kalamatee)

  68k support:

  Updates:
    AROS build system (Kalamatee)
 
  Fixes:
    C library (sscanf, open) (deadwood)
    Pointer Preferences (crash at startup) (deadwood)
    amigaguide.datatype (hang at startup) (deadwood)
    muimaster.library (bugs: #53, #62) (deadwood)
    Locale Preference (leaking image) (deawdood)



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #56 on: May 16, 2022, 06:16:05 AM
deadwood owb work fine and also fix "help, prefs/locale and prefs/pointer"

thank you
« Last Edit: May 16, 2022, 06:36:09 AM by salvo »



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3741
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #57 on: May 16, 2022, 09:13:19 AM
Sorry, no idea about SmartTrash.

Ok, I will delete SmartTrash from my AROS One, my undelete utilities work much better, you retrieve deleted files on demand when really needed :)

I will now test your fixes and how well the TABs work on OWB and Wanderer Prefs


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #58 on: May 16, 2022, 11:59:58 AM
@salvo

Thanks for testing.



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #59 on: May 16, 2022, 01:42:48 PM
@salvo

Thanks for testing.

You are welcome and thank you :)