Your message dated Wed, 06 Mar 2013 00:28:14 -0800
with message-id <[email protected]>
and subject line Re: Bug#701453: openafs: ftbfs with eglibc-2.17
has caused the Debian Bug report #701453,
regarding openafs: ftbfs with eglibc-2.17
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.)


-- 
701453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openafs
Version: 1.6.1-2
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-glibc-2.17

The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.

The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.

  ./afsd_kernel.c:128:21: error: 'PRIO_PROCESS' undeclared (first use in this 
function)

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/openafs_1.6.1-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To install eglibc from experimental,

  apt-get -t experimental install libc6-dev

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev


[...]
a - ../UAFS/ubikclient.o
a - ../UAFS/user.o
a - ../UAFS/hostparse.o
a - ../UAFS/Krxstat.ss.o
a - ../UAFS/Krxstat.xdr.o
a - ../UAFS/rxstat.o
a - ../UAFS/xdr_int32.o
a - ../UAFS/xdr_int64.o
a - ../UAFS/xdr_mem.o
a - ../UAFS/xdr_len.o
make[6]: Leaving directory `/«PKGBUILDDIR»/src/libuafs/UAFS'
/usr/bin/install -c -m 644 UAFS/libuafs.a /«PKGBUILDDIR»/lib/libuafs.a
gcc -pthread -D_REENTRANT -DAFS_PTHREAD_ENV -DAFS_LINUX22_ENV  -o linktest 
./linktest.c -I. -I.. -I../nfs -I/«PKGBUILDDIR»/src 
-I/«PKGBUILDDIR»/src/afs -I/«PKGBUILDDIR»/src/afs/UKERNEL 
-I/«PKGBUILDDIR»/src/config -I/«PKGBUILDDIR»/src/rx 
-I/«PKGBUILDDIR»/src/rx/UKERNEL -I/«PKGBUILDDIR»/src/rxkad 
-I/«PKGBUILDDIR»/src/util -I/«PKGBUILDDIR»/src 
-I/«PKGBUILDDIR»/src/afs/UKERNEL -I/«PKGBUILDDIR»/src/afs 
-I/«PKGBUILDDIR»/src/util -I/«PKGBUILDDIR»/src/rxkad 
-I/«PKGBUILDDIR»/src/config -I/«PKGBUILDDIR»/src/fsint 
-I/«PKGBUILDDIR»/src/vlserver -I/«PKGBUILDDIR»/src/libuafs 
-I/«PKGBUILDDIR»/include -I/«PKGBUILDDIR»/include/afs  -DUKERNEL 
UAFS/libuafs.a /«PKGBUILDDIR»/lib/libcmd.a /«PKGBUILDDIR»/lib/libdes.a 
/«PKGBUILDDIR»/lib/libafsutil.a -lpthread -lresolv  
make[5]: Leaving directory `/«PKGBUILDDIR»/src/libuafs'
cd src && cd afsd && make all
make[5]: Entering directory `/«PKGBUILDDIR»/src/afsd'
( VERSION=`/«PKGBUILDDIR»/build-tools/git-version /«PKGBUILDDIR» 
"1.6.1-2-debian"` && \
        echo 'char cml_version_number[]="@(#) OpenAFS '$VERSION' built ' `date 
+"%Y-%m-%d"` '";' >AFS_component_version_number.c.NEW && \
        echo 'char* AFSVersion = "openafs '$VERSION'";' 
>>AFS_component_version_number.c.NEW && \
        if cmp AFS_component_version_number.c.NEW 
AFS_component_version_number.c > /dev/null 2>&1 ; then : ; else \
        mv AFS_component_version_number.c.NEW AFS_component_version_number.c ; 
fi )
rm -f AFS_component_version_number.c.NEW
gcc -g -O -I/«PKGBUILDDIR»/src/config -I/«PKGBUILDDIR»/include -I. -I.  
-D_LARGEFILE64_SOURCE    -c ./afsd.c
gcc -g -O -I/«PKGBUILDDIR»/src/config -I/«PKGBUILDDIR»/include -I. -I.  
-D_LARGEFILE64_SOURCE    -c ./afsd_kernel.c
./afsd_kernel.c: In function 'afsd_set_rx_rtpri':
./afsd_kernel.c:128:21: error: 'PRIO_PROCESS' undeclared (first use in this 
function)
     if (setpriority(PRIO_PROCESS, 0, -10) < 0) \
                     ^
./afsd_kernel.c:140:5: note: in expansion of macro 'SET_RX_RTPRI'
     SET_RX_RTPRI();
     ^
./afsd_kernel.c:128:21: note: each undeclared identifier is reported only once 
for each function it appears in
     if (setpriority(PRIO_PROCESS, 0, -10) < 0) \
                     ^
./afsd_kernel.c:140:5: note: in expansion of macro 'SET_RX_RTPRI'
     SET_RX_RTPRI();
     ^
make[5]: *** [afsd_kernel.o] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/src/afsd'
make[4]: *** [afsd] Error 2
make[4]: Leaving directory `/«PKGBUILDDIR»'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.6.2-1

This was fixed upstream in the 1.6.2 release, which is currently packaged
in experimental.  It will be uploaded to unstable after the release
freeze.

-- 
Russ Allbery ([email protected])               <http://www.eyrie.org/~eagle/>

--- End Message ---

Reply via email to