Ticket #682 (closed support-request: worksforme)
paludis --install --dl-upgrade always --pretend world is doesn't work ok
Reported by: | olek | Owned by: | |
---|---|---|---|
Priority: | Sometime | Milestone: | |
Component: | clients/paludis | Version: | 0.30.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Distribution: | Gentoo |
Description
why:
#paludis --install --pretend --dl-upgrade always world These packages will be installed: Total: 0 packages * No unread news items found
but
for i in `cat /var/db/pkg/world` ; do paludis -ip $i ; done > somefile && cat somfile | grep -v ^$ | grep '\[' | grep -v '\[32' | grep -v '\[R' * dev-libs/libxslt [U 1.1.24 -> 1.1.24-r1] * app-text/build-docbook-catalog [U 1.2 -> 1.4]
here is my bashrc file
# bashrc # This file created by portage2paludis.bash CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2"
and here is my environment.conf file
# environment.conf # This file created by portage2paludis.bash world="${ROOT}/var/db/pkg/world"
Change History
Note: See
TracTickets for help on using
tickets.
Oh i'm sorry. First message has a mistake (version of paludis is wrong).