[Bug 226725] Review Request: netgen - LVS netlist comparison tool

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 23 11:06:15 UTC 2007


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: netgen - LVS netlist comparison tool


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





------- Additional Comments From trond.danielsen at gmail.com  2007-03-23 07:06 EST -------
(In reply to comment #10)
> (In reply to comment #9)
> > make install still fails for some reason, but I solved it by manually 
> creating
> > %{_libdir}/%{name} in the build root before running make install in 
> the %install
> > section.
> 
> Can i have a look why it's failing on x86_64 arch?

The problem is simply that the Makefile in lib/ does not check for the existence
of $prefix/%{_libdir}/%{name} before attempting to copy the file. I can create
an account on my x86_64 machine if you want to check for your self, but the
problem can easily be fixed either by adding the directory to the install-dirs
rule in the top level Makefile, or by manually running mkdir -p
%{buildroot}%{_libdir}/%{name} before running make install.

On the other hand, it seems kind of strange to me to install the scripts in
libdir in the first place. Wouldn't the correct location be libexec?



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list