[Bug 438543] Review Request: Synopsis - Source-code introspection tool.

bugzilla at redhat.com bugzilla at redhat.com
Sat Apr 26 18:00:12 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: Synopsis - Source-code introspection tool.


https://bugzilla.redhat.com/show_bug.cgi?id=438543





------- Additional Comments From seefeld at sympatico.ca  2008-04-26 14:00 EST -------
Thanks for the feedback. Is there any particular reason to prefer byacc over bison ?

As to the build failure, unfortunately I'm unable to reproduce it. I'm now
trying to build via 'mock', so may be things will look different there.

One thing I noticed is an error in your build.log is this:

ln: 
creating symbolic link
`/builddir/build/BUILD/synopsis-0.11/src/Synopsis/gc/atomic_ops.c'
: File exists

The appropriate line in configure.ac is:

 test -e ${srcdir}/atomic_ops.c \
    	|| ln -s ${srcdir}/libatomic_ops/src/atomic_ops.c \
		 ${srcdir}/atomic_ops.c

which means the link command should only be executed if the link target doesn't
exist yet. I wonder why this doesn't work for you. Is your version of the shell
buggy ? (This may be unrelated to the final error, I'm merely trying to find any
hints in the build.log that could explain why I can't reproduce the problem.)

Thanks !

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list