[Bug 602134] Re: wvstreams fails to build from source in maverick (glibc-2.12)

Gursimran singh Mohar simar.i3r at gmail.com
Mon Aug 2 14:04:09 BST 2010


Thanks again Bhavani for your review. Now I am happy for better
patching. I suppose ... :))

As far as MOCOS is concerned I think it is  a macro for MAC operating
system. MAC OS might need these headers for earlier versions, we did not
require these in lucid but in maverick we do. So, to keep the source
code still consistent with MAC, I have not touched this code and added a
separate line..

or if we want to increase our work we may have something like this

#ifdef MAVERICK
#include <sys/stat.h>
.... 
..

I think by doing this in MAC also we do not have any multiple
inclusions, for obvious reasons. So we can go ahead. But I'm not sure
ofcourse that what exactly MACOS means and should we go like this or
not..

-- 
wvstreams fails to build from source in maverick (glibc-2.12)
https://bugs.launchpad.net/bugs/602134
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “wvstreams” package in Ubuntu: Triaged
Status in “wvstreams” source package in Maverick: Triaged

Bug description:
fails to build from source in maverick and in a test rebuild:
https://launchpad.net/ubuntu/+archive/test-rebuild-20100628/+build/1841619

./CXX -c ipstreams/wvunixdgsocket   
In file included from ./include/wvunixdgsocket.h:13,
                 from ipstreams/wvunixdgsocket.cc:1:
./include/wvaddr.h: In member function 'uint32_t WvIPAddr::addr() const':
./include/wvaddr.h:284: warning: dereferencing type-punned pointer will break strict-aliasing rules
ipstreams/wvunixdgsocket.cc: In constructor 'WvUnixDGSocket::WvUnixDGSocket(const WvFastString&, bool, int)':
ipstreams/wvunixdgsocket.cc:50: error: 'chmod' was not declared in this scope
make[1]: *** [ipstreams/wvunixdgsocket.o] Error 1
make[1]: Leaving directory `/build/buildd/wvstreams-4.6.1'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2





More information about the Ubuntu-sponsors mailing list