Problem with libxml2-python-32

Hi, I'm building wine and I've reached libxml2-python-32 port, which has failed. That's the line in Pkgfile causing problem: rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la} And the problem is that there is not lib32 library in $PKG only lib: # ls -d work/pkg/usr/lib* work/pkg/usr/lib What do you advices? Regards, Wawrzek PS. And the actual error message: make[1]: Leaving directory '/usr/ports/compat-32/libxml2-python-32/work/src/libxml2-2.9.2/python' + rm /usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.a /usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.la rm: cannot remove '/usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.a': No such file or directory rm: cannot remove '/usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.la': No such file or directory -- Dr Wawrzyniec NiewodniczaĆski or Wawrzek for short PhD in Quantum Chemistry & MSc in Molecular Engineering WWW: http://wawrzek.name E-MAIL: jobs@wawrzek.name Linux User #177124

Hello crux-list, I am trying to unsubscribe, but cannot get an email of the mailman... As long as this is not working, I will answer every mail to the list from now on to nag people to fix it. Thanks! /hans Am 10.01.2015 um 10:16 schrieb Wawrzek Niewodniczanski:
Hi,
I'm building wine and I've reached libxml2-python-32 port, which has failed. That's the line in Pkgfile causing problem:
rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la}
And the problem is that there is not lib32 library in $PKG only lib:
# ls -d work/pkg/usr/lib* work/pkg/usr/lib
What do you advices?
Regards, Wawrzek
PS. And the actual error message:
make[1]: Leaving directory '/usr/ports/compat-32/libxml2-python-32/work/src/libxml2-2.9.2/python' + rm /usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.a /usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.la rm: cannot remove '/usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.a': No such file or directory rm: cannot remove '/usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.la': No such file or directory

How am I suppoes to unsubscribe the list? Please remove me without further notification if possible. Thanks! Am 10.01.2015 um 14:02 schrieb Hans-Joachim Michl:
Hello crux-list,
I am trying to unsubscribe, but cannot get an email of the mailman...
As long as this is not working, I will answer every mail to the list from now on to nag people to fix it.
Thanks!
/hans
Am 10.01.2015 um 10:16 schrieb Wawrzek Niewodniczanski:
Hi,
I'm building wine and I've reached libxml2-python-32 port, which has failed. That's the line in Pkgfile causing problem:
rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la}
And the problem is that there is not lib32 library in $PKG only lib:
# ls -d work/pkg/usr/lib* work/pkg/usr/lib
What do you advices?
Regards, Wawrzek
PS. And the actual error message:
make[1]: Leaving directory '/usr/ports/compat-32/libxml2-python-32/work/src/libxml2-2.9.2/python' + rm /usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.a /usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.la rm: cannot remove '/usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.a': No such file or directory rm: cannot remove '/usr/ports/compat-32/libxml2-python-32/work/pkg/usr/lib32/python2.7/site-packages/libxml2mod.la': No such file or directory
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux

On 10.01.2015 09:16, Wawrzek Niewodniczanski wrote:
Hi,
I'm building wine and I've reached libxml2-python-32 port, which has failed. That's the line in Pkgfile causing problem:
rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la}
And the problem is that there is not lib32 library in $PKG only lib:
# ls -d work/pkg/usr/lib* work/pkg/usr/lib
What do you advices?
Add option -f to the rm command: rm -f $PKG/... Then rm won't complain about the missing file. Regards, Bernd
participants (3)
-
Bernd Eggink
-
Hans-Joachim Michl
-
Wawrzek Niewodniczanski