Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211327 - net-libs/wvstreams-4.4.1 version bump
Summary: net-libs/wvstreams-4.4.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 01:53 UTC by Alexander Hsia
Modified: 2008-11-19 19:33 UTC (History)
5 users (show)

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


Attachments
All in one file. (wvstreams-4.4-x86_64-config+build-logs_emergeinfo_environment-2008.05.20_05:28:44,285.60 KB, text/plain)
2008-05-20 16:10 UTC, Xavian-Anderson Macpherson
Details
wvstreams-4.4.1-sane-cflags.patch (wvstreams-4.4.1-sane-cflags.patch,352 bytes, patch)
2008-06-17 19:16 UTC, Chris Mayo
Details | Diff
wvstreams-4.4.1-gcc4.3.patch (wvstreams-4.4.1-gcc4.3.patch,846 bytes, patch)
2008-06-17 19:16 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Hsia 2008-02-25 01:53:18 UTC
New version of wvstreams out. 
Hoping this will fix the segmentation fault being reported when starting wvdial


Reproducible: Always
Comment 1 Xavian-Anderson Macpherson 2008-05-20 12:58:42 UTC
There is no net-libs/wvstreams-4.4.1. And this is May 2008.

Shingoshi
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2008-05-20 13:20:06 UTC
(In reply to comment #1)
> There is no net-libs/wvstreams-4.4.1. And this is May 2008.

I am pretty sure we all know what month it is, but thank you.  A comment that would have been a lot more helpful would have been if renaming the existing ebuild worked just fine.  If you have tested it and it works would also be nice to know.

Thanks
Comment 3 Xavian-Anderson Macpherson 2008-05-20 16:10:58 UTC
Created attachment 153763 [details]
All in one file.

I hope this answers your question.

Shingoshi
Comment 4 Chris Mayo 2008-06-17 19:15:31 UTC
Renaming the ebuild is OK - it's the patches that cause a few problems.

First I had to:
sed -i "s:wvstreams-4.4:wvstreams-4.4.1:g" files/*

wvstreams-4.4-as-needed.patch doesn't apply

wvstreams-4.4-sane-cflags.patch doesn't apply (attached a simplified version)

As reported in #218504 it doesn't compile with gcc-4.3. Attached a patch with the same changes but with the full file paths.

Only tested compiling, don't have a modem at the moment.
Comment 5 Chris Mayo 2008-06-17 19:16:06 UTC
Created attachment 157337 [details, diff]
wvstreams-4.4.1-sane-cflags.patch
Comment 6 Chris Mayo 2008-06-17 19:16:25 UTC
Created attachment 157339 [details, diff]
wvstreams-4.4.1-gcc4.3.patch
Comment 7 Alin Năstac (RETIRED) gentoo-dev 2008-06-21 01:54:20 UTC
I've submitted my work to our tree, but I've hard masked the ebuild because  configure script run autoconf at the end. 

I don't know which event trigger this nor do I understand who runs it (configure script doesn't seem to contain an autoconf command).

Diego, can you help me on this one?
Comment 8 Chris Mayo 2008-08-20 13:09:08 UTC
wvstreams-4.4.ebuild had:
	eautoconf || die "autoconf failed"
	#without following, the makefile would remove some files and request
	#you to run ./configure again
	touch include/wvautoconf.h.in configure

in wvstreams-4.4.1.ebuild this was replaced with:
	eautoreconf || die "eautoreconf failed"

when I replace the above in 4.4.1 with that from 4.4 it emerges fine for me.
Comment 9 Alin Năstac (RETIRED) gentoo-dev 2008-08-20 19:14:09 UTC
Someone should fix autotools files so they will work with eautoreconf. Until then, the ebuild will stay hard masked.
Comment 10 Peter Alfredsen (RETIRED) gentoo-dev 2008-11-19 19:33:35 UTC
I've put a fix into the tree. But please don't look, cause *dear god* it's ugly.