Thanks Lim,
your suggestion actually worked!

But just for my curiosity: what does the vdso kernel option do ?
Any side effect to use the setting you suggested?
Tx
Fabio

----- Original Message ----
From: 임근식 <[EMAIL PROTECTED]>
To: scratchbox-users@lists.scratchbox.org
Sent: Monday, December 31, 2007 7:53:07 AM
Subject: [Scratchbox-users] Re: Scratchbox-users Digest, Vol 28, Issue 18



Hi,I am using fedora core 6.
If you meet " _rtld_local._dl_sysinfo_dso' failed! " error message

*Example (error):
fc6#> /scratchbox/run_me_first.sh 
Inconsistency detected by ld.so: rtld.c: 1192: dl_main: 
Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!

* Solution: 
This problem happened because your system have stupid consitency 
between pre-compiled kernel and glibc.
In this case, you have to use vdso=0 option in kernel boot option like
 belows.

fc6#> vi /etc/grub.conf
title Fedora Core (2.6.20-1.2320.fc5smp)
       root (hd1,0)
       kernel /boot/vmlinuz-2.6.20-1.2320.fc5smp ro root=/dev/sda1
  vdso=0
       initrd /boot/initrd-2.6.20-1.2320.fc5smp.img
fc6#> grunb-install /dev/sda
fc6#> reboot


From Lim,GeunSik



----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <scratchbox-users@lists.scratchbox.org>
Sent: Monday, December 31, 2007 7:00 PM
Subject: Scratchbox-users Digest, Vol 28, Issue 18


> Send Scratchbox-users mailing list submissions to
> scratchbox-users@lists.scratchbox.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>
 http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
