Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923646 - x11-libs/pango-1.51.0: undeclared build-time dependency on dev-perl/Locale-gettext
Summary: x11-libs/pango-1.51.0: undeclared build-time dependency on dev-perl/Locale-ge...
Status: RESOLVED DUPLICATE of bug 592880
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-02 21:15 UTC by Scott Alfter
Modified: 2024-02-06 04:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,40.20 KB, text/plain)
2024-02-02 21:17 UTC, Scott Alfter
Details
emerge --info (file_923646.txt,6.87 KB, text/plain)
2024-02-02 21:18 UTC, Scott Alfter
Details
the right build log this time :) (build.log,210.48 KB, text/plain)
2024-02-02 21:21 UTC, Scott Alfter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Alfter 2024-02-02 21:15:49 UTC
In the process of switching one of my computers from multilib to non-multilib, I'm building up the replacement system, building each package from the old system's /var/lib/portage/world in turn.  In so doing, I found an undeclared BDEPEND for x11-libs/pango.  dev-perl/Locale-gettext is required for the build to complete, or you'll get an error.  The build log will be attached shortly.
Comment 1 Scott Alfter 2024-02-02 21:17:42 UTC
Created attachment 884070 [details]
build log
Comment 2 Scott Alfter 2024-02-02 21:18:38 UTC
Created attachment 884071 [details]
emerge --info
Comment 3 Scott Alfter 2024-02-02 21:21:17 UTC
Created attachment 884072 [details]
the right build log this time :)
Comment 4 Mike Gilbert gentoo-dev 2024-02-02 21:34:34 UTC

*** This bug has been marked as a duplicate of bug 592880 ***
Comment 5 YiFei Zhu 2024-02-03 08:41:11 UTC
What's the version of portage you have installed? Do you have a `emerge --debug` log by any chance?
Comment 6 Scott Alfter 2024-02-05 18:11:20 UTC
(In reply to YiFei Zhu from comment #5)
> What's the version of portage you have installed? 

3.0.61-r1

> Do you have a `emerge --debug` log by any chance?


```
myaction None
myopts {'--debug': True, '--autounmask-write': True, '--quiet-build': 'y', '--regex-search-auto': 'y'}
emerge: command-line interface to the Portage system
Usage:
   emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [ ... ]
   emerge [ options ] [ action ] < @system | @world >
   emerge < --sync | --metadata | --info >
   emerge --resume [ --pretend | --ask | --skipfirst ]
   emerge --help
Options: -[abBcCdDefgGhjkKlnNoOpPqrsStuUvVwW]
          [ --color < y | n >            ] [ --columns    ]
          [ --complete-graph             ] [ --deep       ]
          [ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD            ]
          [ --newrepo   ] [ --newuse     ] [ --noconfmem  ] [ --nospinner   ]
          [ --oneshot   ] [ --onlydeps   ] [ --quiet-build [ y | n ]        ]
          [ --reinstall changed-use      ] [ --with-bdeps < y | n >         ]
Actions:  [ --depclean | --list-sets | --search | --sync | --version        ]

   For more help consult the man page.
[DEBUG] Using selector: EpollSelector
```
Comment 7 YiFei Zhu 2024-02-06 04:20:21 UTC
(In reply to Scott Alfter from comment #6)
> (In reply to YiFei Zhu from comment #5)
> > What's the version of portage you have installed? 
> 
> 3.0.61-r1

Is this at the time when you did emerge of pango?

> > Do you have a `emerge --debug` log by any chance?
> 
> 
> ```
> myaction None
> myopts {'--debug': True, '--autounmask-write': True, '--quiet-build': 'y',
> '--regex-search-auto': 'y'}
> [...]

I meant the emerge --debug at the time when the dependency solver tried to build pango.

Alternatively do yo have /var/log/emerge.log ?