[jira] [Resolved] (QPID-4642) Can't complete make distcheck

2013-09-16 Thread Alan Conway (JIRA)

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

Alan Conway resolved QPID-4642.
---

Resolution: Won't Fix

Only affects the deprecated automake build system.

 Can't complete make distcheck
 ---

 Key: QPID-4642
 URL: https://issues.apache.org/jira/browse/QPID-4642
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker
Affects Versions: 0.21
 Environment: Building on RHEL6, Server, x86_64 (automake).
Reporter: Irina Boverman
Assignee: Alan Conway
Priority: Minor

 According to this: 
 http://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution
 It should be possible to use defaults as in below.
 Using these steps:
 cd qpid/cpp
 ./bootstrap
 ./configure
 make distcheck
 --
 Ends up in error:
 --
 make[1]: Entering directory 
 `/home/jenkins/workspace/qpid-cpp-trunk-autotools-distcheck/label/master/qpid/cpp/bindings/qpid'
 make[1]: *** No rule to make target `perl/qpid.pm', needed by `distdir'.  
 Stop.
 make[1]: Leaving directory 
 `/home/jenkins/workspace/qpid-cpp-trunk-autotools-distcheck/label/master/qpid/cpp/bindings/qpid'
 make: *** [distdir] Error 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-4856) make distcheck fails on qpid.pm file

2013-05-16 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created QPID-4856:
--

 Summary: make distcheck fails on qpid.pm file
 Key: QPID-4856
 URL: https://issues.apache.org/jira/browse/QPID-4856
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker


In the Makefile.am file for qpid/cpp/bindings/qpid, the reference is to 
perl/qpid.pm. However, the file is actually in perl/lib/qpid.pm, so the 
reference needs to be updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4856) make distcheck fails on qpid.pm file

2013-05-16 Thread Darryl L. Pierce (JIRA)

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

Darryl L. Pierce updated QPID-4856:
---

Fix Version/s: 0.22

 make distcheck fails on qpid.pm file
 

 Key: QPID-4856
 URL: https://issues.apache.org/jira/browse/QPID-4856
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker
 Fix For: 0.22


 In the Makefile.am file for qpid/cpp/bindings/qpid, the reference is to 
 perl/qpid.pm. However, the file is actually in perl/lib/qpid.pm, so the 
 reference needs to be updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4856) make distcheck fails on qpid.pm file

2013-05-16 Thread Darryl L. Pierce (JIRA)

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

Darryl L. Pierce updated QPID-4856:
---

Affects Version/s: 0.22

 make distcheck fails on qpid.pm file
 

 Key: QPID-4856
 URL: https://issues.apache.org/jira/browse/QPID-4856
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker

 In the Makefile.am file for qpid/cpp/bindings/qpid, the reference is to 
 perl/qpid.pm. However, the file is actually in perl/lib/qpid.pm, so the 
 reference needs to be updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (QPID-4856) make distcheck fails on qpid.pm file

2013-05-16 Thread Darryl L. Pierce (JIRA)

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

Darryl L. Pierce resolved QPID-4856.


Resolution: Fixed

 make distcheck fails on qpid.pm file
 

 Key: QPID-4856
 URL: https://issues.apache.org/jira/browse/QPID-4856
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker
 Fix For: 0.22


 In the Makefile.am file for qpid/cpp/bindings/qpid, the reference is to 
 perl/qpid.pm. However, the file is actually in perl/lib/qpid.pm, so the 
 reference needs to be updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4856) make distcheck fails on qpid.pm file

2013-05-16 Thread Darryl L. Pierce (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659919#comment-13659919
 ] 

Darryl L. Pierce commented on QPID-4856:


This fix can be found upstream:

http://svn.apache.org/viewvc?view=revisionrevision=1483541

 make distcheck fails on qpid.pm file
 

 Key: QPID-4856
 URL: https://issues.apache.org/jira/browse/QPID-4856
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker
 Fix For: 0.22


 In the Makefile.am file for qpid/cpp/bindings/qpid, the reference is to 
 perl/qpid.pm. However, the file is actually in perl/lib/qpid.pm, so the 
 reference needs to be updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4856) make distcheck fails on qpid.pm file

2013-05-16 Thread Justin Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659922#comment-13659922
 ] 

Justin Ross commented on QPID-4856:
---

Darryl has requested this for 0.22.  It's important because it's blocking the 
RC4 build.  I've reviewed and tested the fix.  Approved for 0.22.

 make distcheck fails on qpid.pm file
 

 Key: QPID-4856
 URL: https://issues.apache.org/jira/browse/QPID-4856
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker
 Fix For: 0.22


 In the Makefile.am file for qpid/cpp/bindings/qpid, the reference is to 
 perl/qpid.pm. However, the file is actually in perl/lib/qpid.pm, so the 
 reference needs to be updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4642) Can't complete make distcheck

2013-05-09 Thread Irina Boverman (JIRA)

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

Irina Boverman updated QPID-4642:
-

Description: 
According to this: 
http://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution

It should be possible to use defaults as in below.

Using these steps:

cd qpid/cpp
./bootstrap
./configure
make distcheck

--
Ends up in error:
--
make[1]: Entering directory 
`/home/jenkins/workspace/qpid-cpp-trunk-autotools-distcheck/label/master/qpid/cpp/bindings/qpid'
make[1]: *** No rule to make target `perl/qpid.pm', needed by `distdir'.  Stop.
make[1]: Leaving directory 
`/home/jenkins/workspace/qpid-cpp-trunk-autotools-distcheck/label/master/qpid/cpp/bindings/qpid'
make: *** [distdir] Error 1

  was:
According to this: 
http://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution

It should be possible to use defaults as in below.

Using these steps:

cd qpid/cpp
./bootstrap
./configure
make distcheck

--
Ends up in error:
--
make[1]: Leaving directory 
`/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/api'
 (cd docs/man  make  top_distdir=../../qpidc-0.21 
distdir=../../qpidc-0.21/docs/man \
 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory 
`/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/man'
make[1]: *** No rule to make target `../../src/qpidd', needed by `qpidd.1'.  
Stop.
make[1]: Leaving directory 
`/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/man'
make: *** [distdir] Error 1


 Can't complete make distcheck
 ---

 Key: QPID-4642
 URL: https://issues.apache.org/jira/browse/QPID-4642
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker
Affects Versions: 0.21
 Environment: Building on RHEL6, Server, x86_64 (automake).
Reporter: Irina Boverman
Assignee: Alan Conway
Priority: Minor

 According to this: 
 http://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution
 It should be possible to use defaults as in below.
 Using these steps:
 cd qpid/cpp
 ./bootstrap
 ./configure
 make distcheck
 --
 Ends up in error:
 --
 make[1]: Entering directory 
 `/home/jenkins/workspace/qpid-cpp-trunk-autotools-distcheck/label/master/qpid/cpp/bindings/qpid'
 make[1]: *** No rule to make target `perl/qpid.pm', needed by `distdir'.  
 Stop.
 make[1]: Leaving directory 
 `/home/jenkins/workspace/qpid-cpp-trunk-autotools-distcheck/label/master/qpid/cpp/bindings/qpid'
 make: *** [distdir] Error 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-4642) Can't complete make distcheck

2013-04-08 Thread Alan Conway (JIRA)

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

Alan Conway reassigned QPID-4642:
-

Assignee: Alan Conway

 Can't complete make distcheck
 ---

 Key: QPID-4642
 URL: https://issues.apache.org/jira/browse/QPID-4642
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker
Affects Versions: 0.21
 Environment: Building on RHEL6, Server, x86_64 (automake).
Reporter: Irina Boverman
Assignee: Alan Conway
Priority: Minor

 According to this: 
 http://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution
 It should be possible to use defaults as in below.
 Using these steps:
 cd qpid/cpp
 ./bootstrap
 ./configure
 make distcheck
 --
 Ends up in error:
 --
 make[1]: Leaving directory 
 `/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/api'
  (cd docs/man  make  top_distdir=../../qpidc-0.21 
 distdir=../../qpidc-0.21/docs/man \
  am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 make[1]: Entering directory 
 `/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/man'
 make[1]: *** No rule to make target `../../src/qpidd', needed by `qpidd.1'.  
 Stop.
 make[1]: Leaving directory 
 `/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/man'
 make: *** [distdir] Error 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (QPID-4642) Can't complete make distcheck

2013-04-08 Thread Alan Conway (JIRA)

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

Alan Conway resolved QPID-4642.
---

Resolution: Fixed

The build is failing because the SWIG version installed is too old:

configure: WARNING: SWIG version = 1.3.32 is required.  You have 1.3.29.  You 
should look at http://www.swig.org

 Can't complete make distcheck
 ---

 Key: QPID-4642
 URL: https://issues.apache.org/jira/browse/QPID-4642
 Project: Qpid
  Issue Type: Bug
  Components: C++ Broker
Affects Versions: 0.21
 Environment: Building on RHEL6, Server, x86_64 (automake).
Reporter: Irina Boverman
Assignee: Alan Conway
Priority: Minor

 According to this: 
 http://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution
 It should be possible to use defaults as in below.
 Using these steps:
 cd qpid/cpp
 ./bootstrap
 ./configure
 make distcheck
 --
 Ends up in error:
 --
 make[1]: Leaving directory 
 `/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/api'
  (cd docs/man  make  top_distdir=../../qpidc-0.21 
 distdir=../../qpidc-0.21/docs/man \
  am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 make[1]: Entering directory 
 `/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/man'
 make[1]: *** No rule to make target `../../src/qpidd', needed by `qpidd.1'.  
 Stop.
 make[1]: Leaving directory 
 `/var/lib/jenkins/workspace/qpid-cpp-trunk-distcheck/label/master/qpid/cpp/docs/man'
 make: *** [distdir] Error 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (QPID-4697) Minor fixes to make distcheck

2013-04-04 Thread Alan Conway (JIRA)

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

Alan Conway resolved QPID-4697.
---

Resolution: Fixed

Commits: trunk r1464018, 0.22 r1464646

 Minor fixes to make distcheck
 -

 Key: QPID-4697
 URL: https://issues.apache.org/jira/browse/QPID-4697
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.20
Reporter: Alan Conway
Assignee: Alan Conway
 Fix For: 0.22


 - add qmfengine.py to DIST.
 - create directory qpid/bindings/perl if not already present.
 - ssl_test: don't run python part of tests if python client not available.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4697) Minor fixes to make distcheck

2013-04-03 Thread Alan Conway (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620933#comment-13620933
 ] 

Alan Conway commented on QPID-4697:
---

Merged to trunk, request merge to 0.22


r1464018 | aconway | 2013-04-03 09:55:41 -0400 (Wed, 03 Apr 2013) | 6 lines

QPID-4697: Minor fixes to make distcheck

- add qmfengine.py to DIST.
- create directory qpid/bindings/perl if not already present.
- ssl_test: don't run python part of tests if python client not available.




 Minor fixes to make distcheck
 -

 Key: QPID-4697
 URL: https://issues.apache.org/jira/browse/QPID-4697
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.20
Reporter: Alan Conway
Assignee: Alan Conway
 Fix For: 0.22


 - add qmfengine.py to DIST.
 - create directory qpid/bindings/perl if not already present.
 - ssl_test: don't run python part of tests if python client not available.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Request merge to 0.22: QPID-4697 Minor fixes to make distcheck

2013-04-03 Thread Alan Conway

https://issues.apache.org/jira/browse/QPID-4697

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: Request merge to 0.22: QPID-4697 Minor fixes to make distcheck

2013-04-03 Thread Ken Giusti
+1


- Original Message -
 From: Justin Ross jr...@redhat.com
 To: Ken Giusti kgiu...@redhat.com
 Cc: Qpid Dev dev@qpid.apache.org, Alan Conway acon...@redhat.com
 Sent: Wednesday, April 3, 2013 10:06:07 AM
 Subject: Re: Request merge to 0.22: QPID-4697 Minor fixes to make distcheck
 
 Ken, would you review the ssl_test change?
 
 http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/ssl_test?r1=1464018r2=1464017pathrev=1464018
 
 Justin
 
 - Original Message -
 From: Alan Conway acon...@redhat.com
 To: Justin Ross jr...@redhat.com, Qpid Dev dev@qpid.apache.org
 Sent: Wednesday, April 3, 2013 9:57:38 AM
 Subject: Request merge to 0.22: QPID-4697 Minor fixes to make distcheck
 
 https://issues.apache.org/jira/browse/QPID-4697
 

-- 
-K

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-4697) Minor fixes to make distcheck

2013-04-03 Thread Justin Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621239#comment-13621239
 ] 

Justin Ross commented on QPID-4697:
---

Reviewed by Ken.  Approved for 0.22.

 Minor fixes to make distcheck
 -

 Key: QPID-4697
 URL: https://issues.apache.org/jira/browse/QPID-4697
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.20
Reporter: Alan Conway
Assignee: Alan Conway
 Fix For: 0.22


 - add qmfengine.py to DIST.
 - create directory qpid/bindings/perl if not already present.
 - ssl_test: don't run python part of tests if python client not available.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: Request merge to 0.22: QPID-4697 Minor fixes to make distcheck

2013-04-03 Thread Justin Ross
Ken, would you review the ssl_test change?

http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/ssl_test?r1=1464018r2=1464017pathrev=1464018

Justin

- Original Message -
From: Alan Conway acon...@redhat.com
To: Justin Ross jr...@redhat.com, Qpid Dev dev@qpid.apache.org
Sent: Wednesday, April 3, 2013 9:57:38 AM
Subject: Request merge to 0.22: QPID-4697 Minor fixes to make distcheck

https://issues.apache.org/jira/browse/QPID-4697

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



make distcheck fails on trunk, missing qmfengine.i

2012-12-19 Thread Alan Conway
make distcheck fails on trunk with: 

make[1]: Entering directory `/home/aconway/qpid2/dbg/bindings/qmf'
make[1]: *** No rule to make target `qmfengine.i', needed by `distdir'.
Stop.
make[1]: Leaving directory `/home/aconway/qpid2/dbg/bindings/qmf'
make: *** [distdir] Error 1


There is a qmfengine.i under the include directory, is that where it
should be distributed from?

Cheers,
Alan.


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: make distcheck fails on trunk, missing qmfengine.i

2012-12-19 Thread Ken Giusti
Not sure - they were moved there as part of this change:

http://svn.apache.org/viewvc?view=revisionrevision=1414294

-K

- Original Message -
 make distcheck fails on trunk with:
 
 make[1]: Entering directory `/home/aconway/qpid2/dbg/bindings/qmf'
 make[1]: *** No rule to make target `qmfengine.i', needed by
 `distdir'.
 Stop.
 make[1]: Leaving directory `/home/aconway/qpid2/dbg/bindings/qmf'
 make: *** [distdir] Error 1
 
 
 There is a qmfengine.i under the include directory, is that where it
 should be distributed from?
 
 Cheers,
 Alan.
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
 For additional commands, e-mail: dev-h...@qpid.apache.org
 
 

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



Re: make distcheck fails on trunk, missing qmfengine.i

2012-12-19 Thread Darryl L. Pierce
On Wed, Dec 19, 2012 at 11:12:17AM -0500, Alan Conway wrote:
 make distcheck fails on trunk with: 
 
 make[1]: Entering directory `/home/aconway/qpid2/dbg/bindings/qmf'
 make[1]: *** No rule to make target `qmfengine.i', needed by `distdir'.
 Stop.
 make[1]: Leaving directory `/home/aconway/qpid2/dbg/bindings/qmf'
 make: *** [distdir] Error 1
 
 
 There is a qmfengine.i under the include directory, is that where it
 should be distributed from?

Yes. The swig descriptors are installed to the include directory. Swig
by default looks in those same directories for descriptors.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpRv8BftmGr9.pgp
Description: PGP signature


make distcheck

2009-07-01 Thread Ján Sáreník
  Hi there!

Just an update, since two patches - one by aconway (789726),
the other (and equally important) by tross (789773) - I can
already make distcheck when bootstrapping using last autotools
on non-RHEL Linux distribution. Thanks for fixing that!

Not wanting to raise following much, but I have noticed errors
when I was trying to 'make -j4 distcheck', so my successful
distchecks were merely one-job-at-a-time. If there is any
interest, get back to me and I can prepare and send the logs.

  Best regards, Jasan
-- 
Red Hat Czech, MRG Quality Assurance Associate

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