Hello,

I'm the gentoo ebuild maintainer, and I'm having some issues with the
fact that the old releases are moved to the attic directory when new
ones are released, and the ebuild fails to find them. Could you please
keep the sources in the same directory once they are published, so that
we won't have to change the old ebuilds when new versions appear?

And another issue is the usage of the -Werror CFLAG which makes
compilation fail with this message under Gentoo x86 with gcc 4.3.3:

cc -ffreestanding -c -O -fno-common -fno-stack-protector -Wall -Werror
-DOSS_LITTLE_ENDIAN  -I../../include -I../../kernel/framework/include
-I../../kernel/OS/Linux -I../../kernel/nonfree/include -I../..
-I/usr/src/uts/i686 osspartysh.c -o ./osspartysh.o
cc1: warnings being treated as errors
osspartysh.c: In function ‘pty_session’:
osspartysh.c:349: error: ignoring return value of ‘mkstemp’, declared
with attribute warn_unused_result
make[2]: *** [osspartysh.o] Error 1

This patch fixes the issue by using lower level file access functions
(write instead of fprintf):
http://hg.atheme.org/users/majeru/portage-overlay/raw-file/a8d1a5565974/media-sound/oss/files/oss-4.1.1052-Werror_fix.patch

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to