Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[qt overlay] Qt beta and live ebuilds & Qt4 apps
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 11, 12, 13, 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Tue Apr 27, 2010 8:31 am    Post subject: Reply with quote

this set will pull the kde-qt git repository no matter what your stable-branch is.
Back to top
View user's profile Send private message
SpectreDragon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2008
Posts: 92
Location: Germany

PostPosted: Thu Apr 29, 2010 3:51 pm    Post subject: Reply with quote

qt-gui/files
qtbug-9661-Xdefs.patch <-> qtbug-9691-Xdefs.patch

it's named wrong either in the ebuild (4.7.9999) or in the files directory.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Thu Apr 29, 2010 4:36 pm    Post subject: Reply with quote

fixed :)
Back to top
View user's profile Send private message
xibo
Apprentice
Apprentice


Joined: 21 Aug 2007
Posts: 152
Location: moving between kubuntu and ubuntu kde edition

PostPosted: Thu May 13, 2010 12:05 pm    Post subject: Reply with quote

problems in x11-libs/qt-webkit-4.7.9999.ebuild and x11-libs/qt-webkit-4.9999.ebuild :
Code:

DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl,stable-branch=]
        ~x11-libs/qt-gui-${PV}[dbus?,debug=,stable-branch=]
        ~x11-libs/qt-xmlpatterns-${PV}[debug=,stable-branch=]
        ~x11-libs/qt-xmlpatterns-${PV}[debug=,kde-qt=,stable-branch=]
        dbus? ( ~x11-libs/qt-dbus-${PV}[debug=,stable-branch=] )
        !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[dbus=,debug=,stable-branch=]
                media-sound/phonon ) )
        kde? ( media-sound/phonon )"


should be
Code:

DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl,stable-branch=]
        ~x11-libs/qt-gui-${PV}[dbus?,debug=,stable-branch=]
        ~x11-libs/qt-xmlpatterns-${PV}[debug=,stable-branch=]
        dbus? ( ~x11-libs/qt-dbus-${PV}[debug=,stable-branch=] )
        !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[dbus=,debug=,stable-branch=]
                media-sound/phonon ) )
        kde? ( media-sound/phonon )"

as kde-qt is not even offered for those.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Thu May 13, 2010 1:18 pm    Post subject: Reply with quote

fixed
Back to top
View user's profile Send private message
SpectreDragon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2008
Posts: 92
Location: Germany

PostPosted: Sun May 16, 2010 4:06 am    Post subject: Reply with quote

hm qt-webkit-4.7.9999 (-stable-branch) fails with
Code:
compiling ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp: In member function ‘virtual void WebCore::InspectorClientQt::openInspectorFrontend(WebCore::InspectorController*)’:
../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp:93:67: warning: ‘QString::QString(const char*)’ is deprecated (declared at ../../../../include/QtCore/../../src/corelib/tools/qstring.h:426)
../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp: In member function ‘virtual void WebCore::InspectorClientQt::storeSetting(const WebCore::String&, const WebCore::String&)’:
../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp:151:104: warning: ‘QVariant::QVariant(const char*)’ is deprecated (declared at ../../../../include/QtCore/../../src/corelib/kernel/qvariant.h:194)
rm -f libQtWebKit.so.4.7.0 libQtWebKit.so libQtWebKit.so.4 libQtWebKit.so.4.7
linking ../../../../lib/libQtWebKit.so.4.7.0
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ljscore
collect2: ld returned 1 exit status
make: *** [../../../../lib/libQtWebKit.so.4.7.0] Error 1
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Sun May 16, 2010 8:45 am    Post subject: Reply with quote

fixed :)
Back to top
View user's profile Send private message
ComaWhite
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2008
Posts: 125

PostPosted: Tue May 18, 2010 2:37 pm    Post subject: Reply with quote

Is there a way to get the qt-creator 1.3.1 and 9999 to use the QML plugins? AFAIK in order to build those you need to get the private Qt headers *_p.h* to build them. I wanna start learning QML but this is the only thing really stopping since Qt-Creator has a QML designer.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Tue May 18, 2010 2:44 pm    Post subject: Reply with quote

First of all you need qt-declarative-4.7.9999/9999 . I think 1.3.1 doesn't work with 4.7.X so you need qt-creator-9999. So which combination of Qt/Qt-creator are you using? If you think that qml support is broken on qt-creator please open a bug so we can work on it
Back to top
View user's profile Send private message
ComaWhite
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2008
Posts: 125

PostPosted: Tue May 18, 2010 3:24 pm    Post subject: Reply with quote

Hwoarang wrote:
First of all you need qt-declarative-4.7.9999/9999 . I think 1.3.1 doesn't work with 4.7.X so you need qt-creator-9999. So which combination of Qt/Qt-creator are you using? If you think that qml support is broken on qt-creator please open a bug so we can work on it


Yes, I have all Qt modules installed except qt-phonon which I use the kde version of it. I'll write a bug report for it.

https://bugs.gentoo.org/show_bug.cgi?id=320415
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Mon May 24, 2010 12:06 am    Post subject: Reply with quote

