Opened 7 years ago

Closed 4 months ago

#57066 closed defect (fixed)

ohcount @3.0.0_1: conflicting types for 'ohcount_hash_language_from_name'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ohcount

Description

Building Ohcount
languages.gperf:66:1: error: conflicting types for 'ohcount_hash_language_from_name'
ohcount_hash_language_from_name (register const char *str, register size_t len)
^
src/hash/../languages.h:94:21: note: previous declaration is here
struct LanguageMap *ohcount_hash_language_from_name(register const char *str, register unsigned int len);
                    ^
1 error generated.

Debian says this is due to gperf 3.1.

Newer versions of ohcount are available at https://github.com/blackducksoftware/ohcount/releases; maybe updating will fix this.

Attachments (1)

ohcount-3.1.1.diff (2.7 KB) - added by ryandesign (Ryan Carsten Schmidt) 7 years ago.
unfinished update to 3.1.1

Download all attachments as: .zip

Change History (4)

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from rainer to raimue

I tried to update to 3.1.1 and got a build failure, which I've reported upstream.

Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: ohcount-3.1.1.diff added

unfinished update to 3.1.1

comment:2 Changed 4 months ago by raimue (Rainer Müller)

Owner: raimue deleted

Dropping maintainership for ohcount.

comment:3 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: assignedclosed

In d7f381e67d72febbd685194ab4b05cd936ad3ed8/macports-ports (master):

ohcount: Update to 3.1.1

Closes: #57066

Note: See TracTickets for help on using tickets.