On 04/21/12 03:41 AM, Igor Kozhukhov wrote:
Hi Den,
I have tested build by gcc44 and have found additional build issues and
fixed it on my open userland at:
https://bitbucket.org/dilos/dilos-userland/src/513a71f5a0f2/components/trou
sers
Igor,
Thank you.
- Dan
Example of issues:
cc1: warnings being treated as errors
/myshare/builds/dilos-userland/dilos-userland-review/components/trousers/tr
ousers-0.3.6/src/tspi/rpc/hosttable.c:25: error: 'static' is not at
beginning of declaration
make[3]: *** [libtspi_la-hosttable.lo] Error 1
Issue in file src/tspi/rpc/hosttable.c:25
24 TSS_RESULT
25 static host_table_init(void)
26 {
Trivial fix by:
24 static TSS_RESULT
25 host_table_init(void)
26 {
cc1: warnings being treated as errors
/myshare/builds/dilos-userland/dilos-userland-review/components/trousers/tr
ousers-0.3.6/src/tcsd/svrside.c: In function 'store_eventlog':
/myshare/builds/dilos-userland/dilos-userland-review/components/trousers/tr
ousers-0.3.6/src/tcsd/svrside.c:250: error: comparison between signed and
unsigned integer expressions
make[3]: *** [tcsd-svrside.o] Error 1
242 int bytes = 0;
Fixed by:
242 unsigned int bytes = 0;
And others build issues fixes you can find on my userland.
Bets regards,
-Igor
On 4/18/12 10:00 PM, "[email protected]"<[email protected]>
wrote:
Author: Dan Anderson<[email protected]>
Repository: /hg/userland/gate
Latest revision: e2e604cdbd6abb1e07dcfb0fdfbd38e70152de7a
Total changesets: 1
Log message:
7123028 Problem with crypto/tss
7041927 tcsd and libtspi should not use TCP/IP sockets
7002966 libtspi can segv in .fini section
7160939 trousers should depend on iconv/utf-8 instead of
iconv/unicode-core
Files:
create: components/trousers/patches/dist_tcsd.conf.in.patch
create: components/trousers/patches/include_tcsd.h.patch
create: components/trousers/patches/include_tspps.h.patch
create: components/trousers/patches/include_tss_tss_defines.h.patch
create: components/trousers/patches/man_man5_tcsd.conf.5.in.patch
create: components/trousers/patches/man_man8_tcsd.8.in.patch
create: components/trousers/patches/tcs_rpc_tcstp_rpc.c.patch
create: components/trousers/patches/tcs_rpc_tcstp_rpc_ps.c.patch
create: components/trousers/patches/tcs_tcs_caps.c.patch
create: components/trousers/patches/tcsd_Makefile.in.patch
create: components/trousers/patches/tcsd_svrside.c.patch
create: components/trousers/patches/tddl_tddl.c.patch
create: components/trousers/patches/trspi_crypto_openssl_hash.c.patch
create: components/trousers/patches/tspi_ps_tspps.c.patch
create: components/trousers/patches/tspi_rpc_hosttable.c.patch
create: components/trousers/patches/tspi_rpc_tcstp_rpc.c.patch
delete: components/trousers/patches/Makefile.in.patch
delete: components/trousers/patches/hash.c.patch
delete: components/trousers/patches/hosttable.c.patch
delete: components/trousers/patches/rpc_ps.c.patch
delete: components/trousers/patches/svrside.c.patch
delete: components/trousers/patches/tcs_caps.c.patch
delete: components/trousers/patches/tcsd.8.in.patch
delete: components/trousers/patches/tcsd.conf.in.patch
delete: components/trousers/patches/tcsd.h.patch
delete: components/trousers/patches/tcstp_rpc.c.patch
delete: components/trousers/patches/tddl.c.patch
delete: components/trousers/patches/tspps.c.patch
delete: components/trousers/patches/tspps.h.patch
delete: components/trousers/patches/tss_defines.h.patch
update: components/trousers/Makefile
update: components/trousers/patches/configure.in.patch
update: components/trousers/tcsd.xml
update: components/trousers/trousers.p5m
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss
--
uosบǝpuɐ uɐp [email protected], Oracle Solaris, San Diego, +1 858-526-9418
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss