Re: ERRORS: kdebase.spec

2006-12-23 Thread Adam Gołębiowski
On Sat, Dec 23, 2006 at 05:32:07PM +, PLD ac-sparc builder wrote:
> kdebase.spec (AC-branch): FAILED
> 
> --- kdebase.spec:AC-branch:
> Build-Time: user:14294.63s sys:1364.57s real:17130.44s (faults io:1179 
> non-io:83908943)
> + cp 
> /tmp/B.01ed92/kdebase-3.5.5-root-builder/usr/share/apps/kdm/pics/users/root1.png
>  /tmp/B.01ed92/kdebase-3.5.5-root-builder/etc/X11/kdm/faces/root.face.icon
> + rm 
> /tmp/B.01ed92/kdebase-3.5.5-root-builder/usr/share/apps/konqueror/dirtree/remote/smb-network.desktop
> rm: cannot remove 
> `/tmp/B.01ed92/kdebase-3.5.5-root-builder/usr/share/apps/konqueror/dirtree/remote/smb-network.desktop':
>  No such file or directory
> error: Bad exit status from /var/tmp/rpm-tmp.23203 (%install)

This one fails because smb kio slave isn't built. And it wasn't
built because libsmbclient check in configure fails due to unresolved
`nscd_flush_cache' symbol that comes from libnscd.

I thought rebuiding samba would fix the issue. And it did, but only
when samba was built locally. When I sent samba to ac builders (test
build on ac-i686 and ac-amd64) it turned out that unresolved
nscd_flush_cache symbol issue remains.

We already suffer from this problem, kdebase which is in main tree has
smb kio slave broken (smb:// links do not work). 

What is the solution? Rebuild libnscd, then rebuild samba, then rebuild
the rest?

-- 
 http://www.mysza.eu.org/ | Everybody needs someone sure, someone true,
   PLD Linux developer| Everybody needs some solid rock, I know I do.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ruby - load paths are broken (?)

2006-12-23 Thread Tomasz Wittner
On Sat 23. December 2006 13:47, Tomasz Wittner wrote:
> Hi,
> 
> Today I tried to upgrade ruby-FXRuby (I haven't touched ruby for quite a 
long 
> time) and notice that ruby-FXRuby examples aren't working at all - both Ac 
> and Th are affected [1]:
> 
> [EMAIL PROTECTED] /usr/src/examples/ruby-FXRuby-1.6.3]$ ruby hello.rb
> hello.rb:3:in `require': no such file to load -- fox16 (LoadError)
> from hello.rb:3
> 
> I've checked load paths - they seem completely broken:
> [EMAIL PROTECTED] /usr/src/examples/ruby-FXRuby-1.6.3]$ irb
> irb(main):001:0> $:
> => 
> 
["/1.8", "/1.8/i686-linux", "", "/usr/lib/ruby/1.8", 
"/usr/lib/ruby/1.8/i686-linux", "."]
I hope I've managed to fix it with the help of arekm - bug with ruby load 
modules paths probably has been appeared just after introducing autoconf-2.60 
which sets POSIXLY_CORRECT env. variable that changes, among other things, 
pdksh interpretation of escaped double quotes inside backticks (` `).
Fixed ruby.spec has been sent to Th and Ac builders.

-- 
Tomasz Wittner
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ERRORS: wdm.spec

2006-12-23 Thread Adam Gołębiowski
On Sat, Dec 23, 2006 at 07:36:22PM +, PLD ac-amd64 builder wrote:
> wdm.spec (AC-branch): FAILED
> 
> --- wdm.spec:AC-branch:
> Build-Time: user:13.30s sys:2.76s real:22.30s (faults io:0 non-io:758058)
> 
> Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.89732
> (...)

This build is undeterministic. One every four builds it fails,
because in %install section, for some strange reaons make decides that
src/Login.c needs to be rebuild (altough it was compiled in %build). 

Parallel build is not the case here, any hints on how to trace the bug?

-- 
 http://www.mysza.eu.org/ | Everybody needs someone sure, someone true,
   PLD Linux developer| Everybody needs some solid rock, I know I do.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ruby - load paths are broken (?)

2006-12-23 Thread Tomasz Wittner
On Sat 23. December 2006 13:47, Tomasz Wittner wrote:
[...]
> [1]
> $ q ruby
> ruby-1:1.8.5p2-3 athlon athlon.ac.pld-linux.org
> 
> $ q ruby
> ruby-1:1.8.5-2 athlon athlon.th.pld-linux.org
> 
Last working version that I've found:
q --changelog ruby
$Log: ruby.spec,v $
Revision 1.135  2006/08/27 19:05:49  qboosh
- updated: ruby 1.8.5, onigd 2.5.7, doc-stdlib 0.10.1
$ q ruby
ruby-1:1.8.5-1 athlon asus
$ ruby -e '$:.each {|x| print "#{x}\n"}'
/usr/lib/ruby/site_ruby/1.8
/usr/lib/ruby/site_ruby/1.8/i686-linux
/usr/lib/ruby/site_ruby
/usr/lib/ruby/1.8
/usr/lib/ruby/1.8/i686-linux
.
$
-- 
Tomasz Wittner
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


ruby - load paths are broken (?)

2006-12-23 Thread Tomasz Wittner
Hi,

Today I tried to upgrade ruby-FXRuby (I haven't touched ruby for quite a long 
time) and notice that ruby-FXRuby examples aren't working at all - both Ac 
and Th are affected [1]:

[EMAIL PROTECTED] /usr/src/examples/ruby-FXRuby-1.6.3]$ ruby hello.rb
hello.rb:3:in `require': no such file to load -- fox16 (LoadError)
from hello.rb:3

I've checked load paths - they seem completely broken:
[EMAIL PROTECTED] /usr/src/examples/ruby-FXRuby-1.6.3]$ irb
irb(main):001:0> $:
=> 
["/1.8", "/1.8/i686-linux", "", "/usr/lib/ruby/1.8", 
"/usr/lib/ruby/1.8/i686-linux", "."]
irb(main):002:0>

AFAIK they should look like (ok - it's Debian with its idiosyncrasies):
# irb1.8
irb(main):001:0> $:
=> ["/usr/local/lib/site_ruby/1.8",
 "/usr/local/lib/site_ruby/1.8/i486-linux",
 "/usr/local/lib/site_ruby/1.8/i386-linux",
 "/usr/local/lib/site_ruby",
 "/usr/lib/ruby/1.8",
 "/usr/lib/ruby/1.8/i486-linux",
 "/usr/lib/ruby/1.8/i386-linux", "."]

[1]
$ q ruby
ruby-1:1.8.5p2-3 athlon athlon.ac.pld-linux.org

$ q ruby
ruby-1:1.8.5-2 athlon athlon.th.pld-linux.org

-- 
Tomasz Wittner
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en