Bug 230377 - audio/py-fmoo-audiotools: Update to 3.1.1
Summary: audio/py-fmoo-audiotools: Update to 3.1.1
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-05 07:57 UTC by Nathan
Modified: 2019-01-28 08:56 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (ryu0)


Attachments
Update (3.24 KB, patch)
2018-08-05 07:57 UTC, Nathan
no flags Details | Diff
Poudriere Log 11.2-Stable (85.28 KB, text/plain)
2018-08-05 07:57 UTC, Nathan
no flags Details
Poudriere Log 10.4-Release (92.33 KB, text/plain)
2018-08-05 07:58 UTC, Nathan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2018-08-05 07:57:17 UTC
Created attachment 195892 [details]
Update

Portlint: OK

Could not find release notes
Comment 1 Nathan 2018-08-05 07:57:39 UTC
Created attachment 195893 [details]
Poudriere Log 11.2-Stable
Comment 2 Nathan 2018-08-05 07:58:56 UTC
Created attachment 195894 [details]
Poudriere Log 10.4-Release
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2019-01-11 14:32:09 UTC
build failes in my testing

cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python2.7 -c src/accuraterip.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/accuraterip.o
cc -shared -fstack-protector -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/accuraterip.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-13.0-CURRENT-amd64-2.7/audiotools/_accuraterip.so
building 'audiotools.output' extension
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python2.7 -c src/output.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/output.o
cc -shared -fstack-protector -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/output.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-13.0-CURRENT-amd64-2.7/audiotools/output.so
building 'audiotools.cdio' extension
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -DOLD_PARANOIA -I/usr/local/include/python2.7 -c src/cdiomodule.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/src/cdiomodule.o -I/usr/local/include
In file included from src/cdiomodule.c:1:
src/cdiomodule.h:3:10: fatal error: 'cdio/cdda.h' file not found
#include <cdio/cdda.h>
         ^~~~~~~~~~~~~
1 error generated.
error: command 'cc' failed with exit status 1
*** Error code 1

Stop.