[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Help with packaging igraph (stuck on debuginfo)
- From: Neal Becker <ndbecker2 gmail com>
- To: fedora-devel-list redhat com
- Subject: Help with packaging igraph (stuck on debuginfo)
- Date: Wed, 23 Jan 2008 21:23:21 -0500
I put together a package for igraph-0.4.5 and python bindings.
Unfortunately, the upstream is a bit messed up. The python package is
called exactly the same name (the original C is called ipython-0.4.5 and so
is the python package).
The upstream python package included it's own copy of the c code. I fixed
that problem so the python package would use the installed ipython c devel
package.
Only 1 little problem.
I renamed the python source to python-igraph-{version}.tar.gz. I did:
%setup -q -n igraph-%{version}
Now it builds fine, but:
sudo rpm -U ~/RPM/RPMS/x86_64/python-igraph-*
file /usr/src/debug/igraph-0.4.5/src/error.c from install of
python-igraph-debuginfo-0.4.5-1.fc8.x86_64 conflicts with file from package
igraph-debuginfo-0.4.5-1.fc8.x86_64
file /usr/src/debug/igraph-0.4.5/src/error.h from install of
python-igraph-debuginfo-0.4.5-1.fc8.x86_64 conflicts with file from package
igraph-debuginfo-0.4.5-1.fc8.x86_64
Any ideas how to fix this?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]