Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

SOAP-Lite Compile Failure

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
24 posts • Page 1 of 1
Author
Message
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

SOAP-Lite Compile Failure

  • Quote

Post by Quantumstate » Tue Oct 19, 2004 2:35 am

Trying to compile xmltv. System nearly up-to-date.

I can't figure out what's wrong here. I can't even figure out what error to search for in Bugs.

Code: Select all

# emerge xmltv
Calculating dependencies ...done!
~
Manifying blib/man3/SOAP::Transport::FTP.3pm
cp bin/SOAPsh.pl blib/script/SOAPsh.pl
/usr/bin/perl5.8.5 "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/SOAPsh.pl
cp bin/stubmaker.pl blib/script/stubmaker.pl
/usr/bin/perl5.8.5 "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/stubmaker.pl
cp bin/XMLRPCsh.pl blib/script/XMLRPCsh.pl
/usr/bin/perl5.8.5 "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/XMLRPCsh.pl
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.5 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/01-core.t t/02-payload.t t/03-server.t t/04-attach.t t/05-customxml.t t/06-modules.t t/07-xmlrpc_payload.t t/08-schema.t
t/01-core..............ok
t/02-payload...........ok
t/03-server............# Failed test 2 in t/03-server.t at line 138 fail #2
#  t/03-server.t line 138 is:     $_ =~ /XML/ || $is_mimeparser ? ok(($result->faultstring || '') =~ /Failed to access class \(Calculator\)/)
# Failed test 3 in t/03-server.t at line 138 fail #3
# Failed test 6 in t/03-server.t at line 148 fail #2
#  t/03-server.t line 148 is:     $_ =~ /XML/ || $is_mimeparser ? ok(($result->result || 0) == 7)
# Failed test 7 in t/03-server.t at line 148 fail #3
FAILED tests 2-3, 6-7
        Failed 4/30 tests, 86.67% okay
t/04-attach............Something wrong with MIME message: MIME::Parser: can't flush:  at /usr/lib/perl5/vendor_perl/5.8.5/MIME/Parser.pm line 789.

dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-15
        Failed 15/15 tests, 0.00% okay
t/05-customxml.........ok
t/06-modules...........ok
        3/18 skipped: various reasons
t/07-xmlrpc_payload....ok
t/08-schema............ok
Failed 2/8 test scripts, 75.00% okay. 19/308 subtests failed, 93.83% okay.
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03-server.t               30    4  13.33%  2-3 6-7
t/04-attach.t  255 65280    15   30 200.00%  1-15
3 subtests skipped.
make: *** [test_dynamic] Error 255

!!! ERROR: dev-perl/SOAP-Lite-0.60a failed.
!!! Function perl-module_src_compile, Line 69, Exitcode 2
!!! test failed
!!! If you need support, post the topmost build error, NOT this status message.

#
Last edited by Quantumstate on Wed Oct 20, 2004 2:51 am, edited 1 time in total.
Impeach Bush
Top
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

  • Quote

Post by Quantumstate » Tue Oct 19, 2004 3:58 pm

I recompiled Perl, and ran the script to update associated apps, and these went successfully. But SOAP-Lite still fails.

Tried to compile PHP, but it fails as such:

Code: Select all

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

>>> Test phase [not enabled]: dev-php/php-5.0.2-r1

>>> Install php-5.0.2-r1 into /var/tmp/portage/php-5.0.2-r1/image/ category dev-php
Installing PHP SAPI module:       embed
Installing PHP CLI binary:        /var/tmp/portage/php-5.0.2-r1/image//usr/bin/
Installing PHP CLI man page:      /var/tmp/portage/php-5.0.2-r1/image//usr/share/man/man1/
Installing PEAR environment:      /var/tmp/portage/php-5.0.2-r1/image//usr/lib/php/
[PEAR] Archive_Tar    - installed: 1.1
[PEAR] Console_Getopt - installed: 1.2
[PEAR] PEAR           - installed: 1.3.2
Wrote PEAR system config file at: /var/tmp/portage/php-5.0.2-r1/image///etc/pear.conf
You may want to add: /usr/lib/php to your php.ini include_path
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2

!!! ERROR: dev-php/php-5.0.2-r1 failed.
!!! Function php5-sapi_src_install, Line 439, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

#  
Impeach Bush
Top
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

  • Quote

Post by Quantumstate » Wed Oct 20, 2004 2:09 am

OK, I'm starting to think this may have something to do with it:

Code: Select all

MIME interoperability w/ Axis [ ] MIME::Parser (v6.106)    [ no ]
because:

Code: Select all

