Bug#768768: fnonlinear: FTBFS in jessie: ERROR: a 'NAMESPACE' file is required

2014-11-27 Thread Dirk Eddelbuettel

On 9 November 2014 at 19:19, Lucas Nussbaum wrote:
| On 09/11/14 at 18:41 +0100, Lucas Nussbaum wrote:
|  Hi Dirk,
|  
|  On 09/11/14 at 10:00 -0600, Dirk Eddelbuettel wrote:
|   so all we need is to tickle an armhf rebuild.
|   
|   How does one do that again?
|  
|  I just asked on #debian-buildd.
| 
| Hi Dirk,
| 
| The build was triggered, so the package should build fine. However, this
| doesn't make it a candidate for migration due to the freeze.
| 
| You need to either ask the package to be unblocked (I'm not sure how
| likely it is, given it's a new upstream version, but it has been waiting
| for 500+ days in unstable), or see if you can make a targetted fix in
| testing.

The unblock was accidental as a build dependency on one small arch had a
hickup.  

That hickup got cleared years ago too, but never bubbled over here.

So now the package just got removed from testing.  Oh well.

Dirk

| 
| Lucas

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#768768: fnonlinear: FTBFS in jessie: ERROR: a 'NAMESPACE' file is required

2014-11-27 Thread Dirk Eddelbuettel

Also see Bug#718739 which is the same (earlier) issue which was correctly
closed.

Dirk

On 9 November 2014 at 19:19, Lucas Nussbaum wrote:
| On 09/11/14 at 18:41 +0100, Lucas Nussbaum wrote:
|  Hi Dirk,
|  
|  On 09/11/14 at 10:00 -0600, Dirk Eddelbuettel wrote:
|   so all we need is to tickle an armhf rebuild.
|   
|   How does one do that again?
|  
|  I just asked on #debian-buildd.
| 
| Hi Dirk,
| 
| The build was triggered, so the package should build fine. However, this
| doesn't make it a candidate for migration due to the freeze.
| 
| You need to either ask the package to be unblocked (I'm not sure how
| likely it is, given it's a new upstream version, but it has been waiting
| for 500+ days in unstable), or see if you can make a targetted fix in
| testing.
| 
| Lucas

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#768768: fnonlinear: FTBFS in jessie: ERROR: a 'NAMESPACE' file is required

2014-11-09 Thread Lucas Nussbaum
Source: fnonlinear
Version: 2100.76-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141108 qa-ftbfs
Justification: FTBFS in jessie on amd64

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
  fakeroot debian/rules binary
 /usr/share/cdbs/1/rules/simple-patchsys.mk:31: CDBS WARNING:
 simple-patchsys.mk is deprecated since 0.4.85 - please use source format 3.0 
 (quilt) instead
 test -x debian/rules
 dh_testroot
 dh_clean -k 
 dh_clean: dh_clean -k is deprecated; use dh_prep instead
 dh_installdirs -A 
 mkdir -p .
 dh_installdirsusr/lib/R/site-library
 echo R:Depends=r-base-core (= 3.1.1-1)  
 debian/r-cran-fnonlinear.substvars
 if test -f /usr/bin/xvfb-run; then\
xvfb-run -a\
   R CMD INSTALL -l 
 /«PKGBUILDDIR»/debian/r-cran-fnonlinear/usr/lib/R/site-library --clean \
. ;\
   else\
R CMD INSTALL -l 
 /«PKGBUILDDIR»/debian/r-cran-fnonlinear/usr/lib/R/site-library\
   --clean  . ;\
   fi
 * installing *source* package 'fNonlinear' ...
 ERROR: a 'NAMESPACE' file is required
 * removing 
 '/«PKGBUILDDIR»/debian/r-cran-fnonlinear/usr/lib/R/site-library/fNonlinear'
 /usr/share/R/debian/r-cran.mk:76: recipe for target 'R_any_arch' failed
 make: *** [R_any_arch] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/11/08/fnonlinear_2100.76-4_jessie.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#768768: fnonlinear: FTBFS in jessie: ERROR: a 'NAMESPACE' file is required

