[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-22 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch commented on  JENKINS-54120  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Output directory or source file null.
 

  
 
 
 
 

 
 thanks for the explanation, so this issue can be closed i guess. just to be sure, this error "E: pbuilder-satisfydepends failed." which i get when building for mipsel arch, is also a packaging problem in source? so i need to dig into the source to fix this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-21 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch edited a comment on  JENKINS-54120  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Output directory or source file null.
 

  
 
 
 
 

 
 thanks, you're right, i forgot this one. now it seems to run through, but stops later.. ([seems to be a packaging problem| [https://github.com/mika/jenkins-debian-glue/issues/200 #issuecomment-431609562]] in olsrd .then again, why does this work with plugin "Debian Package Builder" but not with plugin "Debian Pbuilder"? (as i can not crosscompile for other architectures with :   plugin "Debian Package Builder", i need to use plugin "Debian Pbuilder")    {code:java}make[2]: Entering directory '/build/olsrd-0.9.6.1'mkdir -p /build/olsrd-0.9.6.1/debian/olsrd/usr/sbininstall -m 755 olsrd /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin: /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/olsrdif [ -e /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh ]; then \  cp -f files/sgw_policy_routing_setup.sh /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh.new; \  echo "Policy routing script was saved as /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh.new"; \ else \  cp -f files/sgw_policy_routing_setup.sh /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh; \ fi= C O N F I G U R A T I O N - F I L E olsrd uses the configfile /etc/olsrd/olsrd.confa default configfile. A sample RFC-compliance aimedconfigfile can be found in olsrd.conf.default.rfc.However none of the larger OLSRD using networks use thatso install a configfile with activated link quality exstensionsper default.can be found at files/olsrd.conf.default.lq==mkdir -p /etc/olsrdmkdir: cannot create directory '/etc/olsrd': Permission deniedmake[2]: *** [Makefile:177: install_olsrd] Error 1make[2]: Leaving directory '/build/olsrd-0.9.6.1'make[1]: *** [debian/rules:27: override_dh_auto_install] Error 2make[1]: Leaving directory '/build/olsrd-0.9.6.1'make: *** [debian/rules:15: binary] Error 2dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2E: Failed autobuilding of packageI: unmounting dev/ptmx filesystemI: unmounting dev/pts filesystemI: unmounting dev/shm filesystemI: unmounting proc filesystemI: unmounting sys filesystemI: Cleaning COW directoryI: forking: rm -rf /var/cache/pbuilder/build/cow.35458Build step 'Debian Pbuilder' marked build as failureFinished: FAILURE{code}  then again, why does this work with plugin "Debian Package Builder" but not with plugin "Debian Pbuilder"? (as i can not crosscompile for other architectures with plugin "Debian Package Builder", i need to use plugin "Debian Pbuilder") interesting also, when i try with architecture mipsel, it stops at another point, see log:[https://gist.github.com/vchrizz/7cde387c0c1ebdfc5efd68eef2879e6e]why does it stop here when apt should install packages?{code:java}...0 packages upgraded, 221 newly installed, 0 to remove and 0 not upgraded.Need to get 70.9 MB/93.8 MB of archives. After unpacking 364 MB will be used.Writing extended state information...E: pbuilder-satisfydepends failed.I: Copying back the cached apt archive contentsI: unmounting dev/ptmx filesystemI: unmounting dev/pts filesystemI: unmounting dev/shm filesystemI: unmounting proc filesystemI: unmounting sys filesystemI: Cleaning COW directoryI: forking: rm -rf /var/cache/pbuilder/build/cow.31117Build step 'Debian Pbuilder' marked build as failure{code}   
 

  
 
 
 

[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-21 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch commented on  JENKINS-54120  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Output directory or source file null.
 

  
 
 
 
 

 
 thanks, you're right, i forgot this one. now it seems to run through, but stops later.. (seems to be a packaging problem in olsrd. then again, why does this work with plugin "Debian Package Builder" but not with plugin "Debian Pbuilder"? (as i can not crosscompile for other architectures with plugin "Debian Package Builder", i need to use plugin "Debian Pbuilder")   

 

make[2]: Entering directory '/build/olsrd-0.9.6.1'
mkdir -p /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin
install -m 755 olsrd /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin
: /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/olsrd
if [ -e /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh ]; then \
		cp -f files/sgw_policy_routing_setup.sh /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh.new; \
		echo "Policy routing script was saved as /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh.new"; \
	else \
		cp -f files/sgw_policy_routing_setup.sh /build/olsrd-0.9.6.1/debian/olsrd/usr/sbin/sgw_policy_routing_setup.sh; \
	fi
= C O N F I G U R A T I O N - F I L E 
olsrd uses the configfile /etc/olsrd/olsrd.conf
a default configfile. A sample RFC-compliance aimed
configfile can be found in olsrd.conf.default.rfc.
However none of the larger OLSRD using networks use that
so install a configfile with activated link quality exstensions
per default.
can be found at files/olsrd.conf.default.lq
==
mkdir -p /etc/olsrd
mkdir: cannot create directory '/etc/olsrd': Permission denied
make[2]: *** [Makefile:177: install_olsrd] Error 1
make[2]: Leaving directory '/build/olsrd-0.9.6.1'
make[1]: *** [debian/rules:27: override_dh_auto_install] Error 2
make[1]: Leaving directory '/build/olsrd-0.9.6.1'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
E: Failed autobuilding of package
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.35458
Build step 'Debian Pbuilder' marked build as failure
Finished: FAILURE
 

    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-19 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch commented on  JENKINS-54120  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Output directory or source file null.
 

  
 
 
 
 

 
 ok, added to Source-Code-Management: Additional Behaviours: Check out to a sub-directory: source to be sure i checked the wiki and noticed i did it exactly as described in Project Setup(Traditional) now it stops here:   

 

...
Fetching upstream changes from https://salsa.debian.org/debian/olsrd.git
 > git fetch --tags --progress https://salsa.debian.org/debian/olsrd.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision aa2a47024230b443052c5b07163ec2f76361c7e0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa2a47024230b443052c5b07163ec2f76361c7e0
Commit message: "d/control: Remove trailing whitespaces"
 > git rev-list --no-walk aa2a47024230b443052c5b07163ec2f76361c7e0 # timeout=10
$ dpkg-parsechangelog --version
[olsrd] $ dpkg-parsechangelog --count 1
We do not appear to have an actual package
Build step 'Debian Pbuilder' marked build as failure
Finished: FAILURE
 

    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-18 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch commented on  JENKINS-54120  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Output directory or source file null.
 

  
 
 
 
 

 
 seems I'm able to only post one screenshot in a posting... 3.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-18 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54120  
 
 
  Output directory or source file null.
 

  
 
 
 
 

 
Change By: 
 Christoph Loesch  
 
 
Attachment: 
 jenkins-workspace-olsrd.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-18 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch commented on  JENKINS-54120  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Output directory or source file null.
 

  
 
 
 
 

 
 
 
first time - I have just set up jenkins and trying to automate my manual work. It works with Debian Package Builder plugin, but its not easy to crosscompile with that, so I'm trying Debian Pbuilder plugin and am stuck here. 
 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-18 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54120  
 
 
  Output directory or source file null.
 

  
 
 
 
 

 
Change By: 
 Christoph Loesch  
 
 
Attachment: 
 debian-pbuilder-plugin-conf.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54120) Output directory or source file null.

2018-10-17 Thread jenkins-m...@chil.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Loesch created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54120  
 
 
  Output directory or source file null.
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Robert Middleton  
 
 
Components: 
 debian-pbuilder-plugin  
 
 
Created: 
 2018-10-17 09:29  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christoph Loesch  
 

  
 
 
 
 

 
 using Jenkins ver. 2.138.2 with debian-pbuilder-plugin 1.4 when trying to build a debian package:   ... I: new cache content 'libgpg-error0_1.26-2_mips.deb' added I: new cache content 'libxapian30_1.4.3-2+deb9u1_mips.deb' added I: new cache content 'libblkid1_2.29.2-1+deb9u1_mips.deb' added I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem Output directory or source file null. This is a programming problem, please file a bug report. Build step 'Debian Pbuilder' marked build as failure  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment