Opened 7 years ago
Closed 6 years ago
#56289 closed defect (fixed)
libftdi1: Unable to find 'ftdi1_doc.i'
Reported by: | mojca (Mojca Miklavec) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libftdi1 |
Description (last modified by mojca (Mojca Miklavec))
libftdi1
seems to have some intermittent failures. The first build fails, the second build succeeds. It looks as if some build (dependency) order is wrong.
Attachments (2)
Change History (9)
Changed 7 years ago by mojca (Mojca Miklavec)
comment:1 Changed 7 years ago by mojca (Mojca Miklavec)
Description: | modified (diff) |
---|
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | nerdling removed |
---|---|
Owner: | set to nerdling |
Status: | new → assigned |
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Another workaround, according to the developer, is to disable doxygen support.
comment:4 follow-up: 7 Changed 7 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changed 6 years ago by Megatokio (Kio)
Attachment: | main-megatokio-2018-08-02.log added |
---|
comment:5 Changed 6 years ago by Megatokio (Kio)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
hi, i tried to install avrdude for which libftdi1 is a dependency. after port selfupdate and port upgrade outdated: build failed with the above error. macos 10.12.6 tried variant +universal and +debug tried build.jobs=1 logfile attached: main-megatokio-2018-08-02.log
comment:6 Changed 6 years ago by nerdling (Jeremy Lavergne)
Might have spotted a dependency problem for upstream:
Dependee "build/python/CMakeFiles/ftdi1_swig_compilation.dir/DependInfo.cmake" is newer than depender "build /python/CMakeFiles/ftdi1_swig_compilation.dir/depend.internal".
comment:7 Changed 6 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I've re-enabled parallel building in exchange for disabling documentation.
Note: See
TracTickets for help on using
tickets.
Indeed, it says
Error: Unable to find 'ftdi1_doc.i'
and then shortly after that it saysGenerating ftdi1_doc.i
. Disabling parallel building would work around the problem.I reported the problem to the mailing list.