Summary: | net-misc/d4x-2.5.7.1-r1 fails to compile and requires dev-libs/boost-1.33 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gábor VIDA <vidagabor> |
Component: | New packages | Assignee: | Desktop Misc. Team <desktop-misc> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Gábor VIDA
2006-06-21 06:19:55 UTC
Hmmm, works for me? Well, it seems that every problem is solved by time. It works for me now. Maybe the 4.1.1 gcc did it. from Google cache of author's forum (actual page gone): http://72.14.203.104/search?q=cache:jzXJ8cUEXQEJ:krasu.ru/soft/chuchelo/forum.php3%3Fforumaction%3Dprepost%26forumreply%3D2513+d4x+return(SocketPtr())%3B&hl=en&gl=us&ct=clnk&cd=4 --- Aaaaaaand fixed. :-) Simply replace the faulty line: return(SocketPtr()); with these two lines: SocketPtr dummy = SocketPtr(); return(dummy); You'll need to do the same thing in ftpd.cc, line 666 (no kidding :-). After that, d4x compiles fine. HTH! (In reply to comment #2) > Well, it seems that every problem is solved by time. It works for me now. Maybe > the 4.1.1 gcc did it. Can someone reproduce this bug or we may close it? Cheers, Przemek since nobody can reproduce it... Cheers, Przemek |