Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#61633 closed defect (fixed)

streamripper @1.64.6: error: implicitly declaring library function 'strcpy'

Reported by: alfredrajo (Alfred Herrmann) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur catalina Cc: alfredrajo (Alfred Herrmann)
Port: streamripper

Description (last modified by jmroot (Joshua Root))

sudo port install streamripper
Password:
--->  Computing dependencies for streamripper
--->  Fetching archive for streamripper
--->  Attempting to fetch streamripper-1.64.6_0.darwin_20.x86_64.tbz2 from https://packages.macports.org/streamripper
--->  Attempting to fetch streamripper-1.64.6_0.darwin_20.x86_64.tbz2 from https://cph.dk.packages.macports.org/streamripper
--->  Attempting to fetch streamripper-1.64.6_0.darwin_20.x86_64.tbz2 from https://lil.fr.packages.macports.org/streamripper
--->  Fetching distfiles for streamripper
--->  Verifying checksums for streamripper
--->  Extracting streamripper
--->  Applying patches to streamripper
--->  Configuring streamripper
--->  Building streamripper
Error: Failed to build streamripper: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_streamripper/streamripper/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port streamripper failed

Attachments (1)

main.log (84.0 KB) - added by alfredrajo (Alfred Herrmann) 3 years ago.
main.log

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by alfredrajo (Alfred Herrmann)

Attachment: main.log added

main.log

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: bigsur added; compile err removed
Summary: port streamripper build fail under macOS 11.0.1 Big Surstreamripper @1.64.6 build fail under macOS 11.0.1 Big Sur
:info:build lib/argv.c:126:7: error: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Werror,-Wimplicit-function-declaration]
:info:build       strcpy (copy[argc], argv[argc]);
:info:build       ^
:info:build lib/argv.c:126:7: note: include the header <string.h> or explicitly provide a declaration for 'strcpy'

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: catalina added
Summary: streamripper @1.64.6 build fail under macOS 11.0.1 Big Surstreamripper @1.64.6: error: implicitly declaring library function 'strcpy'

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 8c591c05d936097f4090754b68d6acab08a7a3f4/macports-ports (master):

streamripper: Fix implicit declaration of functions

Closes: #61633

comment:4 Changed 3 years ago by alfredrajo (Alfred Herrmann)

Hey great! So quick!

Note: See TracTickets for help on using tickets.