* Re: [devel] kxstitch-0.8-alt2: i586 rebuild failed [1]
@ 2008-11-05 15:51 ` Michael Shigorin
2008-11-05 16:04 ` Alexey Tourbin
2008-11-05 16:11 ` Alexey Tourbin
0 siblings, 2 replies; 4+ messages in thread
From: Michael Shigorin @ 2008-11-05 15:51 UTC (permalink / raw)
To: devel
On Mon, Nov 03, 2008 at 08:12:07PM +0300, QA Team Robot wrote:
> Package: kxstitch-0.8-alt2
> Packager: Michael Shigorin <mike@altlinux>
> Status: i586 rebuild failed.
> Cannot build this package for 1 week(s) (since Sat Oct 25 2008).
> Please investigate.
В команде никто крестиком часом не вышивает? :)
> /usr/lib/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/lib/qt3/include/qstring.h:367: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> In file included from /usr/lib/qt3/include/qobject.h:48,
> from patterncanvas.h:14,
> from patterncanvas.cpp:13:
> /usr/lib/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> /usr/lib/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> patterncanvas.cpp: In member function 'QRect PatternCanvas::patternBoundingRect()':
> patterncanvas.cpp:146: error: expected primary-expression before '?' token
> patterncanvas.cpp:146: error: expected `:' before ';' token
> patterncanvas.cpp:146: error: expected primary-expression before ';' token
> patterncanvas.cpp:147: error: expected primary-expression before '?' token
> patterncanvas.cpp:147: error: expected `:' before ';' token
[...]
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] kxstitch-0.8-alt2: i586 rebuild failed [1]
2008-11-05 15:51 ` [devel] kxstitch-0.8-alt2: i586 rebuild failed [1] Michael Shigorin
@ 2008-11-05 16:04 ` Alexey Tourbin
2008-11-05 18:33 ` Michael Shigorin
2008-11-05 16:11 ` Alexey Tourbin
1 sibling, 1 reply; 4+ messages in thread
From: Alexey Tourbin @ 2008-11-05 16:04 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]
On Wed, Nov 05, 2008 at 05:51:48PM +0200, Michael Shigorin wrote:
> On Mon, Nov 03, 2008 at 08:12:07PM +0300, QA Team Robot wrote:
> > Package: kxstitch-0.8-alt2
> > Packager: Michael Shigorin <mike@altlinux>
> > Status: i586 rebuild failed.
> > Cannot build this package for 1 week(s) (since Sat Oct 25 2008).
> > Please investigate.
>
> В команде никто крестиком часом не вышивает? :)
>
> > /usr/lib/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> > /usr/lib/qt3/include/qstring.h:367: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> > In file included from /usr/lib/qt3/include/qobject.h:48,
> > from patterncanvas.h:14,
> > from patterncanvas.cpp:13:
> > /usr/lib/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> > /usr/lib/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> > patterncanvas.cpp: In member function 'QRect PatternCanvas::patternBoundingRect()':
> > patterncanvas.cpp:146: error: expected primary-expression before '?' token
> > patterncanvas.cpp:146: error: expected `:' before ';' token
> > patterncanvas.cpp:146: error: expected primary-expression before ';' token
> > patterncanvas.cpp:147: error: expected primary-expression before '?' token
> > patterncanvas.cpp:147: error: expected `:' before ';' token
> [...]
146 x1 = x1 <? k->pos.x();
147 y1 = y1 <? k->pos.y();
148 x2 = x2 >? k->pos.x();
149 y2 = y2 >? k->pos.y();
(info gcc)
The G++ minimum and maximum operators (`<?' and `>?') and their
compound forms (`<?=') and `>?=') have been deprecated and are now
removed from G++. Code using these operators should be modified to use
`std::min' and `std::max' instead.
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] kxstitch-0.8-alt2: i586 rebuild failed [1]
2008-11-05 15:51 ` [devel] kxstitch-0.8-alt2: i586 rebuild failed [1] Michael Shigorin
2008-11-05 16:04 ` Alexey Tourbin
@ 2008-11-05 16:11 ` Alexey Tourbin
1 sibling, 0 replies; 4+ messages in thread
From: Alexey Tourbin @ 2008-11-05 16:11 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]
On Wed, Nov 05, 2008 at 05:51:48PM +0200, Michael Shigorin wrote:
> On Mon, Nov 03, 2008 at 08:12:07PM +0300, QA Team Robot wrote:
> > Package: kxstitch-0.8-alt2
> > Packager: Michael Shigorin <mike@altlinux>
> > Status: i586 rebuild failed.
> > Cannot build this package for 1 week(s) (since Sat Oct 25 2008).
> > Please investigate.
>
> В команде никто крестиком часом не вышивает? :)
Update to 0.8.1.
> > /usr/lib/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> > /usr/lib/qt3/include/qstring.h:367: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> > In file included from /usr/lib/qt3/include/qobject.h:48,
> > from patterncanvas.h:14,
> > from patterncanvas.cpp:13:
> > /usr/lib/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> > /usr/lib/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> > patterncanvas.cpp: In member function 'QRect PatternCanvas::patternBoundingRect()':
> > patterncanvas.cpp:146: error: expected primary-expression before '?' token
> > patterncanvas.cpp:146: error: expected `:' before ';' token
> > patterncanvas.cpp:146: error: expected primary-expression before ';' token
> > patterncanvas.cpp:147: error: expected primary-expression before '?' token
> > patterncanvas.cpp:147: error: expected `:' before ';' token
> [...]
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] kxstitch-0.8-alt2: i586 rebuild failed [1]
2008-11-05 16:04 ` Alexey Tourbin
@ 2008-11-05 18:33 ` Michael Shigorin
0 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2008-11-05 18:33 UTC (permalink / raw)
To: devel
On Wed, Nov 05, 2008 at 07:04:34PM +0300, Alexey Tourbin wrote:
> > > Package: kxstitch-0.8-alt2
> > В команде никто крестиком часом не вышивает? :)
> (info gcc)
Спасибо,
On Wed, Nov 05, 2008 at 07:11:18PM +0300, Alexey Tourbin wrote:
> Update to 0.8.1.
...помогло.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-05 18:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-05 15:51 ` [devel] kxstitch-0.8-alt2: i586 rebuild failed [1] Michael Shigorin
2008-11-05 16:04 ` Alexey Tourbin
2008-11-05 18:33 ` Michael Shigorin
2008-11-05 16:11 ` Alexey Tourbin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git