bugManeage - Bugs: bug #58663, Installation crash of libtirpc in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #58663: Installation crash of libtirpc in macOS

Submitter:  Raul Infante-Sainz <infantesainz>
Submitted:  Sun 28 Jun 2020 01:04:47 AM UTC
   
 
Category:  Software Severity:  3 - Normal
Item Group:  Crash Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Sun 28 Jun 2020 01:04:47 AM UTC, original submission:  

When trying to install libtirpc-1.2.6 in a macOS laptop it crashes (commit c151ed). The full error message is in the attached file but the first error appearing is:


make[3]: *** [Makefile:658: libtirpc_la-auth_none.lo] Error 1


I tried to solve this problem following the instructions of the `INSTALL' notes. But I didn't succeed.


   On MacOS X 10.5 and later systems, you can create libraries and
executables that work on multiple system types--known as "fat" or
"universal" binaries--by specifying multiple `-arch' options to the
compiler but only a single `-arch' option to the preprocessor.  Like
this:

     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
                 CPP="gcc -E" CXXCPP="g++ -E"

   This is not guaranteed to produce working output in all cases, you
may have to build one architecture at a time and combine the results
using the `lipo' tool if you have problems.


Raul Infante-Sainz <infantesainz>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #49381:  libtirpc-crash.txt added by infantesainz (141KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by infantesainz (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-06-28 infantesainz Attached File- Added libtirpc-crash.txt, #49381

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code