On Mon, 2025-08-25 at 17:09 -0600, Jerry James wrote:
> On Mon, Aug 25, 2025 at 3:53 PM Patrick O'Callaghan
> <pocallag...@gmail.com> wrote:
> > ffsubsync (https://github.com/smacke/ffsubsync) is an interesting tool
> > for synchronizing subtitle files for videos in a variety of languages.
> > It's written in Python but there doesn't appear to be an RPM anywhere I
> > can find, and my attempts to install it using pip in Fedora trip up on
> > a missing component:
> 
> The build log tells you what the problem is:
> 
> >          g++ -fno-strict-overflow -Wsign-compare 
> > -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fexceptions -fcf-protection 
> > -fexceptions -fcf-protection -fexceptions -fcf-protection -O3 -fPIC 
> > -Isrc/ext/uchardet/src -I/home/poc/ffsubsync/myenv/include 
> > -I/usr/include/python3.13 -c src/cchardet/_cchardet.cpp -o 
> > build/temp.linux-x86_64-cpython-313/src/cchardet/_cchardet.o
> >          error: command 'g++' failed: No such file or directory
> 
> Install gcc-c++.

I had considered that but as the source appears to be written entirely
in Python I didn't think it likely. Despite that, it worked.

Thanks

poc
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to