Bug 1307992

Summary: rhdb-utils: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: rhdb-utilsAssignee: Pavel Raiskup <praiskup>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: hhorak, pkajaba, praiskup, tgl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-20 16:43:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 784281    
Bug Blocks: 1305208, 1423041    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 22:15:33 UTC
Your package rhdb-utils failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12864972

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-13 22:15:37 UTC
Created attachment 1126036 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 22:15:39 UTC
Created attachment 1126037 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 22:15:42 UTC
Created attachment 1126038 [details]
state.log

Comment 4 Pavel Raiskup 2016-02-15 10:21:48 UTC
commit c619c2351f7ec429b6ddce519c939f7b8465d711
Author:     Heikki Linnakangas <heikki.linnakangas>
AuthorDate: Mon Feb 9 11:17:56 2015 +0200
Commit:     Heikki Linnakangas <heikki.linnakangas>
CommitDate: Mon Feb 9 11:17:56 2015 +0200

    Move pg_crc.c to src/common, and remove pg_crc_tables.h
    
    To get CRC functionality in a client program, you now need to link with
    libpgcommon instead of libpgport. The CRC code has nothing to do with
    portability, so libpgcommon is a better home. (libpgcommon didn't exist
    when pg_crc.c was originally moved to src/port.)
    
    Remove the possibility to get CRC functionality by just #including
    pg_crc_tables.h. I'm not aware of any extensions that actually did that and
    couldn't simply link with libpgcommon.
    
    This also moves the pg_crc.h header file from src/include/utils to
    src/include/common, which will require changes to any external programs
    that currently does #include "utils/pg_crc.h". That seems acceptable, as
    include/common is clearly the right home for it now, and the change needed
    to any such programs is trivial.


Seems like we need to have bug #784281 resolved first.

Comment 5 Jan Kurik 2016-02-24 15:05:44 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 6 Pavel Raiskup 2016-02-26 09:41:55 UTC
Upstream thread:
http://www.postgresql.org/message-id/55C5EA3E.9050509@uptime.jp

Comment 7 Pavel Raiskup 2017-02-20 16:05:36 UTC
*** Bug 1424261 has been marked as a duplicate of this bug. ***

Comment 8 Pavel Raiskup 2017-02-20 16:43:42 UTC
F26 commit:
77b8fff52e14c6397191999dd0a82d32e9499f50

Thanks for new upstream release!