> [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Scratchbox-users digest..."
> 
> 
> Today's Topics:
> 
>   1. Installing Scratchbox 1.0.8 on a Fedora 6 system (Fabio Parodi)
>   2. Re: Installing Scratchbox 1.0.8 on a Fedora 6 system (Jakov)
>   3. Re: Installing Scratchbox 1.0.8 on a Fedora 6 system
>      (Fabio Parodi)
> 
> 
>
 ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 30 Dec 2007 16:44:07 -0800 (PST)
> From: Fabio Parodi <[EMAIL PROTECTED]>
> Subject: [Scratchbox-users] Installing Scratchbox 1.0.8 on a Fedora 6
> system
> To: scratchbox <scratchbox-users@lists.scratchbox.org>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi,
> I successfully installed scratchbox 1.0.8 on a fedora 6 PC, but when
 I try to login to SB I get the following errors:
> 
> [EMAIL PROTECTED] scratchbox]$ ./login
> Inconsistency
> detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> 
> You dont have active target in scratchbox chroot.
> Please create one by running "sb-menu" before continuing
> 
> 
> Welcome to Scratchbox, the cross-compilation toolkit!
> 
> Use 'sb-menu' to change your compilation target.
> See /scratchbox/doc/ for documentation.
> 
> Inconsistency
> detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
 `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> Inconsistency
> detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> [EMAIL PROTECTED] scratchbox]$ 
> 
> 
> Can someone please help me here?
> Did anyone try to install SB on Fedora 6 so far?
> Tx in advance
> Fabio
> 
> 
> 
>    
  
____________________________________________________________________________________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.
  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
 
http://lists.scratchbox.org/pipermail/scratchbox-users/attachments/20071230/1602f79d/attachment-0001.html

> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 31 Dec 2007 09:34:35 +0700
> From: Jakov <[EMAIL PROTECTED]>
> Subject: Re: [Scratchbox-users] Installing Scratchbox 1.0.8 on a
> Fedora 6 system
> To: scratchbox-users@lists.scratchbox.org
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi Fabio,
> 
> I'm just a beginner, and I'm using SB2, not SB. I also dealt with the
> similar problem. I solved it by using
> 
> sb2-config -l
> 
> to list all available target and set a target to default.
> 
> You can replace it with the proper command by looking at
 scratchbox/bin for
> *-config command.
> 
> you can also enter SB-Menu to find target issue and activate it for
 example
> 
> Don't know if it's the exact solution, but you can give it a try.
> 
> 
> Cheers,
> Jakov
> 
> 
> On Dec 31, 2007 7:44 AM, Fabio Parodi < [EMAIL PROTECTED]> wrote:
> 
>> Hi,
>> I successfully installed scratchbox 1.0.8 on a fedora 6 PC, but when
 I try
>> to login to SB I get the following errors:
>>
>> [EMAIL PROTECTED] scratchbox]$ ./login
>> Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
 `(void
>> *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
>>
>> You dont have active target in scratchbox chroot.
>> Please create one by running "sb-menu" before continuing
>>
>>
>> Welcome to Scratchbox, the cross-compilation toolkit!
>>
>> Use 'sb-menu' to change your compilation target.
>> See /scratchbox/doc/ for documentation.
>>
>> Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
 `(void
>> *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
>> Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
 `(void
>> *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
>> Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
 `(void
>> *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
>> [EMAIL PROTECTED] scratchbox]$
>>
>>
>> Can someone please help me here?
>> Did anyone try to install SB on Fedora 6 so far?
>> Tx in advance
>> Fabio
>>
>> ------------------------------
>> Looking for last minute shopping deals? Find them fast with Yahoo!
 
Search.<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping>
>>
>> _______________________________________________
>> Scratchbox-users mailing list
>> Scratchbox-users@lists.scratchbox.org
>>
 http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
 
http://lists.scratchbox.org/pipermail/scratchbox-users/attachments/20071231/4a931146/attachment.html

> 
> ------------------------------
> 
> Message: 3
> Date: Sun, 30 Dec 2007 22:22:01 -0800 (PST)
> From: Fabio Parodi <[EMAIL PROTECTED]>
> Subject: Re: [Scratchbox-users] Installing Scratchbox 1.0.8 on a
> Fedora 6 system
> To: scratchbox-users@lists.scratchbox.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
> 
> Thanks Jakov for your suggestions, but in my case I get the same
 error whatever command I run including :
> /scratchbox/tools/bin/sb-conf 
> and
> /scratchbox/tools/bin/sb-menu
> Fabio
> 
> ----- Original Message ----
> From: Jakov <[EMAIL PROTECTED]>
> To: scratchbox-users@lists.scratchbox.org
> Sent: Sunday, December 30, 2007 6:34:35 PM
> Subject: Re: [Scratchbox-users] Installing Scratchbox 1.0.8 on a
 Fedora 6 system
> 
> 
> Hi Fabio,
> 
> I'm just a beginner, and I'm using SB2, not SB. I also dealt with the
 similar problem. I solved it by using 
> 
> sb2-config -l
> 
> to list all available target and set a target to default.
> 
> 
> You can replace it with the proper command by looking at
 scratchbox/bin for *-config command.
> 
> you can also enter SB-Menu to find target issue and activate it for
 example
> 
> Don't know if it's the exact solution, but you can give it a try.
> 
> 
> 
> Cheers,
> Jakov
> 
> 
> On Dec 31, 2007 7:44 AM, Fabio Parodi <
> [EMAIL PROTECTED]> wrote:
> 
> 
> Hi,
> I successfully installed scratchbox 1.0.8 on a fedora 6 PC, but when
 I try to login to SB I get the following errors:
> 
> [EMAIL PROTECTED] scratchbox]$ ./login
> Inconsistency
> detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> 
> You dont have active target in scratchbox chroot.
> Please create one by running "sb-menu" before continuing
> 
> 
> Welcome to Scratchbox, the cross-compilation toolkit!
> 
> 
> Use 'sb-menu' to change your compilation target.
> See /scratchbox/doc/ for documentation.
> 
> Inconsistency
> detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion
 `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> Inconsistency
> detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *)
> ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
> [EMAIL PROTECTED] scratchbox]$ 
> 
> 
> Can someone please help me here?
> Did anyone try to install SB on Fedora 6 so far?
> Tx in advance
> Fabio
> 
> 
> 
> 
> 
>      Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.
> 
> 
> _______________________________________________
> Scratchbox-users mailing list
> Scratchbox-users@lists.scratchbox.org
> 
>
 http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>    
  
____________________________________________________________________________________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.
  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
 
http://lists.scratchbox.org/pipermail/scratchbox-users/attachments/20071230/ffdc9cfd/attachment.htm

> 
> ------------------------------
> 
> _______________________________________________
> Scratchbox-users mailing list
> Scratchbox-users@lists.scratchbox.org
>
 http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

> 
> 
> End of Scratchbox-users Digest, Vol 28, Issue 18
> ************************************************
> 
> 
> 
>





      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to