Processed: Re: Bug#664628: makehuman: FTBFS when only building architecture-dependent package

2012-03-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 664628 1.0.0~alpha6-2
Bug #664628 {Done: Muammar El Khatib } [src:makehuman] 
makehuman: FTBFS when only building architecture-dependent package
Marked as found in versions makehuman/1.0.0~alpha6-2; no longer marked as fixed 
in versions makehuman/1.0.0~alpha6-2 and reopened.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#664628: makehuman: FTBFS when only building architecture-dependent package

2012-03-20 Thread Aaron M. Ucko
found 664628 1.0.0~alpha6-2
thanks

This is still a problem, with builds getting only slightly further:

 debian/rules override_dh_install
  make[1]: Entering directory `/.../makehuman-1.0.0~alpha6'
  dh_install
  if [ -d debian/makehuman-data ]; then \
 find debian/makehuman-data -typed -empty -delete; \
fi
  find 
/.../makehuman-1.0.0~alpha6/debian/makehuman-data/usr/share/makehuman/data/targets/
 -type f | xargs chmod 0644;
  find: 
`/.../makehuman-1.0.0~alpha6/debian/makehuman-data/usr/share/makehuman/data/targets/':
 No such file or directory
  chmod: missing operand after `0644'
  Try `chmod --help' for more information.
  make[1]: *** [override_dh_install] Error 123

Could you please conditionalize *all* relevant commands:

if [ -d debian/makehuman-data ]; then \
find debian/makehuman-data -type d -empty -delete; \
find debian/makehuman-data/usr/share/makehuman/data/targets/ \
-type f | xargs chmod 0644; \
...
fi


... and check that debuild -B succeeds?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#664628: makehuman: FTBFS when only building architecture-dependent package

2012-03-20 Thread Muammar El Khatib
Package: makehuman
Version: 1.0.0~alpha6-1
Followup-For: Bug #664628

I'm waiting for the reply on another bug reported recently to this package for
trying to upload the two solutions in the same revision.

Thanks for reporting,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages makehuman depends on:
ii  fontconfig2.8.0-3.1
ii  libc6 2.13-27
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglew1.71.7.0-3
ii  libglu1-mesa [libglu1]7.11.2-1
ii  libpython2.6  2.6.7-4
ii  libsdl1.2debian   1.2.15-2
ii  libx11-6  2:1.4.4-4
ii  makehuman-data1.0.0~alpha6-1
ii  python2.7.2-10
ii  python2.7 2.7.3~rc1-1

Versions of packages makehuman recommends:
ii  aqsis  1.6.0-10

Versions of packages makehuman suggests:
ii  makehuman-doc  1.0.0~alpha6-1

-- no debconf information

--
Muammar El Khatib.
Linux user: 403107.
Key fingerprint = 90B8 BFC4 4A75 B881 39A3 1440 30EB 403B 1270 29F1
http://muammar.me | http://proyectociencia.org
  ,''`.
 : :' :
 `. `'
   `-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#664628: makehuman: FTBFS when only building architecture-dependent package

2012-03-19 Thread Aaron M. Ucko
Source: makehuman
Version: 1.0.0~alpha6-1
Severity: serious
Justification: fails to build from source

Builds of makehuman only covering the architecture-dependent makehuman
package (as with debuild -B) fail:

   debian/rules override_dh_install
make[1]: Entering directory `/.../makehuman-1.0.0~alpha6'
dh_install
find /.../makehuman-1.0.0~alpha6/debian/makehuman-data/ -type d -empty 
-delete
find: `/.../makehuman-1.0.0~alpha6/debian/makehuman-data/': No such file or 
directory
make[1]: *** [override_dh_install] Error 1

Could you please fix debian-rules to clean that tree only when it
actually exists?  A relative path should suffice, BTW:

if [ -d debian/makehuman-data ]; then \
find debian/makehuman-data -type d -empty -delete; \
fi

Thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org