Bug 196616

Summary: allegro-devel missing alld and allp libs
Product: [Fedora] Fedora Reporter: Need Real Name <wrather>
Component: allegroAssignee: Jindrich Novy <jnovy>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa, hdegoede, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-26 11:25:18 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:

Description Need Real Name 2006-06-26 01:02:27 UTC
Description of problem:

The allegro-devel component only includes the allegro "release" libs to link
against.  The "debug" and "profile" libs are not present.  Is it possible to add
the debug and profile libs to the allgro-devel component?

Version-Release number of selected component (if applicable):

4.2.0-12.fc5.i386

How reproducible:

every time

Steps to Reproduce:
1. This fails => g++ -o foo foo.o `allegro-config --libs debug`
/usr/bin/ld: cannot find -lalld-4.2.0

2. This fails => g++ -o foo foo.o `allegro-config --libs profile`
/usr/bin/ld: cannot find -lallp-4.2.0

3. This works => g++ -o foo foo.o `allegro-config --libs release`
  
Actual results:


Expected results:


Additional info:

Comment 1 Jindrich Novy 2006-06-26 11:25:18 UTC
Ok, debug and profiling libraries are now added to allegro-devel subpackage. Thanks.

Comment 2 Hans de Goede 2006-06-26 12:33:09 UTC
Hmm,

Strange I didn't get added to the CC-list for this even though I'm in the
initial CC list in owners.list . 

Jindirch, any clues, or shall I discuss this on f-e-l?




Comment 3 Jindrich Novy 2006-06-26 12:36:34 UTC
Hans, it happened about year ago when some bugzilla tweaks were done, I don't
know anything about this one.

Comment 4 Need Real Name 2006-06-27 23:48:02 UTC
Wow!  Thanks for the quick response.