Your message dated Fri, 20 Jun 2008 22:09:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line lala
has caused the Debian Bug report #486966,
regarding sugar-base: FTBFS: Found 37 different copyright and licensing 
combinations.
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.)


-- 
486966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486966
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sugar-base
Version: 0.81.1-1
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:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> test "`id -u`" = 0
> rmdir build
> rmdir: failed to remove `build': No such file or directory
> make: [cleanbuilddir] Error 1 (ignored)
> /usr/bin/make -C build/2.4 -k distclean
> make: *** build/2.4: No such file or directory.  Stop.
> make: [makefile-clean/2.4] Error 2 (ignored)
> /usr/bin/make -C build/2.5 -k distclean
> make: *** build/2.5: No such file or directory.  Stop.
> make: [makefile-clean/2.5] Error 2 (ignored)
> rm -rf debian/stamp-makefile-build debian/stamp-makefile-install
> rmdir build/2.4
> rmdir: failed to remove `build/2.4': No such file or directory
> make: [cleanbuilddir/2.4] Error 1 (ignored)
> rm -f debian/stamp-autotools-configure/2.4
> rmdir build/2.5
> rmdir: failed to remove `build/2.5': No such file or directory
> make: [cleanbuilddir/2.5] Error 1 (ignored)
> rm -f debian/stamp-autotools-configure/2.5
> rm -rf debian/stamp-autotools-configure
> for i in ./config.guess ./config.sub  ; do \
>               if test -e $i.cdbs-orig ; then \
>                       mv $i.cdbs-orig $i ; \
>               fi ; \
>       done
> rm -f debian/stamp-copyright-check
> dh_clean 
> rm -rf debian/stamp-makefile-check
> rm -f debian/stamp-autotools-files
> rm -rf python-build-stamp
> rm -f debian/stamp-buildinfo
> [ ! -d build ] || for flavor in 2.4 2.5; do \
>               (cd build && rmdir -p $flavor/src/sugar); \
>       done
> [ ! -d build ] || rmdir build
>  dpkg-source -b sugar-base-0.81.1-1
> dpkg-source: warning: source directory 'sugar-base-0.81.1-1' is not 
> <sourcepackage>-<upstreamversion> 'sugar-base-0.81.1'
> dpkg-source: warning: .orig directory name sugar-base-0.81.1-1.orig is not 
> <package>-<upstreamversion> (wanted sugar-base-0.81.1.orig)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building sugar-base using existing 
> sugar-base_0.81.1.orig.tar.gz
> dpkg-source: info: building sugar-base in sugar-base_0.81.1-1.diff.gz
> dpkg-source: info: building sugar-base in sugar-base_0.81.1-1.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "build"
> 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 37 different copyright and licensing combinations.
> ERROR: The following new or changed copyright notices discovered:
> 
> MIT/X11 (BSD like) [1994 X Consortium]: install-sh
> 
> 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 ---
Version: 0.81.1-2



--
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to