Your message dated Mon, 14 Jul 2008 16:48:43 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#487002: fixed in sugar-pippy-activity 22-1
has caused the Debian Bug report #487002,
regarding sugar-pippy-activity: FTBFS: new copyright notices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
487002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487002
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sugar-pippy-activity
Version: 20~git.20080321-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080619 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
> make[1]: Entering directory 
> `/build/user-sugar-pippy-activity_20~git.20080321-3-amd64-wANMao/sugar-pippy-activity-20~git.20080321-3'
> make[1]: Nothing to be done for `reverse-config'.
> make[1]: Leaving directory 
> `/build/user-sugar-pippy-activity_20~git.20080321-3-amd64-wANMao/sugar-pippy-activity-20~git.20080321-3'
> QUILT_PATCHES=/build/user-sugar-pippy-activity_20~git.20080321-3-amd64-wANMao/sugar-pippy-activity-20~git.20080321-3/debian/patches
>  quilt --quiltrc /dev/null pop -a -R || test $? = 2
> No patch removed
> rm -rf 
> /build/user-sugar-pippy-activity_20~git.20080321-3-amd64-wANMao/sugar-pippy-activity-20~git.20080321-3/.pc
> rm -f debian/stamp-patch*
> dh_clean 
> for pythonver in 2.5; do \
>               /usr/bin/python$ver ./setup.py clean; \
>       done
> Usage: 
> setup.py build               - build generated files 
> setup.py dev                 - setup for development 
> setup.py dist_xo             - create a xo bundle package 
> setup.py dist_source         - create a tar source package 
> setup.py install   [dirname] - install the bundle 
> setup.py uninstall [dirname] - uninstall the bundle 
> setup.py genpot              - generate the gettext pot file 
> setup.py release             - do a new release of the bundle 
> setup.py help                - print this message 
> 
> find "." -maxdepth 1 -type f -name '*.xo' -exec rm -f '{}' ';'
> IFS="`printf '\n'`" find "./locale" -type f \( -name '*.mo' -or -name 
> 'activity.linfo' \) | while read path; do \
>               rm -f "$path"; \
>               rmdir --ignore-fail-on-non-empty "`dirname "$path"`"; \
>       done
> find: `./locale': No such file or directory
> rmdir --ignore-fail-on-non-empty "./locale"
> rmdir: failed to remove `./locale': No such file or directory
> make: [cleanpythonsugar/sugar-pippy-activity] Error 1 (ignored)
> i="./MANIFEST"; if test -e "$i.cdbs-orig"; then mv -f "$i.cdbs-orig" "$i"; fi
> rm -rf debian/stamps-configure
> rm -f debian/stamp-buildinfo
>  dpkg-source -b sugar-pippy-activity-20~git.20080321-3
> dpkg-source: warning: source directory 
> 'sugar-pippy-activity-20~git.20080321-3' is not 
> <sourcepackage>-<upstreamversion> 'sugar-pippy-activity-20~git.20080321'
> dpkg-source: warning: .orig directory name 
> sugar-pippy-activity-20~git.20080321-3.orig is not 
> <package>-<upstreamversion> (wanted sugar-pippy-activity-20~git.20080321.orig)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building sugar-pippy-activity using existing 
> sugar-pippy-activity_20~git.20080321.orig.tar.gz
> dpkg-source: info: building sugar-pippy-activity in 
> sugar-pippy-activity_20~git.20080321-3.diff.gz
> dpkg-source: info: building sugar-pippy-activity in 
> sugar-pippy-activity_20~git.20080321-3.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> Scanning upstream source for new/changed copyright notices (except debian 
> subdir!)...
> licensecheck -c '.*' -r --copyright -i 
> '^(debian/.*|(.*/)?config\.(guess|sub|rpath)(\..*)?)' * \
>               | LC_ALL=C perl -e \
>       '$n=0; while (<>) {'\
>       '       s/[^[:print:]]//g;'\
>       '       if (/^([^:\s][^:]+):[\s]+(\S.*?)\s*$/) {'\
>       '               $files[$n]{name}=$1;'\
>       '               $files[$n]{license}=$2;'\
>       '       };'\
>       '       if (/^\s*\[Copyright:\s*(\S.*?)\s*\]/) {'\
>       '               $files[$n]{copyright}=$1;'\
>       '       };'\
>       '       /^$/ and $n++;'\
>       '};'\
>       'foreach $file (@files) {'\
>       '       $file->{license} =~ s/\s*\(with incorrect FSF address\)//;'\
>       '       $file->{license} =~ s/\s+\(v([^)]+) or later\)/-$1+/;'\
>       '       $file->{copyright} =~ 
> s/(?<=(\b\d{4}))(?{$y=$^N})\s*[,-]\s*((??{$y+1}))\b/-$2/g;'\
>       '       $file->{copyright} =~ 
> s/(?<=\b\d{4})\s*-\s*\d{4}(?=\s*-\s*(\d{4})\b)//g;'\
>       '       $pattern = "$file->{license} [$file->{copyright}]";'\
>       '       push @{ $patternfiles{"$pattern"} }, $file->{name};'\
>       '};'\
>       'foreach $pattern ( sort {'\
>       '                       @{$patternfiles{$b}} <=> @{$patternfiles{$a}}'\
>       '                       ||'\
>       '                       $a cmp $b'\
>       '               } keys %patternfiles ) {'\
>       '       print "$pattern: ", join("\n\t", sort @{ 
> $patternfiles{$pattern} }), "\n";'\
>       '};'\
>               > debian/copyright_newhints
> Found 86 different copyright and licensing combinations.
> ERROR: The following new or changed copyright notices discovered:
> 
> UNKNOWN [YEAR THE PACKAGE'S HOLDER]: po/Pippy.pot
> UNKNOWN [2007 THE PACKAGE'S HOLDER]: po/en_US.po
> UNKNOWN [" / YEAR THE PACKAGE'S HOLDER /     "]: po/fa.po
> UNKNOWN [" / YEAR THE PACKAGE'S HOLDER]: po/ar.po
> UNKNOWN [%s" / parlant." / YEAR THE PACKAGE'S HOLDER]: po/fr.po
> UNKNOWN [." / YEAR THE PACKAGE'S HOLDER /    "]: po/fa_AF.po
> 
> To fix the situation please do the following:
>   1) Investigate the above changes and update debian/copyright as needed
>   2) Replace debian/copyright_hints with debian/copyright_newhints
> make: *** [debian/stamp-copyright-check] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/06/19

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: sugar-pippy-activity
Source-Version: 22-1

We believe that the bug you reported is fixed in the latest version of
sugar-pippy-activity, which is due to be installed in the Debian FTP archive:

sugar-pippy-activity_22-1.diff.gz
  to pool/main/s/sugar-pippy-activity/sugar-pippy-activity_22-1.diff.gz
sugar-pippy-activity_22-1.dsc
  to pool/main/s/sugar-pippy-activity/sugar-pippy-activity_22-1.dsc
sugar-pippy-activity_22-1_all.deb
  to pool/main/s/sugar-pippy-activity/sugar-pippy-activity_22-1_all.deb
sugar-pippy-activity_22.orig.tar.gz
  to pool/main/s/sugar-pippy-activity/sugar-pippy-activity_22.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated sugar-pippy-activity 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jul 2008 18:10:20 +0200
Source: sugar-pippy-activity
Binary: sugar-pippy-activity
Architecture: source all
Version: 22-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OLPC <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description: 
 sugar-pippy-activity - pippy activity for the Sugar graphical shell
Closes: 482120 487002
Changes: 
 sugar-pippy-activity (22-1) unstable; urgency=medium
 .
   * New upstream release.
     + Properly Supports recent versions of gtksourceview.  Closes:
       bug#482120, thanks to C. Scott Ananian and others.
   * Drop patch 1002, applied upstream now.
   * Unfuzz patch 1001.
   * Add watch file.
   * Update debian/copyright:
     + Add URL to upstream tarball source.
     + Use exact URL for upstream Git source.
     + Reorganize to only mention each license once.
   * Update local cdbs snippets:
     + Use upstream-tarball.mk to track upstream source releases.
     + Adjust dependency cleanup (upstream-tarball.mk needs newer cdbs).
     + Fix python-sugar.mk to work with recent python-sugar-toolkit where
       MANIFEST files are ignored and an internal hardcoded exception
       list is used instead.  Tighten build-dependency.  Drop use of (now
       irrelevant) DEB_PYTHON_SUGAR_MANIFEST.
     + Simplify build-dependency cleanup (1-revision fix no longer
       needed).
     + Restructure output of copyright-check.mk to match new proposed
       copyright-format at
       http://wiki.debian.org/Proposals/CopyrightFormat .
       This closes: bug#487002, thanks to Lucas Nussbaum.
   * Adjust debian/copyright to follow newest proposed draft of
     http://wiki.debian.org/Proposals/CopyrightFormat .
   * Semi-auto-update debian/control to update build-dependencies:
       DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
   * Set urgency=medium to hopefully reach Lenny before freezing.
Checksums-Sha1: 
 c405bd02dafcb3390849b1f38a351ee814827520 1511 sugar-pippy-activity_22-1.dsc
 7986bce6d3c679debaee93f2c1c3a938b0f9259b 39576 
sugar-pippy-activity_22.orig.tar.gz
 afba0ed95691fda5ea54d1ea149e42ea44d8c820 11939 
sugar-pippy-activity_22-1.diff.gz
 a80e5f1cb51415d6ff0454ddebb9d913af528183 66990 
sugar-pippy-activity_22-1_all.deb
Checksums-Sha256: 
 cba58a01cf955ff9da942977a3512f6e72512dd713331fcbc714364dc4a31088 1511 
sugar-pippy-activity_22-1.dsc
 014160519ba01175daea830e71e0ace62292f1ae1dc0855abdfa3bd8a80d73fb 39576 
sugar-pippy-activity_22.orig.tar.gz
 f502044b624ff491fdf65017209c8ba2ce41b3afdbdd31480fec7acac89ec8d5 11939 
sugar-pippy-activity_22-1.diff.gz
 032dac12ad789a2179cb9ff0c260a091712844363cfab7bbdfbbe28ebb2e4195 66990 
sugar-pippy-activity_22-1_all.deb
Files: 
 1d99e7297eacdcb66e4d0dbc19282c6e 1511 x11 optional 
sugar-pippy-activity_22-1.dsc
 e08e91db2fa008ee21529433ab9c2837 39576 x11 optional 
sugar-pippy-activity_22.orig.tar.gz
 aa02bdeaefdde8b3262fb6f82377abbc 11939 x11 optional 
sugar-pippy-activity_22-1.diff.gz
 811da010f2bbe062f743125b7f70017e 66990 x11 optional 
sugar-pippy-activity_22-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkh7gecACgkQn7DbMsAkQLjHfQCfdSokPdUhDRKF7CGVfzl3zMfM
mFcAmgMXmAJ80HqHLINTYcNhMTLWH761
=ODWT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to