DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38324>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38324

           Summary: configure snippet for XSECConfig.hpp stops installation
           Product: Security
           Version: C++ 1.2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: C++ Canonicalization
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The configure script doesn't correctly check whether XSECConfig.hpp is already
listed in ${framework_include_files} causing it to be listed twice. The result
is that the `make install` fails because a single install command tries to write
the same file twice.

./configure --prefix=/tmp/xml-security-out && make && make install
<snip>
/usr/bin/install -c -d /tmp/xml-security-out/include/xsec/framework
/usr/bin/install -c -m 644 XSECAlgorithmHandler.hpp XSECAlgorithmMapper.hpp
XSECConfig.hpp XSECDefs.hpp XSECEnv.hpp XSECError.hpp XSECException.hpp
XSECProvider.hpp XSECURIResolver.hpp XSECURIResolverXerces.hpp XSECW32Config.hpp
XSECConfig.hpp /tmp/xml-security-out/include/xsec/framework
/usr/bin/install: will not overwrite just-created
`/tmp/xml-security-out/include/xsec/framework/XSECConfig.hpp' with 
`XSECConfig.hpp'
make[1]: *** [install] Error 1
make[1]: Leaving directory
`/usr/src/redhat/SOURCES/xml-security-c-1.2.1/src/framework'
make: *** [install] Error 2

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to