[ 
https://issues.apache.org/jira/browse/TS-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neddy updated TS-1104:
----------------------

    Comment: was deleted

(was: # gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/gcc/4.6/lib/gcc/i386-pc-solaris2.11/4.6.2/lto-wrapper
Target: i386-pc-solaris2.11
Configured with: ../gcc-4.6.2/configure --prefix=/usr/gcc/4.6 
--libdir=/usr/gcc/4.6/lib --libexecdir=/usr/gcc/4.6/lib 
--mandir=/usr/gcc/4.6/share/man --infodir=/usr/gcc/4.6/info 
--with-build-time-tools=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as 
--with-ld=/usr/bin/ld --without-gnu-ld --enable-languages=c,c++,fortran,objc 
--enable-shared --disable-static --enable-decimal-float --with-gmp=/usr/gnu 
--with-mpfr=/usr/gnu --with-mpc=/usr/gnu --with-libiconv-prefix=/usr/gnu 
-enable-nls
Thread model: posix
gcc version 4.6.2 (GCC))
    
> Build problem on solaris
> ------------------------
>
>                 Key: TS-1104
>                 URL: https://issues.apache.org/jira/browse/TS-1104
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.1.3
>
>
> Reported and fixed by Igor Brezac
> {code}
> --- Store.cc.orig       2012-02-06 10:11:26.365180262 -0500
> +++ Store.cc    2012-02-06 10:11:56.035330329 -0500
> @@ -629,7 +629,7 @@
>    blocks = size / STORE_BLOCK_SIZE;
>    file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR);
> -  Debug("cache_init", "Span::init - %s hw_sector_size = %d  size = %"
> PRId64 ", blocks = %" PRId64 ", disk_id = %d, file_pathname = %d",
> filename, hw_sector_size, size, blocks, disk_id, file_pathname);
> +  Debug("cache_init", "Span::init - %s hw_sector_size = %" PRId64 ",
> size = %" PRId64 ", blocks = %" PRId64 ", disk_id = %d, file_pathname
> = %d", filename, hw_sector_size, size, blocks, disk_id,
> file_pathname);
>  Lfail:
>    socketManager.close(fd);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to