Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602788 - sci-mathematics/pari-2.7.1 [qt4] calls /usr/bin/moc directly
Summary: sci-mathematics/pari-2.7.1 [qt4] calls /usr/bin/moc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2016-12-15 21:03 UTC by Jouni Kosonen
Modified: 2018-01-14 09:43 UTC (History)
1 user (show)

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


Attachments
Build log (pari_build.log,34.52 KB, text/plain)
2016-12-15 21:10 UTC, Jouni Kosonen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Kosonen 2016-12-15 21:03:37 UTC
...
"/usr/bin/moc" -D__FANCY_WIN__ `pkg-config --cflags QtGui` -o plotQt4.moc.cpp ../src/graph/plotQt4.c && g++ -c -I. -I../src/headers -D__FANCY_WIN__ `pkg-config --cflags QtGui` -march=amdfam10 -O2 -pipe -DGCC_INLINE -o plotQt4.o ../src/graph/plotQt4.c
In file included from ../src/graph/plotQt4.c:552:0:
./plotQt4.moc.cpp:14:2: error: #error "This file was generated using the moc from 5.7.1. It"
 #error "This file was generated using the moc from 5.7.1. It"
  ^
./plotQt4.moc.cpp:15:2: error: #error "cannot be used with the include files from this version of Qt."
 #error "cannot be used with the include files from this version of Qt."
  ^
./plotQt4.moc.cpp:16:2: error: #error "(The moc has changed too much.)"
 #error "(The moc has changed too much.)"
Comment 1 Jouni Kosonen 2016-12-15 21:10:52 UTC
Created attachment 456336 [details]
Build log

After configure: 
Olinux-x86_64/Makefile:110:MOC        = "/usr/bin/moc"
Comment 2 Larry the Git Cow gentoo-dev 2018-01-14 09:43:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb94047731ead935688c2b85c11f77bb0b1511b

commit 7bb94047731ead935688c2b85c11f77bb0b1511b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-01-14 01:39:40 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-01-14 09:42:46 +0000

    sci-mathematics/pari: Drop USE=qt4
    
    Closes: https://bugs.gentoo.org/641942
    Closes: https://bugs.gentoo.org/602788
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-mathematics/pari/pari-2.9.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)