Bug 198027 - devel/gmake-lite fails on make package-recursive if bash-static is installed
Summary: devel/gmake-lite fails on make package-recursive if bash-static is installed
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-25 08:27 UTC by wynkoop
Modified: 2017-10-02 11:13 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wynkoop 2015-02-25 08:27:06 UTC
In file included from ./makeint.h:79:
/usr/include/sys/timeb.h:42:2: warning: "this file includes <sys/timeb.h> which is deprecated" [-W#warnings]
#warning "this file includes <sys/timeb.h> which is deprecated"
 ^
1 warning generated.
mv -f .deps/guile.Tpo .deps/guile.Po
--- make ---
cc  -O2 -pipe  -fstack-protector -fno-strict-aliasing -Wl,--export-dynamic -fstack-protector -o make ar.o arscan.o commands.o  default.o dir.o expand.o  file.o function.o getopt.o  getopt1.o guile.o implicit.o  job.o load.o loadapi.o main.o  misc.o output.o read.o  remake.o rule.o signame.o  strcache.o variable.o version.o  vpath.o hash.o remote-stub.o glob/libglob.a      
===>  Staging for gmake-lite-4.1_1
===>   Generating temporary packing list
install  -s -o root -g wheel -m 555 /usr/ports/devel/gmake-lite/work/make-4.1/make /usr/ports/devel/gmake-lite/work/stage/usr/local/bin/gmake-lite
install  -o root -g wheel -m 444 /usr/ports/devel/gmake-lite/work/make-4.1/make.1 /usr/ports/devel/gmake-lite/work/stage/usr/local/man/man1/gmake-lite.1
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
===>  Building package for gmake-lite-4.1_1

===>  bash-4.3.33 conflicts with installed package(s): 
      bash-static-4.3.33

      They install files into the same place.
      You may want to stop build with Ctrl + C.
===>  License GPLv3 accepted by the user
===>  Found saved configuration for bash-4.3.30_1
===>   bash-4.3.33 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by bash-4.3.33 for building

===>  bash-4.3.33 conflicts with installed package(s): 
      bash-static-4.3.33

      They will not build together.
      Please remove them first with pkg delete.
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/shells/bash
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/shells/bash
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/shells/bash
*** Error code 1

Stop.
make: stopped in /usr/ports/net/samba41
root@prd2:/usr/ports/net/samba41 # 

FreeBSD prd2.wynn.com 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014     root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-25 08:27:06 UTC
Auto-assigned to maintainer bapt@FreeBSD.org
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2017-07-19 12:10:24 UTC
gmake-lite has now been folded back into gmake.  Is this problem still relevant?