Opened 6 months ago

Closed 5 months ago

#69652 closed defect (fixed)

gstreamer1-gst-plugins-bad 1.16.2_14 < 1.24.1_0 fails to upgrade (build)

Reported by: tehcog (tehcog) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: Cc:
Port: gstreamer1-gst-plugins-bad

Description

:info:build clang: warning: argument unused during compilation: '-L/opt/local/lib'                                                                                                                                                                                                           
:info:build In file included from gst/bayer/gstbayerorc.c:81:                                                                                                                                                                                                                                
:info:build In file included from /opt/local/include/orc-0.4/orc/orc.h:9:                                                                                                                                                                                                                    
:info:build /opt/local/include/orc-0.4/orc/orconce.h:22:10: fatal error: 'stdatomic.h' file not found                                                                                                                                                                                        
:info:build #include <stdatomic.h>                                                                                                                                                                                                                                                           
:info:build          ^                                                                                                                                                                                                                                                                       
:info:build 1 error generated.

Attachments (1)

main.log (351.9 KB) - added by tehcog (tehcog) 6 months ago.
main.log

Download all attachments as: .zip

Change History (4)

Changed 6 months ago by tehcog (tehcog)

Attachment: main.log added

main.log

comment:1 Changed 5 months ago by barracuda156

Last edited 5 months ago by barracuda156 (previous) (diff)

comment:2 Changed 5 months ago by RobK88

Until the port gets fixed the workaround is simple - specify clang-11 as the compiler.

bash-3.2$ sudo port clean gstreamer1-gst-plugins-bad
--->  Cleaning gstreamer1-gst-plugins-bad
bash-3.2$ 
bash-3.2$ sudo port upgrade gstreamer1-gst-plugins-bad  configure.compiler=macports-clang-11
--->  Computing dependencies for gstreamer1-gst-plugins-bad
--->  Fetching archive for gstreamer1-gst-plugins-bad
--->  Attempting to fetch gstreamer1-gst-plugins-bad-1.24.1_0+x11.darwin_12.x86_64.tbz2 from http://packages.macports.org/gstreamer1-gst-plugins-bad
--->  Attempting to fetch gstreamer1-gst-plugins-bad-1.24.1_0+x11.darwin_12.x86_64.tbz2 from http://ywg.ca.packages.macports.org/mirror/macports/packages/gstreamer1-gst-plugins-bad
--->  Attempting to fetch gstreamer1-gst-plugins-bad-1.24.1_0+x11.darwin_12.x86_64.tbz2 from http://mirror.fcix.net/macports/packages/gstreamer1-gst-plugins-bad
--->  Fetching distfiles for gstreamer1-gst-plugins-bad
--->  Verifying checksums for gstreamer1-gst-plugins-bad
--->  Extracting gstreamer1-gst-plugins-bad
--->  Applying patches to gstreamer1-gst-plugins-bad
--->  Configuring gstreamer1-gst-plugins-bad
--->  Building gstreamer1-gst-plugins-bad                
--->  Staging gstreamer1-gst-plugins-bad into destroot   
--->  Installing gstreamer1-gst-plugins-bad @1.24.1_0+x11
--->  Cleaning gstreamer1-gst-plugins-bad
--->  Computing dependencies for gstreamer1-gst-plugins-bad
--->  Deactivating gstreamer1-gst-plugins-bad @1.16.2_13+x11
--->  Cleaning gstreamer1-gst-plugins-bad
--->  Activating gstreamer1-gst-plugins-bad @1.24.1_0+x11
--->  Cleaning gstreamer1-gst-plugins-bad
--->  Updating database of binaries
--->  Scanning binaries for linking errors

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In a8075120dc3bf19abe6ac937c8d2b5650c8c02aa/macports-ports (master):

gstreamer1-gst-plugins-bad: Blacklist clangs lacking stdatomic.h

Closes: #69652

Note: See TracTickets for help on using tickets.