You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Carlos Valiente (JIRA)" <ji...@apache.org> on 2009/01/11 19:42:01 UTC

[jira] Created: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

TBufferedTransport.cs missing in lib/csharp/Makefile.am
-------------------------------------------------------

                 Key: THRIFT-258
                 URL: https://issues.apache.org/jira/browse/THRIFT-258
             Project: Thrift
          Issue Type: Bug
          Components: Library (C#)
         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
            Reporter: Carlos Valiente
         Attachments: THRIFT-258.diff

The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670145#action_12670145 ] 

David Reiss commented on THRIFT-258:
------------------------------------

Part of the fix was committed as r740456, which was attached to THRIFT-264.  Sorry for my confusion.

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: csharp_build_error.log, THRIFT-258-v2.diff, THRIFT-258-v3.diff, THRIFT-258-v4.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-258.
--------------------------------

    Resolution: Fixed
      Assignee: Carlos Valiente

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>            Assignee: Carlos Valiente
>         Attachments: csharp_build_error.log, THRIFT-258-v2.diff, THRIFT-258-v3.diff, THRIFT-258-v4.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated THRIFT-258:
------------------------------------

    Attachment: csharp_build_error.log

Output of "make -C lib/csharp", the Mono compiler fails to compile TServerSocket.cs due to TBufferedTransport not being included in Makefile.am

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: csharp_build_error.log, THRIFT-258-v2.diff, THRIFT-258-v3.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Carlos Valiente (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Valiente updated THRIFT-258:
-----------------------------------

    Attachment: THRIFT-258-v2.diff

Just noticed that src/Protocol/TBase.cs and src/Server/TThreadedServer.cs are also missing

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: THRIFT-258-v2.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664101#action_12664101 ] 

Esteve Fernandez commented on THRIFT-258:
-----------------------------------------

+1 Our Launchpad PPA failed to build the C# library. I've attached the output log, after adding /langversion:linq to Makefile.am



> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: THRIFT-258-v2.diff, THRIFT-258-v3.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Carlos Valiente (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Valiente updated THRIFT-258:
-----------------------------------

    Attachment: THRIFT-258.diff

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: THRIFT-258.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662815#action_12662815 ] 

Michael Greene commented on THRIFT-258:
---------------------------------------

Ah, sorry.  I had been using IDEs for compilation (Visual Studio and MonoDevelop).
Your second patch doesn't include the original TBufferedTransport problem.

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: THRIFT-258-v2.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Greene updated THRIFT-258:
----------------------------------

    Attachment: THRIFT-258-v4.diff

Patch updated against trunk, no changes from the last version by Carlos

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: csharp_build_error.log, THRIFT-258-v2.diff, THRIFT-258-v3.diff, THRIFT-258-v4.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Carlos Valiente (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Valiente updated THRIFT-258:
-----------------------------------

    Attachment:     (was: THRIFT-258.diff)

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: THRIFT-258-v2.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-258) TBufferedTransport.cs missing in lib/csharp/Makefile.am

Posted by "Carlos Valiente (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Valiente updated THRIFT-258:
-----------------------------------

    Attachment: THRIFT-258-v3.diff

Now with TBufferedTransport.cs - Thanks, Michael.

> TBufferedTransport.cs missing in lib/csharp/Makefile.am
> -------------------------------------------------------
>
>                 Key: THRIFT-258
>                 URL: https://issues.apache.org/jira/browse/THRIFT-258
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C#)
>         Environment: Mono 2.0.1 under Ubuntu 8.04 (32 bit)
>            Reporter: Carlos Valiente
>         Attachments: THRIFT-258-v2.diff, THRIFT-258-v3.diff
>
>
> The source file lib/csharp/src/Transport/TBufferedTransport.cs is missing in lib/csharp/Makefile.am, and compilation of Thrift.dll fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.