After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592575 - build failure: /usr/bin/install: will not overwrite just-created `/opt/gnome2/include/libexslt/exslt.h' with `exslt.h'
build failure: /usr/bin/install: will not overwrite just-created `/opt/gnome2...
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
git master
Other Linux
: Normal critical
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-21 12:50 UTC by Craig Keogh
Modified: 2009-08-21 21:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build fix (371 bytes, patch)
2009-08-21 12:53 UTC, Craig Keogh
none Details | Review

Description Craig Keogh 2009-08-21 12:50:53 UTC
Building master using jhbuild on Ubuntu:

test -z "/opt/gnome2/include/libexslt" || /bin/mkdir -p "/opt/gnome2/include/libexslt"
 /usr/bin/install -c -m 644 exslt.h exsltconfig.h exslt.h exsltconfig.h exsltexports.h '/opt/gnome2/include/libexslt'
/usr/bin/install: will not overwrite just-created `/opt/gnome2/include/libexslt/exslt.h' with `exslt.h'
/usr/bin/install: will not overwrite just-created `/opt/gnome2/include/libexslt/exsltconfig.h' with `exsltconfig.h'
make[2]: *** [install-exsltincHEADERS] Error 1
make[2]: Leaving directory `/home/oxyde/gnome2/libxslt/libexslt'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/oxyde/gnome2/libxslt/libexslt'
make: *** [install-recursive] Error 1
Comment 1 Craig Keogh 2009-08-21 12:53:48 UTC
Created attachment 141326 [details] [review]
Build fix
Comment 2 Daniel Veillard 2009-08-21 21:42:21 UTC
Already fixed earlier today in git

http://git.gnome.org/cgit/libxslt/commit/?id=2bb1fe4dfabc28f6d94fce165e50bc35370aea71

thanks

Daniel