t/03-server............# Failed test 2 in t/03-server.t at line 138 fail #2
#  t/03-server.t line 138 is:     $_ =~ /XML/ || $is_mimeparser ? ok(($result->faultstring || '') =~ /Failed to access class \(Calculator\)/)
# Failed test 3 in t/03-server.t at line 138 fail #3
# Failed test 6 in t/03-server.t at line 148 fail #2
#  t/03-server.t line 148 is:     $_ =~ /XML/ || $is_mimeparser ? ok(($result->result || 0) == 7)
# Failed test 7 in t/03-server.t at line 148 fail #3
FAILED tests 2-3, 6-7
        Failed 4/30 tests, 86.67% okay
t/04-attach............Something wrong with MIME message: MIME::Parser: can't flush:  at /usr/lib/perl5/vendor_perl/5.8.5/MIME/Parser.pm line 789.
I've un/emerged MIME-tools twice, which contains MIME::Parser but no improvement.

Can't figure out where to look for the tests it's running. Not in ebuild.
Impeach Bush
Top
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

  • Quote

Post by Quantumstate » Thu Oct 21, 2004 2:40 am

Hm, this is preventing me from installing MythTV.
Impeach Bush
Top
emoll
n00b
n00b
Posts: 18
Joined: Fri Jul 09, 2004 8:51 am

  • Quote

Post by emoll » Thu Oct 21, 2004 9:39 am

Hmmm, I'm getting the same error and really don't know what to do, I've even tried to get SOAP::Lite through CPAN with no luck :-(
Top
kmj0377
Guru
Guru
User avatar
Posts: 397
Joined: Fri Sep 26, 2003 6:53 am

  • Quote

Post by kmj0377 » Thu Oct 21, 2004 9:22 pm

I had the same problem, it does want 6.106 or newer of MIME-tools, which I installed manually since I couldn't figure out how to easily hack the MIME-tools ebuilds to do a v6.
Top
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

  • Quote

Post by Quantumstate » Fri Oct 22, 2004 12:02 am

It does seem to be unhappy about MIME::Parser which is in MIME-tools.

Other than that, no clue. And nothing in Bugs nor GoogleGroups.
Impeach Bush
Top
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

  • Quote

Post by Quantumstate » Sat Oct 23, 2004 2:31 am

Could this be caused by not having some requirement of MIME::Parser? If so, how to find it?
Impeach Bush
Top
Quantumstate
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Wed May 26, 2004 7:06 pm
Location: Dallas

  • Quote

Post by Quantumstate » Sat Oct 23, 2004 3:30 am

Ah! Got it.

Thanks for all your help.
Impeach Bush
Top
irusun
n00b
n00b
Posts: 27
Joined: Tue Mar 11, 2003 4:50 am

  • Quote

Post by irusun » Sun Oct 24, 2004 5:33 am

Quantumstate wrote:Ah! Got it.
How did you fix it?

I was trying to emerge MythTV and got the same soap-lite compile error.
Top
kmj0377
Guru
Guru
User avatar
Posts: 397
Joined: Fri Sep 26, 2003 6:53 am

  • Quote

Post by kmj0377 » Sun Oct 24, 2004 5:12 pm

irusun wrote:
Quantumstate wrote:Ah! Got it.
How did you fix it?

I was trying to emerge MythTV and got the same soap-lite compile error.
You have to install MIME-tools 6.106 or newer, which unfortunately isn't in portage.
Top
dOcBrOwN
n00b
n00b
User avatar
Posts: 64
Joined: Wed Mar 12, 2003 7:37 pm
Location: Erfurt (in Thüringen), Germany
Contact:
Contact dOcBrOwN
Website

  • Quote

Post by dOcBrOwN » Thu Oct 28, 2004 11:55 am

This is a bug. I'm going to report it.
dOc
Top
J0bro
n00b
n00b
User avatar
Posts: 9
Joined: Wed May 07, 2003 8:00 am
Location: Eindhoven, The Netherlands

  • Quote

Post by J0bro » Fri Oct 29, 2004 9:35 am

A fix:

1. Have the MIME-tools from Portage installed. As the time of writing, that is dev-perl/MIME-tools-5.415.

2. (w)get this sucker:

http://www.metadot.com/public/MIME-tool ... 106.tar.gz

3. Unpack it somewhere and run:

Code: Select all

perl Makefile.PL
make test
make install
4. Resume installing whatever you were busy with (MythTV for instance)
To question is to grow
Top
dOcBrOwN
n00b
n00b
User avatar
Posts: 64
Joined: Wed Mar 12, 2003 7:37 pm
Location: Erfurt (in Thüringen), Germany
Contact:
Contact dOcBrOwN
Website

  • Quote

Post by dOcBrOwN » Fri Oct 29, 2004 9:46 am

Look at http://bugs.gentoo.org/show_bug.cgi?id=69248.

