You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2011/02/09 16:47:57 UTC

[jira] Commented: (QPID-3041) Make dist process does not package the .NET Binding source

    [ https://issues.apache.org/jira/browse/QPID-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992538#comment-12992538 ] 

Chuck Rolke commented on QPID-3041:
-----------------------------------

>From the dev mailing list:
====
When I add the sources to a Makefile.am then I get a packaging error from tar: file name too long.
I can see several solutions:

1. Rename or move the source files. This would be tedious and not a great long term solution.

2. Use a different version of tar. Support for 256 character file names has been around for a while and would satisfy the name length problem. However, I don't take changing the tar format lightly.

3. Tar/zip the .NET Binding sources and package the resulting tar.gz file instead of the individual files. I tend to favor this approach.

Any ideas or opinions?
====
After further review option #2 is what I plan to use. Simply adding "tar-ustar" to  AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects tar-ustar]) fixes the issue. From the automake doc: 
  tar-ustar selects the ustar format defined by POSIX 1003.1-1988. 
  This format is believed to be old enough to be portable. 
1988 is more than half way back to the epoch! No worries.


> Make dist process does not package the .NET Binding source
> ----------------------------------------------------------
>
>                 Key: QPID-3041
>                 URL: https://issues.apache.org/jira/browse/QPID-3041
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.8
>         Environment: Packaging
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>
> The 0.8 kit qpid-cpp-0.8.tar.gz does not include the .NET Binding source.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org