Qmldesigner and qmlInspector plugins should work fine if you rebuild qt-declarative with private-headers use flag enabled and then rebuild qt-creator again :)
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Mon May 24, 2010 10:47 am    Post subject: Reply with quote

Yeah we just got informed of this situation. We are working into this
Back to top
View user's profile Send private message
sparrow1
n00b
n00b


Joined: 23 Mar 2010
Posts: 5

PostPosted: Fri Jun 18, 2010 6:20 am    Post subject: Reply with quote

When I tried to compile qt-4.7.0_beta1 I've got digest verification failure - it says that filesize did not match. But I checked md5sum of file qt-everywhere-opensource-src-4.7.0-beta1.tar.gz and it is correct (according to http://download.qt.nokia.com/qt/source/md5sums.txt ).
Also, are there issues with compiling qt with gcc-4.5.0? Because I can't get qt-webkit to work-every application that uses it crashes with sigsegv :( I've recompiled whole system but still no luck.
Back to top
View user's profile Send private message
Zaister
n00b
n00b


Joined: 08 Apr 2004
Posts: 20
Location: Germany

PostPosted: Fri Jun 18, 2010 9:59 am    Post subject: Reply with quote

sparrow1 wrote:
When I tried to compile qt-4.7.0_beta1 I've got digest verification failure - it says that filesize did not match. But I checked md5sum of file qt-everywhere-opensource-src-4.7.0-beta1.tar.gz and it is correct (according to http://download.qt.nokia.com/qt/source/md5sums.txt ).


I'm having the same problem here. Is there a solution?
_________________
Regards,
Stefan.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Fri Jun 18, 2010 11:09 am    Post subject: Reply with quote

I recreated all the manifests. Please try again :)
Back to top
View user's profile Send private message
sparrow1
n00b
n00b


Joined: 23 Mar 2010
Posts: 5

PostPosted: Fri Jun 18, 2010 11:22 am    Post subject: Reply with quote

Thanks! In the meantime I've created bugzilla entry https://bugs.gentoo.org/show_bug.cgi?id=324579. I guess it could be closed then :wink:
Back to top
View user's profile Send private message
Zaister
n00b
n00b


Joined: 08 Apr 2004
Posts: 20
Location: Germany

PostPosted: Fri Jun 18, 2010 12:18 pm    Post subject: Reply with quote

File size error is gone now, but I'm getting a "* Failed Patch: qt-4.7-nolibx11.patch !" when emerging qt-core now.
_________________
Regards,
Stefan.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Fri Jun 18, 2010 12:19 pm    Post subject: Reply with quote

Right yeah. I will fix it
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Fri Jun 18, 2010 12:29 pm    Post subject: Reply with quote

Can you please sync and try again?
Back to top
View user's profile Send private message
Zaister
n00b
n00b


Joined: 08 Apr 2004
Posts: 20
Location: Germany

PostPosted: Fri Jun 18, 2010 1:31 pm    Post subject: Reply with quote

Some digests still don't match it seems

Code:

mercutio ~ # emerge -avuDN @system @world

These are the packages that would be merged, in order:

Calculating dependencies - * Digest verification failed:
 * /var/lib/layman/qting-edge/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.7.0_beta1-r1.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 937
 * Expected: 931
 * Digest verification failed:
 * /var/lib/layman/qting-edge/x11-libs/qt-sql/qt-sql-4.7.0_beta1-r1.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 2386
 * Expected: 2380                                                  \ * Digest verification failed:
 * /var/lib/layman/qting-edge/x11-libs/qt-core/qt-core-4.7.0_beta1-r3.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 4266
 * Expected: 4260                                                  - * Digest verification failed:
 * /var/lib/layman/qting-edge/x11-libs/qt-script/qt-script-4.7.0_beta1-r1.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 1451
 * Expected: 1445
 * Digest verification failed:
 * /var/lib/layman/qting-edge/x11-libs/qt-test/qt-test-4.7.0_beta1-r1.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 1146
 * Expected: 1140                                                  | * Digest verification failed:
 * /var/lib/layman/qting-edge/x11-libs/qt-dbus/qt-dbus-4.7.0_beta1-r1.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 960
 * Expected: 954                                                  ... done!

Total: 0 packages, Size of downloads: 0 kB

!!! One or more updates have been skipped due to a dependency conflict:

x11-libs/qt-gui:4

  ('ebuild', '/', 'x11-libs/qt-gui-4.7.0_beta1-r1', 'merge') conflicts with
    ~x11-libs/qt-gui-4.6.3[qt3support,-aqua] required by ('installed', '/', 'x11-libs/qt-core-4.6.3', 'nomerge')


!!! The following update has been skipped due to unsatisfied dependencies:

x11-libs/qt-webkit:4

!!! All ebuilds that could satisfy "~x11-libs/qt-xmlpatterns-4.7.0_beta1[-debug]" have been masked.                                     
!!! One of the following masked packages is required to complete your request:
- x11-libs/qt-xmlpatterns-4.7.0_beta1-r1 (masked by: corruption)

(dependency required by "x11-libs/qt-webkit-4.7.0_beta1-r1" [ebuild])

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.



