Opened 6 years ago
Last modified 6 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)
Change History (2)
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from rainer to raimue |
---|
Changed 6 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.
I tried to update to 3.1.1 and got a build failure, which I've reported upstream.