Opened 6 years ago

Closed 5 years ago

#57435 closed defect (fixed)

smodels: clang: error: unknown argument: '-pipes'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: smodels

Description

smodels does not build:

/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c smodels.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c stack.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c dcl.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c atomrule.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c read.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c queue.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c timer.cc
/usr/bin/clang++ -O3 -pipes -arch x86_64 -stdlib=libc++ -c list.cc
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
clang: error: unknown argument: '-pipes'
make[1]: *** [list.o] Error 1
make[1]: *** Waiting for unfinished jobs....

Change History (2)

comment:1 Changed 5 years ago by nerdling (Jeremy Lavergne)

Status: assignedaccepted

comment:2 Changed 5 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: acceptedclosed

In 9c0488cd53cedfb5be689aef805c4bdb38329d0f/macports-ports (master):

smodels: fix build for systems with ${configurepipe}

Fixes #57435

Note: See TracTickets for help on using tickets.