#7340 rebuild packages that require old boost
Closed: Fixed 5 years ago Opened 6 years ago by dustymabe.

There are quite a few packages in rawhide that require an old version of boost. They probably need to be rebuilt. I used this command to determine what needs to be built: (dnf repoquery --queryformat '%{SOURCERPM}' --whatrequires 'libboost_system.so.1.64.0()(64bit)'; dnf repoquery --queryformat '%{SOURCERPM}' --whatrequires 'libboost_system.so.1.64.0') | sort | uniq:

[root@f28vanilla ~]# (dnf repoquery  --queryformat '%{SOURCERPM}' --whatrequires 'libboost_system.so.1.64.0()(64bit)'; dnf repoquery  --queryformat '%{SOURCERPM}' --whatrequires 'libboost_system.so.1.64.0') | sort | uniq
Repository rawhide-debuginfo is listed more than once in the configuration
Repository rawhide-source is listed more than once in the configuration
Last metadata expiration check: 2:59:00 ago on Wed 21 Feb 2018 10:58:30 AM UTC.
Repository rawhide-debuginfo is listed more than once in the configuration
Repository rawhide-source is listed more than once in the configuration
Last metadata expiration check: 2:59:00 ago on Wed 21 Feb 2018 10:58:30 AM UTC.
blender-2.79-6.fc28.src.rpm
cpp-hocon-0.1.6-3.fc28.src.rpm
dmlite-0.8.8-6.fc28.src.rpm
dynafed-1.3.1-8.fc28.src.rpm
ember-0.7.2-22.fc27.src.rpm
facter-3.9.3-1.fc28.src.rpm
fawkes-1.0.1-13.fc28.src.rpm
gazebo-8.1.1-4.fc28.src.rpm
grass-7.2.1-2.fc27.src.rpm
libkolab-1.0.2-9.fc27.src.rpm
liblsl-1.12.0-1.fc28.src.rpm
libndn-cxx-0.4.1-8.fc27.src.rpm
LuxRender-1.6-26.fc28.src.rpm
mrpt-1.4.0-6.fc28.src.rpm
nodejs-mapnik-3.6.2-5.fc27.1.src.rpm
ompl-1.3.2-1.fc28.src.rpm
openvdb-4.0.2-1.fc28.src.rpm
openvibe-1.1.0-7.fc27.src.rpm
orthanc-1.3.0-4.fc28.src.rpm
player-3.1.0-4.fc27.src.rpm
pokerth-1.1.1-27.fc28.src.rpm
rospack-2.0.14-18.fc27.src.rpm
spring-100.0-13.fc28.src.rpm
swift-3.0-0.12.rc2.fc27.src.rpm
tomahawk-0.8.4-18.fc28.src.rpm
uwsgi-2.0.15-7.fc28.src.rpm
votca-xtp-1.4.1-1.fc28.src.rpm
wesnoth-1.13.10-1.fc28.src.rpm
wt-3.3.7-5.fc27.src.rpm

I can take a look at these, I have some others I need to look at too anyway

since these two were blocking the robotics build I opened a BZ for mrpt and player.

so most of the robotics stuff comes down to a failure of one package which is due to the crash of pdftex, Zbyszek mentioned it in the "mass rebuild update" thread, not sure if someone is working on it

The gcc bug which was causing that failure is supposedly fixed, and Adam was working on rebuilding texlive last I saw, but if it still needs attention tomorrow when I'm back at my desk, I'll do what I can.

so, texlive builds got caught up in a fun issue in koji: @puiterwijk says that they have to be excepted from the check that all noarch files match across arches, otherwise it takes so long it causes the build to time out. there's usually a workaround in koji to except them from this check, but it got lost in a recent koji update.

so I did fc28 and fc29 builds, and both actually finished building, but the fc28 one got killed and I had to restart it. the fc29 one is waiting on one attempt at the check to fail and then it should be skipped on the next attempt and the build should finally complete.

so...give it several hours, for both.

They failed, I fixed up the way the NVRs work for both and kicked them off again. Next round should go through

Right we have new texlive builds, they're just going through signing

So the latest on these are as follows below, basically all those that need rebuilt due to broken deps are done (plus a bunch of other unlisted packages rebuilt), the rest below are FTBFS due to code issues (or maybe new cflags/security) and need to be investigated or a new upstream to build. I don't have time to investigate further.

blender-2.79-6.fc28 - depends on openvdb
cpp-hocon-0.1.6-3.fc28 - built, x86 tests failing
dmlite-0.8.8-6.fc28 - built
dynafed-1.3.1-8.fc28 - FTBFS
ember-0.7.2-22.fc27 - built
facter-3.9.3-1.fc28 - built
fawkes-1.0.1-13.fc28 - dep on player, gazebo, pcl
gazebo-8.1.1-4.fc28 - dep on player
grass-7.2.1-2.fc27 - FTBFS looks like an issue to do with the change to the mysql/mariadb libraries
libkolab-1.0.2-9.fc27 - some kde dep issue
liblsl-1.12.0-1.fc28 - FTBFS new 1.12 upstream
libndn-cxx-0.4.1-8.fc27 - built
LuxRender-1.6-26.fc28 - depends on blender
mrpt-1.4.0-6.fc28 *** waiting pcl
nodejs-mapnik-3.6.2-5.fc27.1 - FTBFS
ompl-1.3.2-1.fc28 - built
openvdb-4.0.2-1.fc28 - FTBFS - new v5 upstream
openvibe-1.1.0-7.fc27 - dep on libllsl rebuild
orthanc-1.3.0-4.fc28 - fixed, tcpwrappers dep retired
player-3.1.0-4.fc27 - FTBFS
pokerth-1.1.1-27.fc28 - FTBFS
rospack-2.0.14-18.fc27 - FTBFS much newer 2.5.0 release upstream (missing/changed boost include)
spring-100.0-13.fc28 - FTBFS 104 upstreamn
swift-3.0-0.12.rc2.fc27 - FTBFS - 3.0 GA is out
tomahawk-0.8.4-18.fc28 - built
uwsgi-2.0.15-7.fc28 - FTBFS
votca-xtp-1.4.1-1.fc28 - FTBFS
wesnoth-1.13.10-1.fc28 - built
wt-3.3.7-5.fc27 - FTBFS

I'm guessing this can be closed now.

Metadata Update from @dustymabe:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata