Help with packaging igraph (stuck on debuginfo)

Neal Becker ndbecker2 at gmail.com
Thu Jan 24 02:23:21 UTC 2008


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?




More information about the fedora-devel-list mailing list