!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

x11-libs/qt-svg:4
x11-libs/qt-opengl:4

_________________
Regards,
Stefan.
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Fri Jun 18, 2010 1:37 pm    Post subject: Reply with quote

What a day :)


We are on it :)
Back to top
View user's profile Send private message
Zaister
n00b
n00b


Joined: 08 Apr 2004
Posts: 20
Location: Germany

PostPosted: Fri Jun 18, 2010 1:43 pm    Post subject: Reply with quote

Thank you!
_________________
Regards,
Stefan.
Back to top
View user's profile Send private message
TheDodger
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2002
Posts: 126
Location: Hamburg

PostPosted: Mon Jun 28, 2010 7:37 am    Post subject: Reply with quote

Currently i have installed the Qt4.7_beta1 but kdelibs-9999 cant compile with this version.

A upgrade to qt-4.7.9999 are fixe this problem, but i cant get the sources:
Code:

>>> Emerging (1 of 14) x11-libs/qt-core-4.7.9999 from qting-edge
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
 * CPV:  x11-libs/qt-core-4.7.9999
 * REPO: qting-edge
 * USE:  elibc_glibc exceptions glib iconv kernel_linux optimized-qmake qt3support ssl userland_GNU x86
 *
 * Please file bugs on bugs.gentoo.org and prepend the summary
 * with [qting-edge]. Alternatively, contact <qt@gentoo.org>.
 * Thank you for using qting-edge overlay.
 *
 * The 4.7.9999 version ebuilds install live git code from Nokia Qt Software.
 *
>>> Unpacking source...
 * GIT NEW clone -->
 *    repository:               git://gitorious.org/qt/qt.git
Initialized empty Git repository in /usr/portage/distfiles/git-src/qt-4.7.9999/
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
 * ERROR: x11-libs/qt-core-4.7.9999 failed:
 *   git.eclass: can't fetch from git://gitorious.org/qt/qt.git.
 *
 * Call stack:
 *     ebuild.sh, line   48:  Called src_unpack
 *   environment, line 3920:  Called qt4-build-edge_src_unpack
 *   environment, line 3417:  Called git_src_unpack
 *   environment, line 2562:  Called git_fetch
 *   environment, line 2481:  Called die
 * The specific snippet of code:
 *           ${EGIT_FETCH_CMD} ${extra_clone_opts} ${EGIT_OPTIONS} "${EGIT_REPO_URI}" ${GIT_DIR} || die "${EGIT}: can't fetch from ${EGIT_REPO_URI}.";
 *
 * If you need support, post the output of 'emerge --info =x11-libs/qt-core-4.7.9999',
 * the complete build log and the output of 'emerge -pqv =x11-libs/qt-core-4.7.9999'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/qting-edge/eclass/qt4-build-edge.eclass
 * This ebuild is from an overlay named 'qting-edge': '/var/lib/layman/qting-edge/'
 * The complete build log is located at '/var/log/portage/x11-libs:qt-core-4.7.9999:20100628-073356.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-core-4.7.9999/temp/environment'.
 * S: '/var/tmp/portage/x11-libs/qt-core-4.7.9999/work/qt-everywhere-opensource-src-4.7.9999'

>>> Failed to emerge x11-libs/qt-core-4.7.9999, Log file:



But an manually 'git clone ...' works fine ...

I'm confused
Back to top
View user's profile Send private message
Hwoarang
Retired Dev
Retired Dev


Joined: 24 Feb 2007
Posts: 701
Location: Leeds, UK

PostPosted: Mon Jun 28, 2010 7:46 am    Post subject: Reply with quote

Remove /usr/portage/distfiles/git-src/qt-4.7.9999 and try again :)
Back to top
View user's profile Send private message
TheDodger
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2002
Posts: 126
Location: Hamburg

PostPosted: Mon Jun 28, 2010 8:10 am    Post subject: Reply with quote

Hwoarang wrote:
Remove /usr/portage/distfiles/git-src/qt-4.7.9999 and try again :)

Yes ... but this as no effect, the problem is the same
Code:

cyberdeck x11-libs # rm -rfv /usr/portage/distfiles/git-src/qt-4.7.9999
cyberdeck x11-libs # USE="-stable-branch" emerge --update --deep @qt
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 14) x11-libs/qt-core-4.7.9999 from qting-edge
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
 * CPV:  x11-libs/qt-core-4.7.9999
 * REPO: qting-edge
 * USE:  elibc_glibc exceptions glib iconv kernel_linux optimized-qmake qt3support ssl userland_GNU x86
 *
 * Please file bugs on bugs.gentoo.org and prepend the summary
 * with [qting-edge]. Alternatively, contact <qt@gentoo.org>.
 * Thank you for using qting-edge overlay.
 *
 * The 4.7.9999 version ebuilds install live git code from Nokia Qt Software.
 *
>>> Unpacking source...
 * GIT NEW clone -->
 *    repository:               git://gitorious.org/qt/qt.git
Initialized empty Git repository in /usr/portage/distfiles/git-src/qt-4.7.9999/
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 11, 12, 13, 14, 15, 16  Next
Page 12 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum