x11/qt4 fails to package on i386

2008-06-18 Thread viq
kern.version=OpenBSD 4.3-current (GENERIC) #1: Tue Jun 17 11:05:25 CEST
2008
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC

x11/qt4 fails to package with following error:
===  Building package for qt4-4.3.5
Create /usr/ports/packages/i386/all/qt4-4.3.5.tgz
Error in package:
/home/build/ports/qt4-4.3.5/fake-i386//usr/local/lib/qt4/plugins/codecs/libqcncodecs.so
does not exist
Error in package:
/home/build/ports/qt4-4.3.5/fake-i386//usr/local/lib/qt4/plugins/codecs/libqjpcodecs.so
does not exist
Error in package:
/home/build/ports/qt4-4.3.5/fake-i386//usr/local/lib/qt4/plugins/codecs/libqkrcodecs.so
does not exist
Error in package:
/home/build/ports/qt4-4.3.5/fake-i386//usr/local/lib/qt4/plugins/codecs/libqtwcodecs.so
does not exist
Switching to /usr/ports/x11/qt4/pkg/PFRAG.shared-main

Full build log (6 MB !) available at
http://viq.ath.cx/obsd/qt4-4.3.5.log
-- 
viq



Re: x11/qt4 fails to package on i386

2008-06-18 Thread Christian Rueger

viq wrote:

kern.version=OpenBSD 4.3-current (GENERIC) #1: Tue Jun 17 11:05:25 CEST
2008
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC


[...]


Full build log (6 MB !) available at
http://viq.ath.cx/obsd/qt4-4.3.5.log


same on amd64
OpenBSD 4.3-current (GENERIC.MP) #27: Mon Jun 16 13:04:05 CEST 2008
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqcncodecs.so 
does not exist
Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqjpcodecs.so 
does not exist
Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqkrcodecs.so 
does not exist
Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqtwcodecs.so 
does not exist


Portlog: http://cr.rueger-net.de/files/logs/qt4-4.3.5.log (7 MB !)

Do we need those libs/plugins ?





Re: x11/qt4 fails to package on i386

2008-06-18 Thread Marc Espie
On Wed, Jun 18, 2008 at 02:17:55PM +0200, Christian Rueger wrote:
 viq wrote:
 kern.version=OpenBSD 4.3-current (GENERIC) #1: Tue Jun 17 11:05:25 CEST
 2008
 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC

 [...]

 Full build log (6 MB !) available at
 http://viq.ath.cx/obsd/qt4-4.3.5.log

 same on amd64
 OpenBSD 4.3-current (GENERIC.MP) #27: Mon Jun 16 13:04:05 CEST 2008
 [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP

 Error in package: 
 /usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqcncodecs.so
  
 does not exist
 Error in package: 
 /usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqjpcodecs.so
  
 does not exist
 Error in package: 
 /usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqkrcodecs.so
  
 does not exist
 Error in package: 
 /usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqtwcodecs.so
  
 does not exist

 Portlog: http://cr.rueger-net.de/files/logs/qt4-4.3.5.log (7 MB !)

 Do we need those libs/plugins ?
Of course you do ! duh!

Iconv fuckup. Naddy ?



Re: x11/qt4 fails to package on i386

2008-06-18 Thread Christian Weisgerber
Marc Espie:

  Full build log (6 MB !) available at
  http://viq.ath.cx/obsd/qt4-4.3.5.log
 
 Iconv fuckup. Naddy ?

Looks like iconv() ended up with the old const prototype on that
system.  That happens if you build libiconv with an older one still
installed... I wanted to fix that, but forgot.  Will do now.

BTW, this warning from the build log suggests that there are some old
packages on that system:
/usr/bin/ld: warning: libpthread.so.10.0, needed by 
/usr/local/lib/libmysqlclient_r.so.18.0, may conflict with libpthread.so.11.0

-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]



Re: x11/qt4 fails to package on i386

2008-06-18 Thread viq
On Wed, Jun 18, 2008 at 05:01:28PM +0200, Christian Weisgerber wrote:
 Marc Espie:
 
   Full build log (6 MB !) available at
   http://viq.ath.cx/obsd/qt4-4.3.5.log
  
  Iconv fuckup. Naddy ?
 
 Looks like iconv() ended up with the old const prototype on that
 system.  That happens if you build libiconv with an older one still
 installed... I wanted to fix that, but forgot.  Will do now.
 
That would be great. Removing libiconv to update it would be a pain...
$ cat /var/db/pkg/libiconv-1.12/+REQUIRED_BY | wc -l
 211


 BTW, this warning from the build log suggests that there are some old
 packages on that system:
 /usr/bin/ld: warning: libpthread.so.10.0, needed by 
 /usr/local/lib/libmysqlclient_r.so.18.0, may conflict with libpthread.so.11.0

Yes, there are, I am in the process of quieting out-of-date. Which is
going to take some time...

 -- 
 Christian naddy Weisgerber  [EMAIL PROTECTED]

-- 
viq