This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients mmokrejs
Date 2008-07-03.00:14:13
SpamBayes Score 0.15873837
Marked as misclassified No
Message-id <1215044054.48.0.722645405249.issue3266@psf.upfronthosting.co.za>
In-reply-to
Content
Some typo in the sources showing up on Solaris 2.6 only?

building 'mmap' extension
gcc -shared -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -I. -I/usr/scratch/Python-2.5.2/./Include -I.
-IInclude -I./Include -I/usr/local/include
-I/usr/scratch/Python-2.5.2/Include -I/usr/scratch/Python-2.5.2 -c
/usr/scratch/Python-2.5.2/Modules/mmapmodule.c -o
build/temp.solaris-2.6-sun4u-2.5/usr/scratch/Python-2.5.2/Modules/mmapmodule.o
/usr/scratch/Python-2.5.2/Modules/mmapmodule.c: In function
`new_mmap_object':
/usr/scratch/Python-2.5.2/Modules/mmapmodule.c:915: warning: implicit
declaration of function `open'
/usr/scratch/Python-2.5.2/Modules/mmapmodule.c:915: error: `O_RDWR'
undeclared (first use in this function)
/usr/scratch/Python-2.5.2/Modules/mmapmodule.c:915: error: (Each
undeclared identifier is reported only once
/usr/scratch/Python-2.5.2/Modules/mmapmodule.c:915: error: for each
function it appears in.)
History
Date User Action Args
2008-07-03 00:14:14mmokrejssetspambayes_score: 0.158738 -> 0.15873837
recipients: + mmokrejs
2008-07-03 00:14:14mmokrejssetspambayes_score: 0.158738 -> 0.158738
messageid: <1215044054.48.0.722645405249.issue3266@psf.upfronthosting.co.za>
2008-07-03 00:14:13mmokrejslinkissue3266 messages
2008-07-03 00:14:13mmokrejscreate