AIX Open Source

 View Only
Expand all | Collapse all

Rust on AIX (powerPC)

Archive User

Archive UserSat August 04, 2018 01:48 AM

  • 1.  Rust on AIX (powerPC)

    Posted Sat August 04, 2018 01:48 AM

    Originally posted by: strikr


    Hi:

     

    Rust is an important systems programming language. It is Open Source as well with a growing developer mindset and many interesting projects.

    https://github.com/trending/rust

     

    At this juncture, the rust project components - std, rustc and cargo are available for the PowerPC platform.

     

    powerpc-unknown-linux-gnu PowerPC Linux
    powerpc64-unknown-linux-gnu PPC64 Linux
    powerpc64le-unknown-linux-gnu

    PPC64LE Linux

    https://forge.rust-lang.org/platform-support.html

     

    More so, the LLVM project supports PowerPC, PowerPC-64

    https://llvm.org/Features.html

     

    LLVM for System Z

    https://www.phoronix.com/scan.php?page=news_item&px=MTM2NjU

     

    Is there any effort initiated by AIXToolbox team to either cross-compile or contribute code to the Rust project, to try and support Rust on AIX ? Any thoughts ?

     

    warm regards

    Saifi.

     



  • 2.  RE: Rust on AIX (powerPC)

    Posted Tue August 15, 2023 08:27 AM

    This question was asked back in 2018, but I'd like re-introduce it. 

    Are there any efforts to setup RPMs for AIX to enable easy install of rust?



    ------------------------------
    Howard Coles
    ------------------------------



  • 3.  RE: Rust on AIX (powerPC)

    Posted Thu August 17, 2023 01:10 AM
    Edited by SI YUAN ZHANG Thu August 17, 2023 01:10 AM

    Hi  Howard @Howard Coles  very glad to see you asking about Rust for AIX.  Actually IBM Compiler team did launch an early program (Alpha) for Rust on AIX.  If you or your known friends/customers are interested,  please feel free to contact me (siyuan.zhang@cn.ibm.com) ,  with some basic information such as Name,  company name,  contact email, and the purpose of trying Rust AIX.  Then I will send you the link of Alpha program and make sure you get access to the Rust for AIX Alpha package.  Looking forward to your try-out.  Thanks.



    ------------------------------
    SI YUAN ZHANG
    ------------------------------



  • 4.  RE: Rust on AIX (powerPC)

    Posted Fri October 06, 2023 05:05 AM

    SI YUAN ZHANG

    I'm looking for rust on AIX, can you help me with that?



    ------------------------------
    Nishith Khandelwal
    ------------------------------



  • 5.  RE: Rust on AIX (powerPC)

    Posted Tue October 10, 2023 05:15 AM

    @Nishith Khandelwal  Hi  Nishith,  yes,  I am glad to provide you the access to Rust AIX.  Can you please send me an email (or private message) to provide some general information (such as your company,  your email address,  and the major purpose of trying Rust AIX,  e.g any Rust apps/crates you are interested, etc.)?   Then I will reply to you with the instructions on download.  Thanks. 



    ------------------------------
    SI YUAN ZHANG
    ------------------------------



  • 6.  RE: Rust on AIX (powerPC)

    Posted Wed October 11, 2023 12:36 AM

    Hi SI YUAN ZHANG

    I have already sent an email on siyuan.zhang@cn.ibm.com with all the details.

    please check and help me on this.

    Thanks



    ------------------------------
    Nishith Khandelwal
    ------------------------------



  • 7.  RE: Rust on AIX (powerPC)

    Posted Mon October 16, 2023 02:47 AM

    Hi SI YUAN ZHANG

    I'm still waiting for your response.

    i have already sent an email to you on above mentioned email few days back and keep on asking for the help in email thread as well

    please help if possible.



    ------------------------------
    Nishith Khandelwal
    ------------------------------



  • 8.  RE: Rust on AIX (powerPC)

    Posted Mon October 16, 2023 06:08 AM

    Hi,  Nishith

    Very strange.  I haven't received any email from you.  Last week I sent you a private message here.  Please check your Inbox and reply with your info.  Or can you please try again with the email: xl_beta@ca.ibm.com?   Sorry for the delay but I do need your info (company & email) to register you on our early program website for download access.  Thanks.



    ------------------------------
    SI YUAN ZHANG
    ------------------------------



  • 9.  RE: Rust on AIX (powerPC)

    Posted Mon October 16, 2023 06:25 AM

    Sent you private message with the details.



    ------------------------------
    Nishith Khandelwal
    ------------------------------



  • 10.  RE: Rust on AIX (powerPC)

    Posted Thu April 04, 2024 04:30 AM

    while building maturin for python on aix  i was presented with an infamous rust dependency...how can i get access to the aix rust beta?

    Installing build dependencies ... error
      error: subprocess-exited-with-error
    
      pip subprocess to install build dependencies did not run successfully.
      exit code: 1
    
      [61 lines of output]
      Collecting maturin<2.0,>=1.0
        Downloading maturin-1.5.1.tar.gz (181 kB)
           --------------------------------------- 181.3/181.3 kB 1.4 MB/s eta 0:00:00
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
      Collecting tomli>=1.1.0
        Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
      Building wheels for collected packages: maturin
        Building wheel for maturin (pyproject.toml): started
        Building wheel for maturin (pyproject.toml): finished with status 'error'
        error: subprocess-exited-with-error
    
        Building wheel for maturin (pyproject.toml) did not run successfully.
        exit code: 1
    
        [35 lines of output]
        /tmp/pip-build-env-m94yaf8e/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
          corresp(dist, value, root_dir)
        running bdist_wheel
        running build
        running build_py
        creating build
        creating build/lib.aix-7302-2345-64-cpython-39
        creating build/lib.aix-7302-2345-64-cpython-39/maturin
        copying maturin/__init__.py -> build/lib.aix-7302-2345-64-cpython-39/maturin
        copying maturin/__main__.py -> build/lib.aix-7302-2345-64-cpython-39/maturin
        copying maturin/import_hook.py -> build/lib.aix-7302-2345-64-cpython-39/maturin
        running egg_info
        creating maturin.egg-info
        writing maturin.egg-info/PKG-INFO
        writing dependency_links to maturin.egg-info/dependency_links.txt
        writing requirements to maturin.egg-info/requires.txt
        writing top-level names to maturin.egg-info/top_level.txt
        writing manifest file 'maturin.egg-info/SOURCES.txt'
        reading manifest file 'maturin.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        warning: no files found matching '*.json' under directory 'src/python_interpreter'
        writing manifest file 'maturin.egg-info/SOURCES.txt'
        running build_ext
        running build_rust
        error: can't find Rust compiler
    



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 11.  RE: Rust on AIX (powerPC)

    Posted Fri April 05, 2024 02:31 AM

    Hi Chris,

    Please send an email to xl_beta@ca.ibm.com by giving an company name and email id.



    ------------------------------
    SANGAMESH
    ------------------------------



  • 12.  RE: Rust on AIX (powerPC)

    Posted Mon April 08, 2024 04:07 AM

    email sent few days ago...no response unfortunately...as i'm somewhat in a hurry...any other mystic options to get hold of the compiler, beside building it myself?



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 13.  RE: Rust on AIX (powerPC)

    Posted Mon April 08, 2024 05:16 AM

    Hi,  Chris,  

    Sorry for slow response - was on holiday since last Thursday.   I will enroll you into our Rust Alpha program today.  



    ------------------------------
    SI YUAN ZHANG
    ------------------------------



  • 14.  RE: Rust on AIX (powerPC)

    Posted Mon April 08, 2024 06:20 AM

    perfect, thank you!



    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 15.  RE: Rust on AIX (powerPC)

    Posted 22 hours ago

    Hi Si Yuan Zhang. I sent you an email requesting to join the Rust on AIX program.

    I look forward to hearing back from you! :)



    ------------------------------
    Shane Bishop
    ------------------------------



  • 16.  RE: Rust on AIX (powerPC)

    Posted 8 hours ago

    Sure.  Thank you for being interested in our Alpha.  I will enroll you.  Thanks Shane.



    ------------------------------
    SI YUAN ZHANG
    ------------------------------