Changes between Initial Version and Version 2 of Ticket #63620


Ignore:
Timestamp:
Oct 13, 2021, 6:47:40 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error shown in the log is:

db_server_svc.c:591:1: error: implicit declaration of function '__dbsrv_timeout' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
__dbsrv_timeout(0);}
^

This is a typical problem seen with many ports when using Xcode 12 or later and needs the usual fixes.

There is a newer version of the rpm software in the rpm54 port; maybe that will work better for you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63620

    • Property Keywords catalina bigsur added
    • Property Summary changed from Unable to use macports on bigsur to rpm @4.4.9: error: implicit declaration of function '__dbsrv_timeout' is invalid in C99
    • Property Port rpm added
  • Ticket #63620 – Description

    initial v2  
    1 I am trying to install a rpm file on my mac using big sure
    2 I went through this link and xcode is installed- https://trac.macports.org/wiki/BigSurProblems
     1I am trying to install a rpm file on my mac using big sur\\
     2I went through this link and xcode is installed- BigSurProblems
    33
     4{{{
    45sudo port install rpm                               
    5 
    66--->  Computing dependencies for rpm
    77--->  Fetching archive for rpm
     
    1414Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    1515Error: Processing of port rpm failed
     16}}}