I found another way even though still using portage/emerge.
dOc
Top
markp2000
n00b
n00b
Posts: 41
Joined: Sat Oct 30, 2004 8:34 pm

Anything Else?

  • Quote

Post by markp2000 » Sat Oct 30, 2004 8:37 pm

I am still having issues with SOAP-Lite

Followed both sets of advice. SOAP-tools and the bug report, but to no avail.

I keep getting the test 3 and 4 failures.

Thanks, Mark
Top
markp2000
n00b
n00b
Posts: 41
Joined: Sat Oct 30, 2004 8:34 pm

  • Quote

Post by markp2000 » Sat Oct 30, 2004 11:13 pm

Here is the output on the make test command from above

Code: Select all

root@mythbox MIME-tools-6ALPHA-6.106 # make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.4 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Body.................ok
t/BoundaryDelimiter....ok
t/Decoder..............ok
t/Entity...............ok
t/Gauntlet.............ok
t/Head.................ok
t/Misc.................FAILED tests 4-6
        Failed 3/7 tests, 57.14% okay
t/Parser...............ok
t/Ref..................ok
t/WordDecoder..........ok
t/Words................ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Misc.t                   7    3  42.86%  4-6
Failed 1/11 test scripts, 90.91% okay. 3/222 subtests failed, 98.65% okay.
make: *** [test_dynamic] Error 255
root@mythbox MIME-tools-6ALPHA-6.106 #
Any ideas?
Top
AlanR
n00b
n00b
Posts: 10
Joined: Fri Mar 05, 2004 1:19 am

  • Quote

Post by AlanR » Sun Oct 31, 2004 1:28 am

I got the same errors. It seems safe to ignore, just continue on with the make install.

-Alan
Top
digitalb0y
n00b
n00b
User avatar
Posts: 55
Joined: Thu Jan 30, 2003 4:22 am
Location: Fburg, USA
Contact:
Contact digitalb0y
Website

  • Quote

Post by digitalb0y » Wed Nov 03, 2004 2:43 am

Thanks for the fix worked like a charm!
- Linux. The choice of a GNU generation.
Like Linux DVR's Check out http://Mythtvtalk.com
Top
dook43
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 116
Joined: Tue Jun 11, 2002 9:50 pm
Location: Baton Rouge, LA

  • Quote

Post by dook43 » Fri Nov 12, 2004 9:42 pm

AlanR wrote:I got the same errors. It seems safe to ignore, just continue on with the make install.

-Alan
Does it?

xmltv does not seem to be working without having a SOAP installed....
"We who are about to die salute you!"
Top
dakr
n00b
n00b
User avatar
Posts: 73
Joined: Tue Oct 07, 2003 8:24 pm
Location: Switzerland

  • Quote

Post by dakr » Tue Nov 16, 2004 6:44 pm

I just put into

Code: Select all

/etc/portage/package.keywords
the following line

Code: Select all

dev-perl/SOAP-Lite
so I emerge directly the 0.6 version
Top
digitalb0y
n00b
n00b
User avatar
Posts: 55
Joined: Thu Jan 30, 2003 4:22 am
Location: Fburg, USA
Contact:
Contact digitalb0y
Website

  • Quote

Post by digitalb0y » Fri Nov 19, 2004 2:00 am

Version 6.200_02
is here
http://www.zeegee.com/code/perl/MIME-to ... _02.tar.gz
- Linux. The choice of a GNU generation.
Like Linux DVR's Check out http://Mythtvtalk.com
Top
timseal
n00b
n00b
User avatar
Posts: 40
Joined: Mon Apr 29, 2002 8:16 pm
Location: Philadelphia

  • Quote

Post by timseal » Sun Nov 21, 2004 3:33 am

just put into

Code: Select all

/etc/portage/package.keywords
the following line

Code: Select all

dev-perl/SOAP-Lite
so I emerge directly the 0.6 version
This worked perfectly for me, thanks.
Top
bocacorazon
n00b
n00b
Posts: 31
Joined: Fri May 07, 2004 12:56 am

What does the /etc/portage/package.keywords file do?

  • Quote

Post by bocacorazon » Sun Nov 28, 2004 4:22 pm

I manually compiled the package and that solved my problem.

But I'm curious as to what the /etc/portage/package.keywords is supposed to do.

Marcos
Top
dakr
n00b
n00b
User avatar
Posts: 73
Joined: Tue Oct 07, 2003 8:24 pm
Location: Switzerland

  • Quote

Post by dakr » Sun Nov 28, 2004 7:33 pm

Hi,

If you use an x86 arch (and not ~x86) you just install the packages marked as stable.
If you put the name of the packages here (/etc/portage/package.keywords) it will install the last version available (marked stable or unstable).
Top
Post Reply

24 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy