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 125702 - make distcheck fails to generate conglomerate.types
make distcheck fails to generate conglomerate.types
Status: RESOLVED FIXED
Product: conglomerate
Classification: Other
Component: Documentation
CVS
Other Linux
: Normal blocker
: ---
Assigned To: conglomerate list
conglomerate list
Depends on: 125736
Blocks:
 
 
Reported: 2003-10-28 17:12 UTC by David Malcolm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Malcolm 2003-10-28 17:12:32 UTC
Fails at this stage:

make[4]: Entering directory
`/home/david/coding/my-cvs-local/gnome/conglomerate-clean2/conglomerate/conglomerate-0.7.6/=build/doc/reference'
*** Building conglomerate.types ***
../../uss/mkgtkdoctypes ../../..'/src'
../../..'/doc/reference/conglomerate.types'
make[4]: ../../uss/mkgtkdoctypes: Command not found
make[4]: *** [scan-build.stamp] Error 127
Comment 1 Geert Stappers 2003-10-28 17:38:19 UTC
Hey another blocker.

This what Robert Varga warned us about on the ML.
With some luck is he now working on a more original
doc/reference/Makefile.am
Comment 2 Geert Stappers 2003-10-28 20:18:25 UTC
bug claimed by me
Comment 3 Geert Stappers 2003-10-28 22:54:35 UTC
It now dies in 

 /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
 
** (process:11062): WARNING **: Couldn't open output file:
../../../doc/reference/conglomerate.signals.new
 
** (process:11062): WARNING **: Couldn't open output file:
../../../doc/reference/conglomerate.hierarchy.new
 
** (process:11062): WARNING **: Couldn't open output file:
../../../doc/reference/conglomerate.interfaces.new
 
** (process:11062): WARNING **: Couldn't open output file:
../../../doc/reference/conglomerate.prerequisites.new
 
** (process:11062): WARNING **: Couldn't open output file:
../../../doc/reference/conglomerate.args.new
Can't move ../../../doc/reference/conglomerate.signals.new to
../../../doc/reference/conglomerate.signals: No such file or directory
at /usr/share/gtk-doc/data/gtkdoc-common.pl line 70, <TYPES> line 164.
make[4]: *** [scan-build.stamp] Error 2
Comment 4 Geert Stappers 2003-10-28 23:07:45 UTC
Forgot to tell that doc/reference/Makefile.am is updated.
Comment 5 Geert Stappers 2003-10-28 23:13:43 UTC
with an intervention, I get at
/usr/src/conglomerate/conglomerate-0.7.6/=inst/var/scrollkeeper/TOC/0
/usr/src/conglomerate/conglomerate-0.7.6/=inst/var/scrollkeeper/index/0
/usr/src/conglomerate/conglomerate-0.7.6/=inst/var/scrollkeeper/scrollkeeper_docs
make: *** [distcheck] Error 1
Comment 6 Geert Stappers 2003-10-28 23:15:09 UTC
I consider `make distcheck` broken beyond repair.
Comment 7 Geert Stappers 2003-10-28 23:29:10 UTC
Have reported bug 125736.
The provide workaround works.
Comment 8 Geert Stappers 2003-10-29 16:46:46 UTC
The 'conglomerate.types issue' should be fixed.