Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  figlet just outputs garbage

    Posted Tue July 18, 2023 04:08 AM
    Edited by C- -T Tue July 18, 2023 08:29 AM

    Hi,

    figlet from aixtoolbox just outputs garbage. setting FIGLIB to fonts dir changes nothing, also setting TERM to whatever comes to mind is of no help.

    root@nimvie: /root # /opt/freeware/bin/figlet i am totally whacked
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
    

    root@nimvie: /root # rpm -qi figlet
    Name        : figlet
    Version     : 2.2.5
    Release     : 1
    Architecture: ppc
    Install Date: Wed Nov  4 12:04:32 CET 2020
    Group       : Applications/Text
    Size        : 697509
    License     : GPL
    Signature   : (none)
    Source RPM  : figlet-2.2.5-1.src.rpm
    Build Date  : Wed Apr  8 09:59:40 CEST 2020
    Build Host  : aixbuildhostng
    URL         : http://www.figlet.org/
    Summary     : program for making large letters out of ordinary text
    Description :
    FIGlet is a program for making large letters out of ordinary text.



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


    #AIXOpenSource


  • 2.  RE: figlet just outputs garbage

    Posted Tue July 18, 2023 08:31 AM
    Edited by C- -T Tue July 18, 2023 08:32 AM

    seems like figlet is programmed as an 16 bit application which plays not very well on 64bit aix...recompiled to 64bit...works. please rebuild the package.

    root@aixtest01: /root/figlet # /usr/local/bin/figlet 64bits killed me
      __   _  _   _     _ _         _    _ _ _          _
     / /_ | || | | |__ (_) |_ ___  | | _(_) | | ___  __| |  _ __ ___   ___
    | '_ \| || |_| '_ \| | __/ __| | |/ / | | |/ _ \/ _` | | '_ ` _ \ / _ \
    | (_) |__   _| |_) | | |_\__ \ |   <| | | |  __/ (_| | | | | | | |  __/
     \___/   |_| |_.__/|_|\__|___/ |_|\_\_|_|_|\___|\__,_| |_| |_| |_|\___|
    
    root@aixtest01: /root/figlet #
    



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



  • 3.  RE: figlet just outputs garbage

    Posted Tue July 18, 2023 09:41 AM

    This package is not from Toolbox. 



    ------------------------------
    Ayappan P
    ------------------------------



  • 4.  RE: figlet just outputs garbage

    Posted Tue July 18, 2023 10:46 AM

    you are right...sorry for the babbling.



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



  • 5.  RE: figlet just outputs garbage

    Posted Tue July 18, 2023 12:40 PM
    Edited by SANKET RATHI Tue July 18, 2023 12:44 PM
    Sorry I spoke without looking. But Ayappan answered.