Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398821 - dev-lang/qu-prolog calls directly g++
Summary: dev-lang/qu-prolog calls directly g++
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-01-13 23:09 UTC by Maurizio Camisaschi (amd64 AT)
Modified: 2012-01-14 00:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Camisaschi (amd64 AT) 2012-01-13 23:09:13 UTC
make[2]: Entering directory `/var/tmp/portage/dev-lang/qu-prolog-9.1/work/qp9.1/src'
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c code_block.cc
g++ -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c -o qa.o qa.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c qa_options.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c delink.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c qdeal.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c qdeal_options.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c qem.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c qem_options.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c scheduler.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c ql.cc
g++ -march=native -O2 -pipe -fno-strict-aliasing -Wall -D_GNU_SOURCE=1   -Wno-uninitialized -c ql_options.cc
g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o qdeal delink.o qdeal.o qdeal_options.o -lnsl -ldl  qp.a
g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ql ql.o ql_options.o -lnsl -ldl  qp.a
g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o qem qem.o qem_options.o scheduler.o qp.a -lnsl -ldl  qp.a
g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o qa code_block.o qa.o qa_options.o -lnsl -ldl  qp.a
make[2]: Leaving directory `/var/tmp/portage/dev-lang/qu-prolog-9.1/work/qp9.1/src'
make[1]: Leaving directory `/var/tmp/portage/dev-lang/qu-prolog-9.1/work/qp9.1/src'
Comment 1 Keri Harris gentoo-dev 2012-01-14 00:06:43 UTC
Thanks for reporting this. It's now fixed in CVS.

Keri