Hey all, going strong!
We currently have a revised and current checklist being edited and added on here: http://lincom.ietherpad.com/9 Please add on, we need to make sure we got everything! If you've added on already, go back and check! Tons of stuff has been added!
Make sure to follow the pad etiquette outlined at the top.
Also, we will have a meeting on #trinity-desktop-meeting sometime next week. Please mark your available times here: http://www.doodle.com/2arwhkrdzenzkzdg I will announce the definite time and date of the meeting around Thursday afternoon.
A separate announcement will be made on trinity-users about a different meeting, more of a public relations one. Please do not confuse the two. Consider that one Trinity Community Day, held on irc. I still have to see when that's possible... We will do that once the new site is up, probably.
On Mon, Mar 7, 2011 at 18:44, Ilya Chernykh neptunia@mail.ru wrote:
On Monday 07 March 2011 23:05:01 Robert Xu wrote:
kdelibs is failing with rpmlint: Need help from Ilya, already emailed, but
waiting on response.
I haven't received your e-mail.
*facepalm* looks like gmail screwed up again...
kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/fileshareset is packaged with setuid/setgid bits (04711) kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/kpac_dhcp_helper is packaged with setuid/setgid bits (04755) kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/start_kdeinit is packaged with setuid/setgid bits (04511) kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/kgrantpty is packaged with setuid/setgid bits (04755) If the package is intended for inclusion in any SUSE product please open a bug report to request review of the program by the security team
On Tuesday 08 March 2011 02:49:25 Robert Xu wrote:
kdelibs is failing with rpmlint: Need help from Ilya, already emailed, but
waiting on response.
I haven't received your e-mail.
*facepalm* looks like gmail screwed up again...
kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/fileshareset is packaged with setuid/setgid bits (04711) kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/kpac_dhcp_helper is packaged with setuid/setgid bits (04755) kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/start_kdeinit is packaged with setuid/setgid bits (04511) kdelibs3.i586: E: permissions-file-setuid-bit (Badness: 10000) /opt/trinity/bin/kgrantpty is packaged with setuid/setgid bits (04755) If the package is intended for inclusion in any SUSE product please open a bug report to request review of the program by the security team
Can you give a link to the build log and the spec file? You should remove any setuid and setgid attributes from these files. To remove attribtes either correct the file list (if you set the incorrect attributes there) or use the chmod command after the build.
On Tuesday 08 March 2011 02:49:25 Robert Xu wrote:
By the way, I see that you use /opt/trinity path. This will make Trinity incompatible with applications built for KDE3 in openSUSE. Historically KDE3 is in /opt/kde3. I suggest you to change the path to /opt/kde3 for compatibility reasons.
On Mon, Mar 7, 2011 at 19:06, Ilya Chernykh neptunia@mail.ru wrote:
By the way, I see that you use /opt/trinity path. This will make Trinity incompatible with applications built for KDE3 in openSUSE. Historically KDE3 is in /opt/kde3. I suggest you to change the path to /opt/kde3 for compatibility reasons.
I might have to restructure (again) and do seperate specfiles for all distributions; the subpackaging differences and such is driving me a bit crazy. Especially since some patches may have the same names but different content... >_<
On Monday 07 March 2011 23:05:01 Robert Xu wrote:
This is what happens when you're building for OpenSUSE 11.4:
/usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp: In member function 'virtual void KStyle::polish(QWidget*)': /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:259:43: error: expected primary-expression before '*' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:259:45: error: expected primary-expression before '>' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp: In member function 'virtual void KStyle::unPolish(QWidget*)': /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:280:43: error: expected primary-expression before '*' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:280:45: error: expected primary-expression before '>' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp: In member function 'virtual void KStyle::drawComplexControl(QStyle::ComplexControl, QPainter*, const QWidget*, const QRect&, const QColorGroup&, QStyle::SFlags, QStyle::SCFlags, QStyle::SCFlags, const QStyleOption&) const': /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:1134:7: warning: suggest explicit braces to avoid ambiguous 'else' /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp: In member function 'virtual bool KStyle::eventFilter(QObject*, QEvent*)': /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:1898:34: error: expected primary-expression before '*' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:1898:35: error: expected primary-expression before '>' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:1905:46: error: expected primary-expression before '*' token /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:1905:47: error: expected primary-expression before '>' token
I cannot tell you what to do with it. It seems, the Trinity code is incompatible with the modern gcc. On the other hand, KDE3 builds well, so you can try to take kdefx/kstyle.cpp file from conventional KDE 3.5.10 and replace it in the Trinity's KDE3 and look what will happen.
On Tuesday 08 March 2011 01:51:41 Ilya Chernykh wrote:
On Monday 07 March 2011 23:05:01 Robert Xu wrote:
This is what happens when you're building for OpenSUSE 11.4:
/usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp: In member function 'virtual void KStyle::polish(QWidget*)': /usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:259:43: error: expected primary-expression before '*' token
Please run "make -j1 VERBOSE=1" and attach entire log.
On Tuesday 08 March 2011 03:41:34 Serghei Amelian wrote:
[...]
/usr/src/packages/BUILD/kdelibs/kdefx/kstyle.cpp:259:43: error: expected primary-expression before '*' token
Please run "make -j1 VERBOSE=1" and attach entire log.
Also, tell me which gcc version you have and if you using latest tqtinterface (if not, please do).