Opened 6 years ago

Last modified 5 years ago

#57066 assigned defect

ohcount @3.0.0_1: conflicting types for 'ohcount_hash_language_from_name'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: raimue (Rainer Müller)
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) 5 years ago.
unfinished update to 3.1.1

Download all attachments as: .zip

Change History (2)

comment:1 Changed 5 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 5 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: ohcount-3.1.1.diff added

unfinished update to 3.1.1

Note: See TracTickets for help on using tickets.