Opened 6 years ago

Last modified 6 years ago

#56937 closed defect

Gperf 3.1 Build Error with Mojave — at Version 2

Reported by: iamjstates (Jay States) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: gperf

Description (last modified by mf2k (Frank Schima))

This is the print out from the logs. I will attach the whole main.log

:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./version.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./positions.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./options.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./keyword.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./keyword-list.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./input.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./bool-array.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./hash-table.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./search.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./output.cc
:info:build /usr/bin/clang++ -pipe -Os -stdlib=libc++ -arch x86_64 -I/usr/local/ports/include -I. -I./../lib -c ./main.cc
:info:build ./output.cc:327:11: warning: format string is empty [-Wformat-zero-length]
:info:build           "",
:info:build           ^~
:info:build ./output.cc:380:11: warning: format string is empty [-Wformat-zero-length]
:info:build           "",
:info:build           ^~
:info:build ./output.cc:441:11: warning: format string is empty [-Wformat-zero-length]
:info:build           "",
:info:build           ^~
:info:build ./output.cc:842:11: warning: format string is empty [-Wformat-zero-length]
:info:build           "",
:info:build           ^~
:info:build ./output.cc:1998:11: warning: format string is empty [-Wformat-zero-length]
:info:build           "",
:info:build           ^~
:info:build 5 warnings generated.

Change History (3)

Changed 6 years ago by iamjstates (Jay States)

Attachment: main.log added

mail.log

comment:1 Changed 6 years ago by mf2k (Frank Schima)

In the future, please use WikiFormatting, fill in the Port field and add the port maintainer(s) to Cc (port info --maintainers gperf), if any.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: set to MarcusCalhoun-Lopez
Port: gperf added
Status: newassigned
Note: See TracTickets for help on using tickets.