Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8763 - wvdial 1.53 ebuild broken
Summary: wvdial 1.53 ebuild broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-04 17:19 UTC by Joakim
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add crypt to the LIBS (wvdial-1.53-crypt.patch,381 bytes, patch)
2002-10-07 19:30 UTC, dareynol
Details | Diff
ebuild implementing the crypt patch (wvdial-1.53.ebuild,784 bytes, patch)
2002-10-07 19:32 UTC, dareynol
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim 2002-10-04 17:19:13 UTC
Trying to emerge wvdial ends this way:

"In file included from /usr/include/wvstreams/wvlog.h:19,
                 from /usr/include/wvstreams/wvconf.h:17,
                 from wvdialer.h:15,
                 from wvdial.cc:10:
/usr/include/wvstreams/wvstream.h:21: warning: `typename
   WvStreamCallback_bound<T>::BoundFunc' is implicitly a typename
/usr/include/wvstreams/wvstream.h:21: warning: implicit typename is deprecated,
   please see the documentation for details
In file included from wvdialer.h:15,
                 from wvdial.cc:10:
/usr/include/wvstreams/wvconf.h:66: warning: `typename
   WvConfCallback_bound<T>::BoundFunc' is implicitly a typename
/usr/include/wvstreams/wvconf.h:66: warning: implicit typename is deprecated,
   please see the documentation for details
g++   -o wvdial wvdial.o wvdial.a  -L../wvstreams -lwvutils -lwvstreams
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libwvutils.so: undefined 
reference to `crypt'
collect2: ld returned 1 exit status
make[1]: *** [wvdial] Error 1
make: *** [src] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 7, Exitcode 2
!!! (no error message)"

Seam to me it's broken or more likely wvstreams are so?

Joakim
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-05 15:35:16 UTC
gcc-3.2?
Comment 2 Joakim 2002-10-05 17:33:12 UTC
Yes 3.2, sorry thought that was obvious as Gentoo version is 1.4
Comment 3 dareynol 2002-10-07 19:30:26 UTC
Created attachment 4495 [details, diff]
Patch to add crypt to the LIBS
Comment 4 dareynol 2002-10-07 19:32:22 UTC
Created attachment 4496 [details, diff]
ebuild implementing the crypt patch
Comment 5 dareynol 2002-10-07 19:36:07 UTC
Forgot to add this above.
Saw this in the forums:
http://forums.gentoo.org/viewtopic.php?t=17549

I added crypt to the LIBS in src/Makefile
Works on my system.

Hope this helps.
Comment 6 Joakim 2002-10-08 07:06:55 UTC
I don't know, to deal with this info seam to be over my head... can't find any 
correspondence in paths/files on my disk. But I guess and hope the ebuild in 
portage soon will be updated to reflect what been said here? 
Comment 7 Nick Hadaway 2002-10-08 07:24:38 UTC
I have added your patch to portage.  Thanks for the fix! 
Comment 8 Joakim 2002-10-08 11:22:05 UTC
Seams like you forgot to include the actual patch in the portage files. "# 
emerge wvdial" now gives me error:
/usr/sbin/ebuild.sh /usr/portage/net-dialup/wvdial/files/wvdial-1.53-
crypt.patch: No such file or directory

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_unpack, Line -115, Exitcode 1
!!! Patch failed
Comment 9 Nick Hadaway 2002-10-08 11:47:02 UTC
sorry about that.  the patch has been uploaded to cvs.