2014-11-09 Thread Dirk Eddelbuettel

On 9 November 2014 at 08:31, Lucas Nussbaum wrote:
| Source: fnonlinear
| Version: 2100.76-4
| Severity: serious
| Tags: jessie sid
| User: debian...@lists.debian.org
| Usertags: qa-ftbfs-20141108 qa-ftbfs
| Justification: FTBFS in jessie on amd64

We have

  https://qa.debian.org/excuses.php?package=fnonlinear

because of 

  
https://buildd.debian.org/status/logs.php?arch=armhfpkg=fnonlinearver=3010.78-1

whereas the package in question (r-cran-fgarch) is now fine armhf

  https://buildd.debian.org/status/package.php?p=fgarch

so all we need is to tickle an armhf rebuild.

How does one do that again?

Dirk

| 
| Hi,
| 
| During a rebuild of all packages in jessie (in a jessie chroot, not a
| sid chroot), your package failed to build on amd64.
| 
| Relevant part (hopefully):
|   fakeroot debian/rules binary
|  /usr/share/cdbs/1/rules/simple-patchsys.mk:31: CDBS WARNING:
simple-patchsys.mk is deprecated since 0.4.85 - please use source format 3.0 
(quilt) instead
|  test -x debian/rules
|  dh_testroot
|  dh_clean -k 
|  dh_clean: dh_clean -k is deprecated; use dh_prep instead
|  dh_installdirs -A 
|  mkdir -p .
|  dh_installdirs  usr/lib/R/site-library
|  echo R:Depends=r-base-core (= 3.1.1-1)  
debian/r-cran-fnonlinear.substvars
|  if test -f /usr/bin/xvfb-run; then  \
|   xvfb-run -a\
|  R CMD INSTALL -l 
/«PKGBUILDDIR»/debian/r-cran-fnonlinear/usr/lib/R/site-library --clean \
|   . ;\
|  else\
|   R CMD INSTALL -l 
/«PKGBUILDDIR»/debian/r-cran-fnonlinear/usr/lib/R/site-library\
|  --clean  . ;\
|  fi
|  * installing *source* package 'fNonlinear' ...
|  ERROR: a 'NAMESPACE' file is required
|  * removing 
'/«PKGBUILDDIR»/debian/r-cran-fnonlinear/usr/lib/R/site-library/fNonlinear'
|  /usr/share/R/debian/r-cran.mk:76: recipe for target 'R_any_arch' failed
|  make: *** [R_any_arch] Error 1
| 
| The full build log is available from:
|
http://aws-logs.debian.net/ftbfs-logs/2014/11/08/fnonlinear_2100.76-4_jessie.log
| 
| A list of current common problems and possible solutions is available at
| http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
| 
| About the archive rebuild: The rebuild was done on EC2 VM instances from
| Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
| failed build was retried once to eliminate random failures.

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#768768: fnonlinear: FTBFS in jessie: ERROR: a 'NAMESPACE' file is required

2014-11-09 Thread Lucas Nussbaum
Hi Dirk,

On 09/11/14 at 10:00 -0600, Dirk Eddelbuettel wrote:
 so all we need is to tickle an armhf rebuild.
 
 How does one do that again?

I just asked on #debian-buildd.

Lucas


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



Bug#768768: fnonlinear: FTBFS in jessie: ERROR: a 'NAMESPACE' file is required

2014-11-09 Thread Lucas Nussbaum
On 09/11/14 at 18:41 +0100, Lucas Nussbaum wrote:
 Hi Dirk,
 
 On 09/11/14 at 10:00 -0600, Dirk Eddelbuettel wrote:
  so all we need is to tickle an armhf rebuild.
  
  How does one do that again?
 
 I just asked on #debian-buildd.

Hi Dirk,

The build was triggered, so the package should build fine. However, this
doesn't make it a candidate for migration due to the freeze.

You need to either ask the package to be unblocked (I'm not sure how
likely it is, given it's a new upstream version, but it has been waiting
for 500+ days in unstable), or see if you can make a targetted fix in
testing.

Lucas


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